[go: up one dir, main page]

[][src]Type Definition ab_glyph::Point

type Point = Point;

An (x, y) coordinate. Point { x: f32, y: f32 }