Skip to main content

Crate collide_ray

Crate collide_ray 

Source
Expand description

Ray collider implementation for the collide crate.

A ray is defined by an origin and a direction vector. It extends infinitely in the direction from the origin.

Structsยง

Ray
A ray defined by an origin point and a direction vector.