LinearSourceForce Class Reference

Repellant force. More...

Inheritance diagram for LinearSourceForce:
LinearDistanceForce LinearForce BaseForce

List of all members.

Public Member Functions

 __init__ ()
 Simple constructor.
 __init__ (LPoint3f const p, FalloffType f, float r, float a, bool mass)
 Simple constructor.
 __init__ (LPoint3f const p, FalloffType f, float r, float a)
 Simple constructor.
 __init__ (LPoint3f const p, FalloffType f, float r)
 Simple constructor.
 __init__ (LinearSourceForce const copy)
 copy constructor

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

Repellant force.


Member Function Documentation

__init__ ( )

Simple constructor.

__init__ ( LPoint3f const  p,
FalloffType  f,
float  r,
float  a,
bool  mass 
)

Simple constructor.

__init__ ( LPoint3f const  p,
FalloffType  f,
float  r,
float  a 
)

Simple constructor.

__init__ ( LPoint3f const  p,
FalloffType  f,
float  r 
)

Simple constructor.

__init__ ( LinearSourceForce const  copy)

copy constructor

static TypeHandle getClassType ( ) [static]

Reimplemented from LinearDistanceForce.