Click or drag to resize
Vector3TransformNormal Method

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

Overload List
  NameDescription
Public methodStatic memberTransformNormal(Vector3D, Matrix)
Transforms a 3D vector normal by a matrix.
Public methodStatic memberTransformNormal(Vector3, Matrix)
Transforms a 3D vector normal by a matrix.
Public methodStatic memberTransformNormal(Vector3, MatrixD)
Transforms a 3D vector normal by a matrix.
Public methodStatic memberTransformNormal(Vector3, MyBlockOrientation)
Public methodStatic memberTransformNormal(Vector3, Matrix, Vector3)
Transforms a vector normal by a matrix.
Public methodStatic memberTransformNormal(Vector3, MatrixD, Vector3)
Public methodStatic memberTransformNormal(Vector3, MatrixI, Vector3)
Public methodStatic memberTransformNormal(Vector3, MyBlockOrientation, Vector3)
Public methodStatic memberTransformNormal(Vector3, Matrix, Vector3)
Transforms an array of 3D vector normals by a specified Matrix.
Public methodStatic memberTransformNormal(Vector3, Int32, Matrix, Vector3, Int32, Int32)
Transforms a specified range in an array of 3D vector normals by a specified Matrix and writes the results to a specified range in a destination array.
Top
See Also