scaledBy(x:y:z:)
Returns the rectangle scaled by the specified values.
Declaration
func scaledBy(x: Float = 1, y: Float = 1, z: Float = 1) -> Rect3DFloatParameters
- x:
The scale factor on the
xdimension. - y:
The scale factor on the
ydimension. - z:
The scale factor on the
zdimension.
Discussion
Returns The scaled rectangle.