C# 클래스 Grafiti.CursorPoint

Represents a point in the surface where a finger is or was placed. It's directely related to the TuioCursor class.
파일 보기 프로젝트 열기: nuigroup/grafiti 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_motionSpeed float
m_sessionId int
m_state States
m_timestamp int
m_x float
m_xSpeed float

공개 메소드들

메소드 설명
CursorPoint ( int sessionId, float x, float y, States state ) : System
CursorPoint ( int sessionId, float x, float y, float xSpeed, float ySpeed, float motionSpeed, float motionAccel, int timestamp, States state ) : System
SquareDistance ( CursorPoint cursor ) : float
SquareDistance ( float x, float y ) : float

메소드 상세

CursorPoint() 공개 메소드

public CursorPoint ( int sessionId, float x, float y, States state ) : System
sessionId int
x float
y float
state States
리턴 System

CursorPoint() 공개 메소드

public CursorPoint ( int sessionId, float x, float y, float xSpeed, float ySpeed, float motionSpeed, float motionAccel, int timestamp, States state ) : System
sessionId int
x float
y float
xSpeed float
ySpeed float
motionSpeed float
motionAccel float
timestamp int
state States
리턴 System

SquareDistance() 공개 메소드

public SquareDistance ( CursorPoint cursor ) : float
cursor CursorPoint
리턴 float

SquareDistance() 공개 메소드

public SquareDistance ( float x, float y ) : float
x float
y float
리턴 float

프로퍼티 상세

m_motionSpeed 보호되어 있는 프로퍼티

protected float m_motionSpeed
리턴 float

m_sessionId 보호되어 있는 프로퍼티

protected int m_sessionId
리턴 int

m_state 보호되어 있는 프로퍼티

protected States m_state
리턴 States

m_timestamp 보호되어 있는 프로퍼티

protected int m_timestamp
리턴 int

m_x 보호되어 있는 프로퍼티

protected float m_x
리턴 float

m_xSpeed 보호되어 있는 프로퍼티

protected float m_xSpeed
리턴 float