*(_:_:)
Returns the rectangle that results from applying the affine transform to the rectangle.
Declaration
static func * (lhs: AffineTransform3D, rhs: Rect3D) -> Rect3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the rectangle that results from applying the affine transform to the rectangle.
static func * (lhs: AffineTransform3D, rhs: Rect3D) -> Rect3DThe left-hand-side value.
The right-hand-side value.