Contents

==(_:_:)

Returns a Boolean value that indicates whether two rotations are equal.

Declaration

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

Parameters

  • lhs:

    The first rotation to compare.

  • rhs:

    The second rotation to compare.