QCAD
Open Source 2D CAD
Shape Drawing Tools

This module contains ECMAScript implementations of various shape drawing tools. More...

Classes

class  Shape
 Base class for all shape drawing tools. More...
 
class  ShapePolygonAFCP
 Polygon with center, center point of flat edge and number of edges. More...
 
class  ShapePolygonAFPP
 Polygon from two center points of two sides and number of edges. More...
 
class  ShapePolygonCP
 Polygon with center, corner point and number of edges. More...
 
class  ShapePolygonPP
 Polygon from two corner points and number of edges. More...
 
class  ShapeRectanglePP
 Rectangle from two corner points. More...
 
class  ShapeRectangleSize
 Rectangle from point and size. More...
 

Detailed Description

This module contains ECMAScript implementations of various shape drawing tools.