Browse Source

Update Plane.html

charlieschwabacher 12 years ago
parent
commit
696404f04d
1 changed files with 5 additions and 8 deletions
  1. 5 8
      docs/api/math/Plane.html

+ 5 - 8
docs/api/math/Plane.html

@@ -15,13 +15,10 @@
 		<h2>Constructor</h2>
 
 
-		<h3>[name]([page:todo normal], [page:todo constant])</h3>
+		<h3>[name]([page:Vector3 normal], [page:number constant])</h3>
 		<div>
-		normal -- todo <br />
-		constant -- todo
-		</div>
-		<div>
-		todo
+		normal -- the normal vector defining the plane <br />
+		constant -- the distance from the origin to the plane along the normal vector
 		</div>
 
 
@@ -31,12 +28,12 @@
 
 		<h3>.[page:number constant]</h3>
 		<div>
-		todo
+		the distance from the origin to the plane along the normal vector
 		</div> 
 
 		<h3>.[page:Vector3 normal]</h3>
 		<div>
-		todo
+		the normal vector defining the plane
 		</div> 
 
 		<h2>Methods</h2>