pub type Ray3Point<S> = (NonNegative<S>, Point3<S>);Available on crate feature
math-utils only.Expand description
A parameterized point on a 3D ray
pub type Ray3Point<S> = (NonNegative<S>, Point3<S>);math-utils only.A parameterized point on a 3D ray