Class: Polygon

Inherits:
Line show all
Defined in:
lib/sitac_objects.rb

Overview

Represents a polygon, given a list of points

Instance Attribute Summary

Attributes inherited from Line

#name, #points

Method Summary

Methods inherited from Line

#accept, #initialize

Methods inherited from Figure

#initialize

Methods included from SITACObjects

#as_point

Constructor Details

This class inherits a constructor from Line