Module point

Module point 

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).