C# 클래스 MissionPlanner.Controls.Sphere

상속: OpenTK.GLControl
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CenterPoint Vector3
scale float

공개 메소드들

메소드 설명
AddPoint ( Vector3 point ) : void
AimClear ( ) : void
AimFor ( Vector3 point ) : void
Clear ( ) : void

보호된 메소드들

메소드 설명
OnPaint ( System e ) : void
ProcessCmdKey ( System &msg, System keyData ) : bool

비공개 메소드들

메소드 설명
DrawCircle ( float cx, float cy, float cz, float yaw, float r, int num_segments ) : void
get_pos ( double radius, double theta, double phi, Vector3 &camera_pos ) : void

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( Vector3 point ) : void
point Vector3
리턴 void

AimClear() 공개 메소드

public AimClear ( ) : void
리턴 void

AimFor() 공개 메소드

public AimFor ( Vector3 point ) : void
point Vector3
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( System e ) : void
e System
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( System &msg, System keyData ) : bool
msg System
keyData System
리턴 bool

프로퍼티 상세

CenterPoint 공개적으로 프로퍼티

public Vector3 CenterPoint
리턴 Vector3

scale 공개적으로 프로퍼티

public float scale
리턴 float