scaledBy(x:y:z:)
Returns a transform that results from scaling with specified double-precision values.
Declaration
func scaledBy(x: Double = 1, y: Double = 1, z: Double = 1) -> AffineTransform3DParameters
- x:
The double-precision value that specifies the scale along the width dimension.
- y:
The double-precision value that specifies the scale along the height dimension.
- z:
The double-precision value that specifies the scale along the depth dimension.
Return Value
The transform that results from scaling with specified double-precision values.