ab_glyph_rasterizer

Function point

source
pub fn point(x: f32, y: f32) -> Point
Expand description

Point constructor.

ยงExample

let p = point(0.1, 23.2);