Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Public Member Functions
physics::JointFactory Class Reference

#include <JointFactory.h>

List of all members.

Public Member Functions

virtual JointcreateJoint (JointType type)=0
 Creates a new joint.
virtual JointcreateJoint (const std::string &name, JointType type)=0
virtual void destroyJoint (Joint *joint)=0
 Destroys a joint which was created by this factory.

Member Function Documentation

virtual Joint* physics::JointFactory::createJoint ( JointType  type) [pure virtual]

Creates a new joint.

Referenced by physics::PhysicsManager::createJoint().

virtual Joint* physics::JointFactory::createJoint ( const std::string &  name,
JointType  type 
) [pure virtual]
virtual void physics::JointFactory::destroyJoint ( Joint joint) [pure virtual]

Destroys a joint which was created by this factory.


The documentation for this class was generated from the following file:

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:08 by Doxygen (1.7.4)