Method: Geometry::Polyline#points=
- Defined in:
- lib/geometry/polyline.rb
#points=(value) ⇒ Array<Point>
Returns all of the vertices of the Geometry::Polyline (alias of #vertices).
20 21 22 |
# File 'lib/geometry/polyline.rb', line 20 def vertices @vertices end |