rotated(by:)
Returns a ray that’s rotated by the specified rotation.
Declaration
func rotated(by rotation: Rotation3DFloat) -> Ray3DFloatParameters
- rotation:
The rotation.
Discussion
Returns A ray with a direction that’s rotated by the specified rotation.