CollisionObjectConvex
#include "TrueAxis.bi"
Inheritance diagram for CollisionObjectConvex:
A convex object is an implementation of CollisionObjectSimple.
Call the static function CollisionObjectConvexCreateNew to create a new instance of this class.
CollisionObjectConvex is used to represent convex polygon shapes for dynamic objects. The only way to create non-convex objects is to combine multiple convex objects. For speed reasons, this should be avoided unless necessary. Convex objects should also be kept as simple as possible.
A Convex Object Diagram
Objects that implement CollisionObjectSimple can be combined to make a combo collision object. See CollisionObjectComboAddCollisionObject.
Copyright © 2015
Created with the Freeware Edition of HelpNDoc: Full featured Documentation generator