Contents

rotated(by:)

Returns a ray that’s rotated by the specified rotation.

Declaration

func rotated(by rotation: Rotation3DFloat) -> Ray3DFloat

Parameters

  • rotation:

    The rotation.

Discussion

  • Returns A ray with a direction that’s rotated by the specified rotation.