C# Class Kinect.Toolbox.Vector2

Afficher le fichier Open project: NIAEFEUP/Kommando

Méthodes publiques

Méthode Description
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.

Method Details

ConvertVector2ToPoint() public méthode

Converts a vector to an aproximate point.
public ConvertVector2ToPoint ( ) : System.Point
Résultat System.Point

Vector2() public méthode

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
Résultat System

operator() public static méthode

Multiplication operator between a 2D vector and a scalar value.
public static operator ( ) : Vector2
Résultat Vector2