|
@@ -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>
|