LLInterpAttractor< Type > Class Template Reference

#include <llinterp.h>

Inheritance diagram for LLInterpAttractor< Type >:

Inheritance graph
[legend]
Collaboration diagram for LLInterpAttractor< Type >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLInterpAttractor ()
void start ()
void setStartVel (const Type &vel)
void setForce (const F32 force)
void update (const F32 time)

Protected Attributes

F32 mForce
Type mStartVel
Type mVelocity


Detailed Description

template<typename Type>
class LLInterpAttractor< Type >

Definition at line 105 of file llinterp.h.


Constructor & Destructor Documentation

template<class Type>
LLInterpAttractor< Type >::LLInterpAttractor (  )  [inline]


Member Function Documentation

template<class Type>
void LLInterpAttractor< Type >::start ( void   )  [inline, virtual]

Reimplemented from LLInterp< Type >.

Definition at line 308 of file llinterp.h.

References LLInterpAttractor< Type >::mStartVel, LLInterpAttractor< Type >::mVelocity, and LLInterp< Type >::start().

Here is the call graph for this function:

template<class Type>
void LLInterpAttractor< Type >::setStartVel ( const Type &  vel  )  [inline]

Definition at line 316 of file llinterp.h.

References LLInterpAttractor< Type >::mStartVel.

template<class Type>
void LLInterpAttractor< Type >::setForce ( const F32  force  )  [inline]

Definition at line 322 of file llinterp.h.

References LLInterpAttractor< Type >::mForce.

template<class Type>
void LLInterpAttractor< Type >::update ( const F32  time  )  [inline]


Member Data Documentation

template<typename Type>
F32 LLInterpAttractor< Type >::mForce [protected]

template<typename Type>
Type LLInterpAttractor< Type >::mStartVel [protected]

template<typename Type>
Type LLInterpAttractor< Type >::mVelocity [protected]


The documentation for this class was generated from the following file:

Generated on Fri May 16 08:49:59 2008 for SecondLife by  doxygen 1.5.5