Vector3HMultiply Operator (Vector3H, HalfType) |
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 *(
Vector3H v,
HalfType s
)
Parameters
- v
- Type: NeoAxisVector3H
The vector to scale. - s
- Type: NeoAxisHalfType
The scalar value.
Return Value
Type:
Vector3HThe scaled vector.
See Also