Skip to main content

LineF

Type Alias LineF 

Source
pub type LineF = Line<f32>;

Aliased Type§

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

Fields§

§start: Vec2<f32>

The start point.

§end: Vec2<f32>

The end point.