Trait lyon::tessellation::math::Vec2Length
[−]
[src]
pub trait Vec2Length { fn length(self) -> f32; fn normalized(self) -> Self; }
Required Methods
fn length(self) -> f32
fn normalized(self) -> Self
Implementors
impl Vec2Length for TypedPoint2D<f32, UnknownUnit>