root/branches/iteration3/xinf/ony/Polygon.hx

Revision 707, 141 bytes (checked in by dan, 3 years ago)

use "--override", basics of Style, basics of "ony3-on-erno".

Line 
1
2 package xinf.ony;
3
4 import xinf.geom.Types;
5
6 interface Polygon implements Element {
7
8     var points(default,set_points):Iterable<TPoint>;
9
10 }
Note: See TracBrowser for help on using the browser.