Table of Contents

Class PlaneAssertions

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

Methods

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

Generated extension method for IsApproximatelyEqualTo

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

Parameters

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

Returns

Plane_IsApproximatelyEqualTo_Plane_Double_Assertion

IsGeometricallyEquivalentTo(IAssertionSource<Plane>, Plane, double, string?, string?)

Generated extension method for IsGeometricallyEquivalentTo

public static Plane_IsGeometricallyEquivalentTo_Plane_Double_Assertion IsGeometricallyEquivalentTo(this IAssertionSource<Plane> source, Plane expected, double tolerance, string? expectedExpression = null, string? toleranceExpression = null)

Parameters

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

Returns

Plane_IsGeometricallyEquivalentTo_Plane_Double_Assertion