Skip to content
mzgoddard edited this page Dec 14, 2011 · 6 revisions

To Port

By Inheritance

  • CollisionObject

    • Rigidbody
  • CollisionShape

    • ConvexShape
      • ConvexInternalShape
        • PolyhedralConvexShape
          • BoxShape
    • ConcaveShape
      • TriangleMeshShape
        • BvhTriangleMeshShape
  • MotionState

  • TypedConstraint

  • BroadphaseProxy

  • ActionInterface

  • ConstraintSolver

  • Dispatcher

    • CollisionDispatcher
  • BroadphaseInterface

    • DbvtBroadphase
  • OverlappingPairCache

  • CollisionWorld

    • DynamicsWorld
      • DiscreteDynamicsWorld
  • LinearMath (not a class)

    Probably shouldn't be classes but groups of functions that can be performed on array-like objects.

    • Transform
    • Matrix3x3
    • Vector3
Clone this wiki locally