Vector3TransformNormal Method (Vector3, Matrix, Vector3) |
[This is preliminary documentation and is subject to change.]
Transforms a vector normal by a matrix.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public static void TransformNormal(
ref Vector3 normal,
ref Matrix matrix,
out Vector3 result
)
Parameters
- normal
- Type: VRageMathVector3
The source vector. - matrix
- Type: Matrix
The transformation Matrix. - result
- Type: VRageMathVector3
[OutAttribute] The Vector3 resulting from the transformation.
See Also