Click or drag to resize

AnglesEquals(Angles, Double) Method

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	Angles a,
	double epsilon
)

Parameters

a  Angles
The Euler angles to compare.
epsilon  Double
The precision value.

Return Value

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