ab_
glyph_
rasterizer
0.1.8
point
Sections
Example
In ab_
glyph_
rasterizer::
geometry
ab_glyph_rasterizer
::
geometry
Function
point
Copy item path
source
pub fn point(x:
f32
, y:
f32
) ->
Point
Expand description
Point
constructor.
ยง
Example
let
p = point(
0.1
,
23.2
);