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