pub type LineI = Line<i32>;
#[repr(C)]pub struct LineI { pub start: Vec2<i32>, pub end: Vec2<i32>, }
start: Vec2<i32>
The start point.
end: Vec2<i32>
The end point.