euclid
0.22.11
Module point
Structs
Functions
In crate euclid
Module
euclid
::
point
Copy item path
source
·
[
−
]
Structs
§
Point2D
A 2d Point tagged with a unit.
Point3D
A 3d Point tagged with a unit.
Functions
§
point2
Shorthand for
Point2D::new(x, y)
.
point3
Shorthand for
Point3D::new(x, y)
.