Type Alias ClientPoint

Source
pub type ClientPoint = Point2D<f64, ClientSpace>;
Expand description

A point in ClientSpace

Aliased Type§

#[repr(C)]
pub struct ClientPoint { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64