pub type StretchInfinite<Dim, Sdf> = Operator<StretchInfiniteOp<Dim>, Sdf>;
Expand description

Extrude a shape infinitely along an arbitrary axis.

Implementations§