Crate batbox_lapp

Source
Expand description

Linear algebra ++

Structs§

CardinalSpline
Represents a cardinal spline.
Chain
A polygonal chain connecting a vector of points in space
CurveInterval
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§

CubicHermiteCurve
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
Transform2dExt
Extra methods for Transform2d types