pub fn continuous_line3_triangle3<S>( line: Line3<S>, triangle: Triangle<S>, ) -> Option<(S, Point3<S>)>where S: OrderedField + Real + AbsDiffEq<Epsilon = S>,
Compute continuous intersection of a line with a triangle