scaledBy(x:y:z:)
Returns the transform scaled by the specified values.
Declaration
func scaledBy(x: Float, y: Float, z: Float) -> ProjectiveTransform3DFloatParameters
- 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 transform.