Crate higher_order_point

Source
Expand description

§Higher Order Point

Re-exports§

pub use math::*;
pub use ops::*;

Modules§

math
Math functions.
ops
Operator traits.

Macros§

cbez
Constructs a cubic bezier.
qbez
Constructs a cubic bezier.

Structs§

Point
3D point.

Type Aliases§

PointFunc
A point function.