Point

Type Alias Point 

pub type Point<T> = Point2D<T, UnknownUnit>;
Available on crate feature geometry only.

Aliased Type§

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

Fields§

§x: T§y: T