Class LinearAlgebraAssertions
- Namespace
- TUnit.Assertions.Extensions
- Assembly
- MathAssertions.TUnit.dll
public static class LinearAlgebraAssertions
- Inheritance
-
LinearAlgebraAssertions
- Inherited Members
Methods
AreLinearlyIndependent(IAssertionSource<Vector3[]>, double, string?)
Generated extension method for AreLinearlyIndependent
public static Vector3Array_AreLinearlyIndependent_Double_Assertion AreLinearlyIndependent(this IAssertionSource<Vector3[]> source, double tolerance, string? toleranceExpression = null)
Parameters
Returns
HasAngleBetweenApproximately(IAssertionSource<Vector3>, Vector3, double, double, string?, string?, string?)
Generated extension method for HasAngleBetweenApproximately
public static Vector3_HasAngleBetweenApproximately_Vector3_Double_Double_Assertion HasAngleBetweenApproximately(this IAssertionSource<Vector3> source, Vector3 other, double expectedRadians, double tolerance, string? otherExpression = null, string? expectedRadiansExpression = null, string? toleranceExpression = null)
Parameters
sourceIAssertionSource<Vector3>otherVector3expectedRadiansdoubletolerancedoubleotherExpressionstringexpectedRadiansExpressionstringtoleranceExpressionstring
Returns
IsOrthogonalTo(IAssertionSource<Vector3>, Vector3, double, string?, string?)
Generated extension method for IsOrthogonalTo
public static Vector3_IsOrthogonalTo_Vector3_Double_Assertion IsOrthogonalTo(this IAssertionSource<Vector3> source, Vector3 other, double tolerance, string? otherExpression = null, string? toleranceExpression = null)
Parameters
sourceIAssertionSource<Vector3>otherVector3tolerancedoubleotherExpressionstringtoleranceExpressionstring
Returns
IsParallelTo(IAssertionSource<Vector3>, Vector3, double, string?, string?)
Generated extension method for IsParallelTo
public static Vector3_IsParallelTo_Vector3_Double_Assertion IsParallelTo(this IAssertionSource<Vector3> source, Vector3 other, double tolerance, string? otherExpression = null, string? toleranceExpression = null)
Parameters
sourceIAssertionSource<Vector3>otherVector3tolerancedoubleotherExpressionstringtoleranceExpressionstring