Contents

uniformlyScaled(by:)

Returns the entity uniformly scaled by the specified scalar value.

Declaration

func uniformlyScaled(by scale: Double) -> Vector3D

Parameters

  • scale:

    The value that defines that scale.

Discussion

  • Returns The scaled vector.

See Also

Transforming a vector