scaleBy(x:y:z:)
Scales the entity by the specified values.
Declaration
mutating func scaleBy(x: Double, y: Double, z: Double)Parameters
- 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.