C# Class Quelea.WanderForceComponent

Inheritance: AbstractAgentForceComponent
Mostrar archivo Open project: lxfschr/Quelea

Public Methods

Method Description
WanderForceComponent ( ) : System

Protected Methods

Method 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 method

protected CalculateDesiredVelocity ( ) : Vector3d
return Vector3d

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

RegisterInputParams() protected method

protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
return void

RegisterOutputParams() protected method

protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
return void

SetOutputs() protected method

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
return void

WanderForceComponent() public method

public WanderForceComponent ( ) : System
return System