C# 클래스 Kinect.Toolbox.Vector2

파일 보기 프로젝트 열기: NIAEFEUP/Kommando

공개 메소드들

메소드 설명
ConvertVector2ToPoint ( ) : System.Point

Converts a vector to an aproximate point.

Vector2 ( float x, float y ) : System

Creates a new 2D vector.

operator ( ) : Vector2

Multiplication operator between a 2D vector and a scalar value.

메소드 상세

ConvertVector2ToPoint() 공개 메소드

Converts a vector to an aproximate point.
public ConvertVector2ToPoint ( ) : System.Point
리턴 System.Point

Vector2() 공개 메소드

Creates a new 2D vector.
public Vector2 ( float x, float y ) : System
x float X component of the vector
y float Y component of the vector
리턴 System

operator() 공개 정적인 메소드

Multiplication operator between a 2D vector and a scalar value.
public static operator ( ) : Vector2
리턴 Vector2