scaleBy(x:y:z:)
Scales the entity by the specified values.
Declaration
mutating func scaleBy(x: Self.Scalar, y: Self.Scalar, z: Self.Scalar)Parameters
- x:
The scale factor on the
xdimension. - y:
The scale factor on the
ydimension. - z:
The scale factor on the
zdimension.