Class Index | File Index

Classes


Class Plane


Defined in: Plane.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Plane(distance, normal)
Method Summary
Method Attributes Method Name and Description
 
distanceTo(point)
calculate distance from plane to point.
 
render(renderQueue, camera)
Class Detail
Plane(distance, normal)
Parameters:
distance
normal
Method Detail
distanceTo(point)
calculate distance from plane to point. distance is negative if the point is behind the plane.
Parameters:
point

render(renderQueue, camera)

Defined in: Plane.js.
Parameters:
renderQueue
camera

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jun 09 2013 12:38:11 GMT+0200 (CEST)