uniformlyScaled(by:)
Returns the entity uniformly scaled by the specified scalar value.
Declaration
func uniformlyScaled(by scale: Self.Scalar) -> SelfParameters
- scale:
The value that defines that scale.
Discussion
Returns The scaled entity.
Returns the entity uniformly scaled by the specified scalar value.
func uniformlyScaled(by scale: Self.Scalar) -> SelfThe value that defines that scale.
Returns The scaled entity.