# File structures/Boundaries.rb, line 50 def initialize(point= nil, minAngle = 0, color = 0) @point = point @minAngle = minAngle @color = color end