Point

Type Alias Point 

Source
pub type Point<L> = Point2D<L, UnknownUnit>;
Expand description

Position.

Aliased Type§

#[repr(C)]
pub struct Point<L> { pub x: L, pub y: L, }

Fields§

§x: L§y: L