Module point
euclid
0.22.14
Module point
Module Items
Modules
Structs
Functions
In crate euclid
euclid
Module
point
Copy item path
Source
Modules
§
point2d_
float
🔒
point3d_
float
🔒
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)
.