scaled(by:)
Returns the vector scaled by the specified size.
Declaration
func scaled(by size: Size3D) -> Vector3DParameters
- 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: Size3D) -> Vector3DThe size structure that defines that scale.
Returns The scaled vector.