Click or drag to resize
Vector3TransformNormal Method (Vector3, Matrix, Vector3)

[This is preliminary documentation and is subject to change.]

Transforms a vector normal by a matrix.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
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