From 696404f04d95e9b3b0e6da93367d36ce4de4c85b Mon Sep 17 00:00:00 2001 From: charlieschwabacher Date: Sun, 19 May 2013 01:07:48 -0500 Subject: [PATCH] Update Plane.html --- docs/api/math/Plane.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/api/math/Plane.html b/docs/api/math/Plane.html index e08e670cce..1f80ff053f 100644 --- a/docs/api/math/Plane.html +++ b/docs/api/math/Plane.html @@ -15,13 +15,10 @@

Constructor

-

[name]([page:todo normal], [page:todo constant])

+

[name]([page:Vector3 normal], [page:number constant])

- normal -- todo
- constant -- todo -
-
- todo + normal -- the normal vector defining the plane
+ constant -- the distance from the origin to the plane along the normal vector
@@ -31,12 +28,12 @@

.[page:number constant]

- todo + the distance from the origin to the plane along the normal vector

.[page:Vector3 normal]

- todo + the normal vector defining the plane

Methods

-- GitLab