Skip to main content

CurvePoints

Type Alias CurvePoints 

Source
pub type CurvePoints<C, M> = HeapArray<Point<C>, M>;
Expand description

A batch of M curve points of type C::Point.

Aliased Typeยง

pub struct CurvePoints<C, M> { /* private fields */ }