BindingForce


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BindingForce : public Vector3
{
public:
BindingForce();
void addRepulssionForce(const Vector3& force)
void addAttractiveForce(const Vector3& force) ;
Vector3 getAverageForce(bool& isAttractive) const ;
protected:
}; // BindingForce

Back to the top of BindingForce


KEYWORD

Back to the top of BindingForce


AUTHORS

Back to the top of BindingForce


CHANGES LOG

Back to the top of BindingForce


GOALS

Back to the top of BindingForce

		

USAGE

		

Back to the top of BindingForce


BindingForce();

    BindingForce();

Function is currently defined inline.


Back to the top of BindingForce


void addRepulssionForce(const Vector3& force)

    	void addRepulssionForce(const Vector3& force)   

Back to the top of BindingForce


void addAttractiveForce(const Vector3& force) ;

    	void addAttractiveForce(const Vector3& force)                                                                                                               
;

Function is currently defined inline.


Back to the top of BindingForce


Vector3 getAverageForce(bool& isAttractive) const ;

    	Vector3 getAverageForce(bool& isAttractive) const                                                                                     
;

Function is currently defined inline.


Back to the top of BindingForce


All Members

public:
void addRepulssionForce(const Vector3& force)
void addAttractiveForce(const Vector3& force) ;
Vector3 getAverageForce(bool& isAttractive) const ;
protected:

Back to the top of BindingForce


Ancestors

Inheritance chain for BindingForce:

Back to the top of BindingForce


Descendants

Class is not inherited by any others.

Back to the top of BindingForce


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:23 2009 .

Report problems to jkotula@unimax.com