Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
LinearUserDefinedForce Class Reference

a programmable force that takes an evaluator fn. More...

Inheritance diagram for LinearUserDefinedForce:
LinearForce BaseForce

List of all members.

Public Member Functions

 LinearUserDefinedForce ()
 constructor
 LinearUserDefinedForce (LinearUserDefinedForce const copy)
 copy constructor

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

a programmable force that takes an evaluator fn.

NOTE : AS OF Interrogate => Squeak, this class does NOT get FFI'd due to the function pointer bug, and is currently NOT getting interrogated. Change this in the makefile when the time is right or this class becomes needed...


Constructor & Destructor Documentation

constructor

copy constructor


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from LinearForce.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties