Contents

*(_:_:)

Returns the rectangle that results from applying the projective transform to the rectangle.

Declaration

static func * (lhs: ProjectiveTransform3D, rhs: Rect3D) -> Rect3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations