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.
pub trait SignedDistanceField<In, Out> {
fn evaluate(&self, p: In) -> Out;
}Describes a shape in terms of distance to the nearest point on its surface.