rotated(by:)
Returns a ray that results from applying the specified rotation.
Declaration
func rotated(by rotation: Rotation3D) -> Ray3DParameters
- rotation:
The rotation structure that defines the rotation’s angle and axis.
Return Value
The ray that results from applying the specified rotation.