Click or drag to resize

AnglesEquals Method (Angles, Double)

Determines whether the specified Euler angles are equal to the current instance of Angles 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(
	Angles a,
	double epsilon
)

Parameters

a
Type: NeoAxisAngles
The Euler angles to compare.
epsilon
Type: SystemDouble
The precision value.

Return Value

Type: Boolean
True if the specified Euler angles are equal to the current instance of Angles; False otherwise.
See Also