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

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

[Missing <summary> documentation for "M:VRageMath.Vector3.TransformNormal(VRageMath.Vector3,VRageMath.MyBlockOrientation)"]

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

Parameters

normal
Type: VRageMathVector3

[Missing <param name="normal"/> documentation for "M:VRageMath.Vector3.TransformNormal(VRageMath.Vector3,VRageMath.MyBlockOrientation)"]

orientation
Type: MyBlockOrientation

[Missing <param name="orientation"/> documentation for "M:VRageMath.Vector3.TransformNormal(VRageMath.Vector3,VRageMath.MyBlockOrientation)"]

Return Value

Type: Vector3

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

See Also