LinearSinkForce Class Reference

Attractor force. More...

Inheritance diagram for LinearSinkForce:
LinearDistanceForce LinearForce BaseForce

List of all members.

Public Member Functions

 __init__ ()
 Simple constructor.
 __init__ (LPoint3f const p, FalloffType f, float r, float a, bool m)
 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__ (LinearSinkForce const copy)
 copy constructor

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

Attractor force.

Think black hole.


Member Function Documentation

__init__ ( )

Simple constructor.

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

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__ ( LinearSinkForce const  copy)

copy constructor

static TypeHandle getClassType ( ) [static]

Reimplemented from LinearDistanceForce.