Table of Contents

Class MatrixAssertions

Namespace
TUnit.Assertions.Extensions
Assembly
MathAssertions.TUnit.dll
public static class MatrixAssertions
Inheritance
MatrixAssertions
Inherited Members

Methods

HasDeterminantApproximately(IAssertionSource<Matrix4x4>, double, double, string?, string?)

Generated extension method for HasDeterminantApproximately

public static Matrix4x4_HasDeterminantApproximately_Double_Double_Assertion HasDeterminantApproximately(this IAssertionSource<Matrix4x4> source, double expected, double tolerance, string? expectedExpression = null, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
expected double
tolerance double
expectedExpression string
toleranceExpression string

Returns

Matrix4x4_HasDeterminantApproximately_Double_Double_Assertion

HasTraceApproximately(IAssertionSource<Matrix4x4>, double, double, string?, string?)

Generated extension method for HasTraceApproximately

public static Matrix4x4_HasTraceApproximately_Double_Double_Assertion HasTraceApproximately(this IAssertionSource<Matrix4x4> source, double expected, double tolerance, string? expectedExpression = null, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
expected double
tolerance double
expectedExpression string
toleranceExpression string

Returns

Matrix4x4_HasTraceApproximately_Double_Double_Assertion

IsApproximatelyEqualTo(IAssertionSource<Matrix4x4>, Matrix4x4, double, string?, string?)

Generated extension method for IsApproximatelyEqualTo

public static Matrix4x4_IsApproximatelyEqualTo_Matrix4x4_Double_Assertion IsApproximatelyEqualTo(this IAssertionSource<Matrix4x4> source, Matrix4x4 expected, double tolerance, string? expectedExpression = null, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
expected Matrix4x4
tolerance double
expectedExpression string
toleranceExpression string

Returns

Matrix4x4_IsApproximatelyEqualTo_Matrix4x4_Double_Assertion

IsIdentity(IAssertionSource<Matrix4x4>, double, string?)

Generated extension method for IsIdentity

public static Matrix4x4_IsIdentity_Double_Assertion IsIdentity(this IAssertionSource<Matrix4x4> source, double tolerance, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
tolerance double
toleranceExpression string

Returns

Matrix4x4_IsIdentity_Double_Assertion

IsInvertible(IAssertionSource<Matrix4x4>, double, string?)

Generated extension method for IsInvertible

public static Matrix4x4_IsInvertible_Double_Assertion IsInvertible(this IAssertionSource<Matrix4x4> source, double tolerance, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
tolerance double
toleranceExpression string

Returns

Matrix4x4_IsInvertible_Double_Assertion

IsOrthogonal(IAssertionSource<Matrix4x4>, double, string?)

Generated extension method for IsOrthogonal

public static Matrix4x4_IsOrthogonal_Double_Assertion IsOrthogonal(this IAssertionSource<Matrix4x4> source, double tolerance, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
tolerance double
toleranceExpression string

Returns

Matrix4x4_IsOrthogonal_Double_Assertion

IsRotation(IAssertionSource<Matrix4x4>, double, string?)

Generated extension method for IsRotation

public static Matrix4x4_IsRotation_Double_Assertion IsRotation(this IAssertionSource<Matrix4x4> source, double tolerance, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
tolerance double
toleranceExpression string

Returns

Matrix4x4_IsRotation_Double_Assertion

IsSymmetric(IAssertionSource<Matrix4x4>, double, string?)

Generated extension method for IsSymmetric

public static Matrix4x4_IsSymmetric_Double_Assertion IsSymmetric(this IAssertionSource<Matrix4x4> source, double tolerance, string? toleranceExpression = null)

Parameters

source IAssertionSource<Matrix4x4>
tolerance double
toleranceExpression string

Returns

Matrix4x4_IsSymmetric_Double_Assertion