*(_:_:)
Returns the rectangle that results from applying the transform to the rectangle.
Declaration
static func * (lhs: AffineTransform3DFloat, rhs: Rect3DFloat) -> Rect3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the rectangle that results from applying the transform to the rectangle.
static func * (lhs: AffineTransform3DFloat, rhs: Rect3DFloat) -> Rect3DFloatThe first value.
The second value.