Contents

uniformlyScaled(by:)

Returns the entity uniformly scaled by the specified scalar value.

Declaration

func uniformlyScaled(by scale: Float) -> Vector3DFloat

Parameters

  • scale:

    The value that defines that scale.

Discussion

  • Returns The scaled vector.