LineU

Type Alias LineU 

Source
pub type LineU = Line<u32>;

Aliased Type§

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

Fields§

§start: Vec2<u32>

The start point.

§end: Vec2<u32>

The end point.