[][src]Function axgeom::ray

#[must_use]pub fn ray<N>(point: Vec2<N>, dir: Vec2<N>) -> Ray<N>

Convenience function to create a ray.