Class: Sevgi::Sundries::Grid::Axis::Minor Private
- Defined in:
- lib/sevgi/sundries/grid.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Minor grid line query.
Instance Method Summary collapse
-
#lines! ⇒ Array<Sevgi::Geometry::Line>
private
Returns lines at minor tick distances.
Methods inherited from Query
#initialize, #lines, #points, #xys
Constructor Details
This class inherits a constructor from Sevgi::Sundries::Grid::Axis::Query
Instance Method Details
#lines! ⇒ Array<Sevgi::Geometry::Line>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns lines at minor tick distances.
127 |
# File 'lib/sevgi/sundries/grid.rb', line 127 def lines! = other.ms.map { this.line_at(it) } |