Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    The first transform to compare.

  • rhs:

    The second transform to compare.