AnglesFEquals Method (AnglesF, Single) |
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: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Equals(
AnglesF a,
float epsilon
)
Parameters
- a
- Type: NeoAxisAnglesF
The Euler angles to compare. - epsilon
- Type: SystemSingle
The precision value.
Return Value
Type:
BooleanTrue if the specified Euler angles are equal to the current instance of
AnglesF; False otherwise.
See Also