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