Crate siiir_points

Source
Expand description

This library provides a set of data structures for representing points in two and three dimensional space.

The structures are named Point2D and Point3D respectively. They provide intuitive operations such as addition, subtraction, negation and comparison.

Structs§

Point2D
Point2D structure represents a point in two dimensional space.
Point3D
Point3D structure represents a point in three dimensional space.