Function Ray3

Source
pub fn Ray3<T>(origin: Point3<T>, direction: Vec3<T>, distance: T) -> Ray3<T>
Expand description

Ray constructor.