Class Index | File Index

Classes


Class Frustum


Defined in: Frustum.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
Frustum.calculatePlane(point1, point2, point3)
calculates a plane from 3 points.
<static>  
Frustum.fromCamera(camera)
 
isOutside(aabb)
check whether the aabb is completely outside the frustum or not
Class Detail
Frustum()
Method Detail
<static> Frustum.calculatePlane(point1, point2, point3)
calculates a plane from 3 points.
       p3 
      / \          normal
     /   \     .~�
    /     \.~� 
  p1     � \
     `.     \
        `.   \ 
           `  p2
           
Parameters:
point1
point2
point3

<static> Frustum.fromCamera(camera)
Parameters:
camera

isOutside(aabb)
check whether the aabb is completely outside the frustum or not
Parameters:
aabb

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