C# 클래스 Canguro.Controller.Tracking.PolygonTrackingService

Pinta un polígono cerrado que sigue al Mouse tras seleccionar una lista de Vertex3D's. Se van seleccionando Vertex3D y siempre se pinta lo necesario para cerrar el contorno. Se van acumulando puntos y formando el contorno hasta que se desactive (o se le dé Reset). Utiliza el MouseMove para seguir y SetPoint para fijar puntos.
상속: TrackingService
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 프로퍼티들

프로퍼티 타입 설명
Instance PolygonTrackingService

공개 메소드들

메소드 설명
MouseMove ( System pt ) : void
Paint ( Device device ) : void
SetColor ( ) : void
SetColor ( Color colorFill, Color colorLine ) : void
SetPoint ( System pt ) : void
SetPoint ( System.Vector3 vecInternational ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
PolygonTrackingService ( ) : System
recalcPoints ( ) : void

메소드 상세

MouseMove() 공개 메소드

public MouseMove ( System pt ) : void
pt System
리턴 void

Paint() 공개 메소드

public Paint ( Device device ) : void
device Device
리턴 void

SetColor() 공개 메소드

public SetColor ( ) : void
리턴 void

SetColor() 공개 메소드

public SetColor ( Color colorFill, Color colorLine ) : void
colorFill Color
colorLine Color
리턴 void

SetPoint() 공개 메소드

public SetPoint ( System pt ) : void
pt System
리턴 void

SetPoint() 공개 메소드

public SetPoint ( System.Vector3 vecInternational ) : void
vecInternational System.Vector3
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static PolygonTrackingService,Canguro.Controller.Tracking Instance
리턴 PolygonTrackingService