module
Lustra::Expression::Geometric::Node
Direct including types
Defined in:
lustra/extensions/geometric/node.crInstance Method Summary
- #above?(other)
- #below?(other)
- #closer_than?(other, max_distance)
- #contained_by?(other)
-
#contains?(other)
Containment operations
-
#distance_from(other)
Distance operations
-
#distance_to(other)
Alias for distance_from
- #farther_than?(other, min_distance)
-
#intersects?(other)
Intersection operations
-
#left_of?(other)
Positioning operations
- #nearest_to?(other, max_distance)
-
#overlaps?(other)
Overlap operations
- #right_of?(other)
- #same_as?(other)
- #within?(other)
-
#within_distance?(other, distance)
Proximity operations (combining distance with comparison)
- #within_radius?(center, radius)