Vector3HMultiply Operator (HalfType, Vector3H) |
Multiplies a vector by a given scalar.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Vector3H operator *(
HalfType s,
Vector3H v
)
Parameters
- s
- Type: NeoAxisHalfType
The scalar value. - v
- Type: NeoAxisVector3H
The vector to scale.
Return Value
Type:
Vector3HThe scaled vector.
See Also