Module bevy_mod_raycast::rays[][src]

Encapsulates Ray3D, preventing use of struct literal syntax. This allows us to guarantee that the Ray3d direction is normalized, because it can only be instantiated with the constructor.

Structs

Ray3d

A 3D ray, with an origin and direction. The direction is guaranteed to be normalized.