Class: Sevgi::Geometry::Grid::X
- Defined in:
- lib/sevgi/geometry/sundries/grid.rb
Instance Attribute Summary
Attributes inherited from Axis
Attributes inherited from Ruler
Attributes inherited from Interval
Instance Method Summary collapse
Methods inherited from Axis
Methods inherited from Ruler
#expand, #initialize, #margin, #ms, #sd, #sn, #su, #waste
Methods inherited from Interval
[], #[], #count, #d, #ds, #h, #hs, #initialize, #nds, #nhs
Constructor Details
This class inherits a constructor from Sevgi::Geometry::Grid::Axis
Instance Method Details
#segment ⇒ Object
65 |
# File 'lib/sevgi/geometry/sundries/grid.rb', line 65 def segment = @segment ||= Segment.horizontal(d) |