Skip to main content
Point2D
torin
0.4.0-rc.17
Point2D
Aliased Type
Fields
x
y
In torin::
geometry
torin
::
geometry
Type Alias
Point2D
Copy item path
Source
pub type Point2D = Point2D<
f32
,
()
>;
Aliased Type
§
pub struct Point2D { pub x:
f32
, pub y:
f32
, }
Fields
§
§
x:
f32
§
y:
f32