Method: PerfectShape::PointLocation#min_x
- Defined in:
- lib/perfect_shape/point_location.rb
#min_x ⇒ Object
Returns x by default. Subclasses may override.
49 50 51 |
# File 'lib/perfect_shape/point_location.rb', line 49 def min_x x end |