pub trait SignedDistanceField<In, Out> {
    fn evaluate(&self, p: In) -> Out;
}
Expand description

Describes a shape in terms of distance to the nearest point on its surface.

Required Methods§

Implementations on Foreign Types§

Implementors§