==(_:_:)
Returns a Boolean value that indicates whether two rotation axes are equal.
Declaration
static func == (lhs: RotationAxis3DFloat, rhs: RotationAxis3DFloat) -> BoolParameters
- lhs:
The first rotation axis to compare.
- rhs:
The second rotation axis to compare.