Vector3Multiply Method (Vector3, Vector3, Vector3) |
[This is preliminary documentation and is subject to change.]
Multiplies the components of two vectors by each other.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public static void Multiply(
ref Vector3 value1,
ref Vector3 value2,
out Vector3 result
)
Parameters
- value1
- Type: VRageMathVector3
Source vector. - value2
- Type: VRageMathVector3
Source vector. - result
- Type: VRageMathVector3
[OutAttribute] The result of the multiplication.
See Also