scaledBy(x:y:z:)
Returns the entity that results from scaling with the specified values.
Declaration
func scaledBy(x: Double, y: Double, z: Double) -> SelfParameters
- x:
The double-precision value that specifies the scale along the x-dimension.
- y:
The double-precision value that specifies the scale along the y-dimension.
- z:
The double-precision value that specifies the scale along the z-dimension.