Browse Source

Updated the docs for Shape

oddityoverseer13 11 years ago
parent
commit
92ee7bd592
1 changed files with 7 additions and 7 deletions
  1. 7 7
      docs/api/extras/core/Shape.html

+ 7 - 7
docs/api/extras/core/Shape.html

@@ -34,10 +34,10 @@
 
 		<h3>.makeGeometry([page:todo options]) [page:todo]</h3>
 		<div>
-		options -- todo
+		options -- The options passed as the second argument to [page:ShapeGeometry ShapeGeometry]
 		</div>
 		<div>
-		todo
+		Convenience method to return ShapeGeometry
 		</div>
 
 		<h3>.extractAllPoints([page:todo divisions]) [page:todo]</h3>
@@ -45,15 +45,15 @@
 		divisions -- todo
 		</div>
 		<div>
-		todo
+		Get points of shape and holes (keypoints based on segments parameter)
 		</div>
 
 		<h3>.extrude([page:todo options]) [page:todo]</h3>
 		<div>
-		options -- todo
+		options -- The options passed as the second argument to [page:ExtrudeGeometry ExtrudeGeometry]
 		</div>
 		<div>
-		todo
+		Convenience method to return ExtrudeGeometry
 		</div>
 
 		<h3>.extractPoints([page:todo divisions]) [page:todo]</h3>
@@ -77,7 +77,7 @@
 		divisions -- todo
 		</div>
 		<div>
-		todo
+		Get points of holes
 		</div>
 
 		<h3>.getSpacedPointsHoles([page:todo divisions]) [page:todo]</h3>
@@ -85,7 +85,7 @@
 		divisions -- todo
 		</div>
 		<div>
-		todo
+		Get points of holes (spaced by regular distance)
 		</div>
 
 		<h2>Source</h2>