☰
ab_glyph
0.2.23
?
Function
ab_glyph
::
point
source
·
[
−
]
pub fn point(x:
f32
, y:
f32
) ->
Point
Expand description
Point
constructor.
Example
let
p = point(
0.1
,
23.2
);