spatial

Prolog files

__init__.pl
directional.pl  -- Predicates for spatial reasoning
is_above_of/2Check if Top is in the area of and above Bottom.
is_below_of/2Check if Top is in the area of and above Bottom.
is_centered_at/2Check if Inner is in the center of OuterObj.
is_ontop_of/2Check if Top is in the area of and above Bottom.
distance.pl
object_distance/3Computes euclidean distance between A and B.
topological.pl  -- Inferring relations of the Dimensionally Extended nine-Intersection Model (DE-9IM).
shape_contains/2Check if InnerObj is contained by OuterObj.