Class Index | File Index

Classes


Class CollDetectFunctor

CollDetectFunctor base class for collision detection classes
Defined in: colldetectfunctor.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
the inheriting class's collision type e.g.
 
the first geometry type in the collisions supported by the inheritng class e.g.
 
the second geometry type in the collisions supported by the inheritng class e.g.
Method Summary
Method Attributes Method Name and Description
 
collDetect(info, collArray)
Class Detail
CollDetectFunctor()

Author: Muzer(muzerly@gmail.com).
Field Detail
{string} name
the inheriting class's collision type e.g. BoxPlane

{string} type0
the first geometry type in the collisions supported by the inheritng class e.g. Box

{string} type1
the second geometry type in the collisions supported by the inheritng class e.g. Plane
Method Detail
{void} collDetect(info, collArray)
Parameters:
{CollDetectInfo} info
{array} collArray

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 25 2011 08:49:07 GMT+0100 (CET)