Determines whether two given Euler angles are equal.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool operator ==(
AnglesF a,
AnglesF b
)
Parameters
- a
- Type: NeoAxisAnglesF
The first Euler angles to compare. - b
- Type: NeoAxisAnglesF
The second Euler angles to compare.
Return Value
Type:
BooleanTrue if the Euler angles are equal; False otherwise.
See Also