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

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

Transforms a 3D vector normal by a matrix.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 TransformNormal(
	Vector3D normal,
	Matrix matrix
)

Parameters

normal
Type: Vector3D
The source vector.
matrix
Type: Matrix
The transformation matrix.

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.TransformNormal(VRageMath.Vector3D,VRageMath.Matrix)"]

See Also