C# Class GoodAI.Modules.School.LearningTasks.LTMovingTarget

Inheritance: LTApproach
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

Méthode Description
CreateTarget ( ) : void
ExecuteStep ( ) : void
GetPointInEllipse ( float angle, float EllipseRatioSize ) : PointF
LTMovingTarget ( ) : GoodAI.Modules.School.Common
LTMovingTarget ( SchoolWorld w ) : GoodAI.Modules.School.Common
MoveAwayFromAgentStep ( float velocity ) : void

Method Details

CreateTarget() public méthode

public CreateTarget ( ) : void
Résultat void

ExecuteStep() public méthode

public ExecuteStep ( ) : void
Résultat void

GetPointInEllipse() public méthode

public GetPointInEllipse ( float angle, float EllipseRatioSize ) : PointF
angle float
EllipseRatioSize float
Résultat System.Drawing.PointF

LTMovingTarget() public méthode

public LTMovingTarget ( ) : GoodAI.Modules.School.Common
Résultat GoodAI.Modules.School.Common

LTMovingTarget() public méthode

public LTMovingTarget ( SchoolWorld w ) : GoodAI.Modules.School.Common
w SchoolWorld
Résultat GoodAI.Modules.School.Common

MoveAwayFromAgentStep() public méthode

public MoveAwayFromAgentStep ( float velocity ) : void
velocity float
Résultat void