C# Класс Kinect.Toolbox.Vector2

Показать файл Открыть проект

Открытые методы

Метод Описание
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