Function axgeom::ray

source · []
pub fn ray<N>(point: Vec2<N>, dir: Vec2<N>) -> Ray<N>
Expand description

Convenience function to create a ray.