module

Lustra::Expression::Geometric::Node

Instance methods

above?(other)
Source
below?(other)
Source
closer_than?(other, max_distance)
Source
contained_by?(other)
Source
contains?(other)

Containment operations

Source
distance_from(other)

Distance operations

Source
distance_to(other)

Alias for distance_from

Source
farther_than?(other, min_distance)
Source
intersects?(other)

Intersection operations

Source
left_of?(other)

Positioning operations

Source
nearest_to?(other, max_distance)
Source
overlaps?(other)

Overlap operations

Source
right_of?(other)
Source
same_as?(other)
Source
within?(other)
Source
within_distance?(other, distance)

Proximity operations (combining distance with comparison)

Source
within_radius?(center, radius)
Source