Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

math.fastinverse

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static double3x4 fastinverse(double3x4 m);

Parameters

Parameter Description
m Matrix to invert.

Returns

double3x4 The inverted matrix.

Description

Fast matrix inverse for rigid transforms (orthonormal basis and translation)


Declaration

public static double4x4 fastinverse(double4x4 m);

Parameters

Parameter Description
m Matrix to invert.

Returns

double4x4 The inverted matrix.

Description

Fast matrix inverse for rigid transforms (orthonormal basis and translation)


Declaration

public static float3x4 fastinverse(float3x4 m);

Parameters

Parameter Description
m Matrix to invert.

Returns

float3x4 The inverted matrix.

Description

Fast matrix inverse for rigid transforms (orthonormal basis and translation)


Declaration

public static float4x4 fastinverse(float4x4 m);

Parameters

Parameter Description
m Matrix to invert.

Returns

float4x4 The inverted matrix.

Description

Fast matrix inverse for rigid transforms (orthonormal basis and translation)