Vector3.TransformNormalInverse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TransformNormalInverse(Vector3, Matrix4) | |
TransformNormalInverse(Vector3, Matrix4, Vector3) |
Transform a Normal by the (transpose of the) given Matrix |
TransformNormalInverse(Vector3, Matrix4)
TransformNormalInverse(Vector3, Matrix4, Vector3)
Transform a Normal by the (transpose of the) given Matrix
public static void TransformNormalInverse (ref OpenTK.Vector3 norm, ref OpenTK.Matrix4 invMat, out OpenTK.Vector3 result);
static member TransformNormalInverse : * * -> unit
Parameters
- norm
- Vector3
The normal to transform
- invMat
- Matrix4
The inverse of the desired transformation
- result
- Vector3
The transformed normal
Remarks
This version doesn't calculate the inverse matrix. Use this version if you already have the inverse of the desired transform to hand