Click or drag to resize

PlaneEquals Method (Plane, Double)

Determines whether the specified plane is equal to the current instance of Plane with a given precision.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Equals(
	ref Plane p,
	double epsilon
)

Parameters

p
Type: NeoAxisPlane
The plane to compare.
epsilon
Type: SystemDouble
The precision value.

Return Value

Type: Boolean
True if the specified plane is equal to the current instance of Plane; False otherwise.
See Also