Vector3Multiply Method (Vector3, Single, Vector3) |
[This is preliminary documentation and is subject to change.]
Multiplies a vector by a scalar value.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public static void Multiply(
ref Vector3 value1,
float scaleFactor,
out Vector3 result
)
Parameters
- value1
- Type: VRageMathVector3
Source vector. - scaleFactor
- Type: SystemSingle
Scalar value. - result
- Type: VRageMathVector3
[OutAttribute] The result of the multiplication.
See Also