☰
Type Definition Point
Other items in
ab_glyph
All crates
?
Type Definition
ab_glyph
::
Point
[
−
]
[src]
pub type Point =
Point
;
Expand description
An (x, y) coordinate.
Point { x: f32, y: f32 }