uniformlyScaled(by:)
Returns the entity uniformly scaled by the specified scalar value.
Declaration
func uniformlyScaled(by scale: Float) -> Vector3DFloatParameters
- scale:
The value that defines that scale.
Discussion
Returns The scaled vector.
Returns the entity uniformly scaled by the specified scalar value.
func uniformlyScaled(by scale: Float) -> Vector3DFloatThe value that defines that scale.
Returns The scaled vector.