step/stepcore
StepCore::Joint Class Reference
[Rigid joints]
Interface for joints. More...
#include <world.h>
Inheritance diagram for StepCore::Joint:

Public Member Functions | |
| virtual | ~Joint () |
| virtual int | constraintsCount ()=0 |
| virtual void | getConstraintsInfo (ConstraintsInfo *info, int offset)=0 |
Detailed Description
Interface for joints.
Definition at line 258 of file world.h.
Constructor & Destructor Documentation
Member Function Documentation
| virtual int StepCore::Joint::constraintsCount | ( | ) | [pure virtual] |
Get count of constraints.
Implemented in StepCore::Anchor, StepCore::Pin, and StepCore::Stick.
| virtual void StepCore::Joint::getConstraintsInfo | ( | ConstraintsInfo * | info, | |
| int | offset | |||
| ) | [pure virtual] |
Fill the part of constraints information structure starting at offset.
Implemented in StepCore::Anchor, StepCore::Pin, StepCore::Stick, and StepCore::Rope.
The documentation for this class was generated from the following file:
KDE 4.5 API Reference