BoxCylinderCollisionDetector class
The collision detector for Box on Cylinder collisions
- Inheritance
-
- Object
- CollisionDetector
- BoxCylinderCollisionDetector
Constructors
Properties
Methods
-
detectCollision(
Shape shape1, Shape shape2, ContactManifold manifold) → void -
Detect collision of the shapes provided
override
-
getSep(
Box c1, Cylinder c2, Vector3 sep, Vector3 pos, Vector3 dep) → bool - Should sep be reimplimented
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
supportPointB(
Box c, double dx, double dy, double dz, Vector3 out) → void - Support for point B
-
supportPointC(
Cylinder c, double dx, double dy, double dz, Vector3 out) → void - Support for point C
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited