C# Class Agent.AgentType

Inheritance: IPosition
Exibir arquivo Open project: lxfschr/Quelea Class Usage Examples

Public Methods

Method Description
AgentType ( ) : System
AgentType ( AgentType agent ) : System
AgentType ( AgentType agent, Point3d position ) : System
AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
AgentType ( Point3d position ) : System
Equals ( AgentType p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
getPoint3d ( ) : Point3d

Method Details

AgentType() public method

public AgentType ( ) : System
return System

AgentType() public method

public AgentType ( AgentType agent ) : System
agent AgentType
return System

AgentType() public method

public AgentType ( AgentType agent, Point3d position ) : System
agent AgentType
position Point3d
return System

AgentType() public method

public AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
agent AgentType
position Point3d
refPosition Point3d
return System

AgentType() public method

public AgentType ( Point3d position ) : System
position Point3d
return System

Equals() public method

public Equals ( AgentType p ) : bool
p AgentType
return bool

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

getPoint3d() public method

public getPoint3d ( ) : Point3d
return Point3d