Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    The first pose to compare.

  • rhs:

    The second pose to compare.