class DE::Metaball

Defined in:

distance_estimatables/metaball.cr

Constructors

Instance Method Summary

Instance methods inherited from class DE::BruteForceDistanceEstimatable

inside?(pos : Point) : Boolean inside?, normal(pos : Point) : Vector normal

Constructor Detail

def self.new(points : Array(Tuple(Point, Float64)), threshold : Float64) #

[View source]

Instance Method Detail

def inside?(pos) #

[View source]
def normal(pos) #

[View source]