Expand description
Linear algebra ++
Structs§
- Cardinal
Spline - Represents a cardinal spline.
- Chain
- A polygonal chain connecting a vector of points in space
- Curve
Interval - Represents a single interval of the curve.
- Ellipse
- Generalizes a circle
- Quad
- A 2d quad
- Segment
- A 2d segment
- Trajectory
- Represents any curve given by a parametric function
f(t)
. - Transformed2d
- A reference to a 2d object with additional transformation applied
Traits§
- Cubic
Hermite Curve - A trait representing a curve defined by intervals with key points and tangents.
- Curve
- A trait representing a generic curve.
- FitTarget2d
- Represents a type that can be used to fit Transform2d objects into
- Transform2d
- An object in 2d space, bounded by a Quad
- Transform2d
Ext - Extra methods for Transform2d types