浏览代码

Updated the docs for Shape

oddityoverseer13 11 年之前
父节点
当前提交
92ee7bd592
共有 1 个文件被更改,包括 7 次插入7 次删除
  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>