pub type Line2d = Line<f64, Vector2<f64>>;
Expand description
2D double-precision line.
Aliased Type§
#[repr(C)]pub struct Line2d {
pub p: Vector2<f64>,
pub d: Vector2<f64>,
/* private fields */
}
Fields§
§p: Vector2<f64>
§d: Vector2<f64>