Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

ctPointObj Class Reference

A ctPointObj is the parent class of anything which acts like a point, including point-masses and points (connectors) on larger objects. More...

#include <point.h>

Inheritance diagram for ctPointObj:

List of all members.

Public Methods

 ctPointObj ()
virtual ~ctPointObj ()
virtual ctVector3 pos ()=0
virtual ctVector3 vel ()=0
 The derivative of pos() wrt time.

virtual void apply_force (ctVector3 force)=0

Detailed Description

A ctPointObj is the parent class of anything which acts like a point, including point-masses and points (connectors) on larger objects.

Its basic function is to retrieve its position and velocity, and allow point forces and impulses to be applied.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000