C# 클래스 Agent.AgentType

상속: IPosition
파일 보기 프로젝트 열기: lxfschr/Quelea 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AgentType() 공개 메소드

public AgentType ( ) : System
리턴 System

AgentType() 공개 메소드

public AgentType ( AgentType agent ) : System
agent AgentType
리턴 System

AgentType() 공개 메소드

public AgentType ( AgentType agent, Point3d position ) : System
agent AgentType
position Point3d
리턴 System

AgentType() 공개 메소드

public AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
agent AgentType
position Point3d
refPosition Point3d
리턴 System

AgentType() 공개 메소드

public AgentType ( Point3d position ) : System
position Point3d
리턴 System

Equals() 공개 메소드

public Equals ( AgentType p ) : bool
p AgentType
리턴 bool

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getPoint3d() 공개 메소드

public getPoint3d ( ) : Point3d
리턴 Point3d