Click or drag to resize

Vector3TransformNormal Method

Overload List
 NameDescription
Public methodStatic memberTransformNormal(Vector3, Matrix44) Creates a new Vector3 that contains a transformation of the specified normal by the specified Matrix44.
Public methodStatic memberTransformNormal(Vector3, Matrix44, Vector3) Creates a new Vector3 that contains a transformation of the specified normal by the specified Matrix44.
Public methodStatic memberTransformNormal(Vector3, Matrix44, Vector3) Apply transformation on all normals within array of Vector3 by the specified Matrix44 and places the results in an another array.
Public methodStatic memberTransformNormal(Vector3, Int32, Matrix44, Vector3, Int32, Int32) Apply transformation on normals within array of Vector3 by the specified Matrix44 and places the results in an another array.
Top
See Also