Type Definition rust_gpu_sdf::operators::elongate::Elongate

source ·
pub type Elongate<Dim, Sdf> = Operator<ElongateOp<Dim>, Sdf>;
Expand description

Extrude a shape along its axes, preserving exterior geometry.

Implementations§