Contents

scaledBy(x:y:z:)

Returns the entity scaled by the specified values.

Declaration

func scaledBy(x: Self.Scalar, y: Self.Scalar, z: Self.Scalar) -> Self

Parameters

  • x:

    The scale factor on the x dimension.

  • y:

    The scale factor on the y dimension.

  • z:

    The scale factor on the z dimension.

Discussion

  • Returns The scaled entity.