Type Definition rust_gpu_sdf::operators::stretch::StretchDist

source ·
pub type StretchDist<Dim, Sdf> = Operator<StretchDistOp<Dim>, Sdf>;
Expand description

Extrude a shape by an arbitrary distance along an arbitrary axis, preserving exterior geometry as caps.

Implementations§