C# Class Quelea.WanderForceComponent

Inheritance: AbstractAgentForceComponent
Afficher le fichier Open project: lxfschr/Quelea

Méthodes publiques

Méthode Description
WanderForceComponent ( ) : System

Méthodes protégées

Méthode Description
CalculateDesiredVelocity ( ) : Vector3d
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void
RegisterOutputParams ( GH_OutputParamManager pManager ) : void
SetOutputs ( IGH_DataAccess da ) : void

Method Details

CalculateDesiredVelocity() protected méthode

protected CalculateDesiredVelocity ( ) : Vector3d
Résultat Vector3d

GetInputs() protected méthode

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Résultat bool

RegisterInputParams() protected méthode

protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Résultat void

RegisterOutputParams() protected méthode

protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Résultat void

SetOutputs() protected méthode

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Résultat void

WanderForceComponent() public méthode

public WanderForceComponent ( ) : System
Résultat System