Click or drag to resize

AnglesFEquals(AnglesF, Single) Method

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

Parameters

a  AnglesF
The Euler angles to compare.
epsilon  Single
The precision value.

Return Value

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