scaled(by:)
Returns the vector scaled by the specified size.
Declaration
func scaled(by size: Size3DFloat) -> Vector3DFloatParameters
- size:
The size structure that defines that scale.
Discussion
Returns The scaled vector.
Returns the vector scaled by the specified size.
func scaled(by size: Size3DFloat) -> Vector3DFloatThe size structure that defines that scale.
Returns The scaled vector.