Click or drag to resize

Matrix4x3InverseTransform Method

Overload List
 NameDescription
Public methodInverseTransform(PointD3D) Inverse transform a point p in such a way that the result will fullfill the relation p = result * matrix ( the * operator being the prepend transformation for points).
Public methodInverseTransform(VectorD3D) Inverse transform a vector p in such a way that the result will fullfill the relation p = result * matrix ( the * operator being the prepend transformation for vectors).
Top
See Also