Class CollDetectFunctor
CollDetectFunctor base class for collision detection classes
Defined in: colldetectfunctor.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| 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 Attributes | Method Name and Description |
|---|---|
|
collDetect(info, collArray)
|
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