Module shape

Source
Available on crate feature geom only.
Expand description

Geometric shapes: points, angles, extents, polygons, polyhedra…

Structs§

Point
A coordinate position in D-space without extent.
Points
A static sequence of N D-dimensional Points.
VecPointsalloc
A dynamic sequence of D-dimensional Points.

Type Aliases§

Point2d
A specific position in 2d-space without a size.
Point3d
A specific position in 3d-space without a size.