Vector3IMultiply Operator (Int32, Vector3I) |
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 Vector3I operator *(
int i,
Vector3I v
)
Parameters
- i
- Type: SystemInt32
The scalar value. - v
- Type: NeoAxisVector3I
The vector to scale.
Return Value
Type:
Vector3IThe scaled vector.
See Also