Class: Sevgi::Sundries::Grid::Y
- Defined in:
- lib/sevgi/sundries/grid.rb
Instance Attribute Summary
Attributes inherited from Axis
Attributes inherited from Ruler
Attributes inherited from Interval
Instance Method Summary collapse
-
#initialize(this, other) ⇒ Y
constructor
A new instance of Y.
- #line ⇒ Object
Methods inherited from Ruler
#expand, #margin, #ms, #sd, #sn, #su, #waste
Methods inherited from Interval
[], #[], #count, #d, #ds, #h, #hs, #nds, #nhs
Constructor Details
#initialize(this, other) ⇒ Y
Returns a new instance of Y.
75 |
# File 'lib/sevgi/sundries/grid.rb', line 75 def initialize(this, other) = super(other, this) |
Instance Method Details
#line ⇒ Object
77 |
# File 'lib/sevgi/sundries/grid.rb', line 77 def line = @line || Geometry::Line[d, 90.0] |