scaledBy(x:y:z:)
Returns the entity scaled by the specified values.
Declaration
func scaledBy(x: Self.Scalar, y: Self.Scalar, z: Self.Scalar) -> SelfParameters
- 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 entity.