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

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

Transforms an array of 3D vector normals by a specified Matrix.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static void TransformNormal(
	Vector3[] sourceArray,
	ref Matrix matrix,
	Vector3[] destinationArray
)

Parameters

sourceArray
Type: VRageMathVector3
The array of Vector3 normals to transform.
matrix
Type: Matrix
The transform matrix to apply.
destinationArray
Type: VRageMathVector3
An existing Vector3 array into which the results of the transforms are written.
See Also