Table of Contents

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

source IAssertionSource<Vector3[]>
tolerance double
toleranceExpression string

Returns

Vector3Array_AreLinearlyIndependent_Double_Assertion

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

source IAssertionSource<Vector3>
other Vector3
expectedRadians double
tolerance double
otherExpression string
expectedRadiansExpression string
toleranceExpression string

Returns

Vector3_HasAngleBetweenApproximately_Vector3_Double_Double_Assertion

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

source IAssertionSource<Vector3>
other Vector3
tolerance double
otherExpression string
toleranceExpression string

Returns

Vector3_IsOrthogonalTo_Vector3_Double_Assertion

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

source IAssertionSource<Vector3>
other Vector3
tolerance double
otherExpression string
toleranceExpression string

Returns

Vector3_IsParallelTo_Vector3_Double_Assertion