Added Shape AnnularSection

AnnularSection is a section of an annulus (ring)
http://en.wikipedia.org/wiki/Annulus_%28mathematics%29
This commit is contained in:
Barrett Harber
2013-12-12 22:42:30 -05:00
parent f31254bb87
commit 2a0f5421c9
4 changed files with 193 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ module.exports = function(grunt) {
'src/shapes/Circle.js',
'src/shapes/Ellipse.js',
'src/shapes/Wedge.js',
'src/shapes/AnnularSection.js',
'src/shapes/Image.js',
'src/shapes/Text.js',
'src/shapes/Line.js',