AnglesEquals(Angles, Double) Method |
Determines whether the specified Euler angles are equal to the current instance of
Angles
with a given precision.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Equals(
Angles a,
double epsilon
)
Parameters
- a Angles
- The Euler angles to compare.
- epsilon Double
- The precision value.
Return Value
BooleanTrue if the specified Euler angles are equal to the current instance of
Angles; False otherwise.
See Also