class Hexagonly::Polygon
Attributes
poly_points[RW]
Public Class Methods
new(poly_points)
click to toggle source
@param [Array<Hexagonly::Point>] poly_points
the points that make up the polygon
# File lib/hexagonly/polygon.rb, line 105 def initialize(poly_points) @poly_points = poly_points end