Class FbxMatrixTest
Inheritance
FbxMatrixTest
Syntax
public class FbxMatrixTest : FbxDouble4x4TestBase<FbxMatrix>
Methods
AssertIsIdentity(FbxMatrix, Double, Boolean)
Declaration
public static bool AssertIsIdentity(FbxMatrix mx, double tolerance = 1E-10, bool nothrow = false)
Parameters
Returns
AssertSimilar(FbxMatrix, FbxMatrix, Double, Boolean)
Declaration
public static bool AssertSimilar(FbxMatrix expected, FbxMatrix actual, double tolerance = 1E-10, bool nothrow = false)
Parameters
Returns
BasicTests()
Declaration
TestEquality()
Declaration
public void TestEquality()