LineI

Type Alias LineI 

Source
pub type LineI = Line<i32>;

Aliased Type§

#[repr(C)]
pub struct LineI { pub start: Vec2<i32>, pub end: Vec2<i32>, }

Fields§

§start: Vec2<i32>

The start point.

§end: Vec2<i32>

The end point.