rotated(by:)
Returns the vector rotated by the specified rotation around the origin.
Declaration
func rotated(by rotation: Rotation3DFloat) -> Vector3DFloatParameters
- rotation:
The rotation.
Discussion
Returns The rotated vector.
Returns the vector rotated by the specified rotation around the origin.
func rotated(by rotation: Rotation3DFloat) -> Vector3DFloatThe rotation.
Returns The rotated vector.