Matrix3DHelper.Invert(Matrix3D) 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.
public:
static Matrix3D Invert(Matrix3D target);
static Matrix3D Invert(Matrix3D const& target);
public static Matrix3D Invert(Matrix3D target);
function invert(target)
Public Shared Function Invert (target As Matrix3D) As Matrix3D
Parameters
Returns
The inversion result Matrix3D.