IntersectionPointRef

Type Alias IntersectionPointRef 

Source
pub type IntersectionPointRef<P> = Rc<RefCell<IntersectionPoint<P>>>;
Expand description

A reference to a IntersectionPoint wrapped in an RC & RefCell

Aliased Typeยง

pub struct IntersectionPointRef<P> { /* private fields */ }