Contents

==(_:_:)

Returns a Boolean value that indicates whether two rotation axes are equal.

Declaration

static func == (lhs: RotationAxis3DFloat, rhs: RotationAxis3DFloat) -> Bool

Parameters

  • lhs:

    The first rotation axis to compare.

  • rhs:

    The second rotation axis to compare.