uniformlyScaled(by:)
Returns the entity uniformly scaled by the specified scalar value.
Declaration
func uniformlyScaled(by scale: Double) -> Vector3DParameters
- 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: Double) -> Vector3DThe value that defines that scale.
Returns The scaled vector.