C# Class NearestColorUWPApp1.Helper.Vector3

Afficher le fichier Open project: Myfreedom614/UWP-Samples

Méthodes publiques

Méthode Description
Distance ( Vector3 a, Vector3 b ) : float
Vector3 ( float x, float y, float z ) : System

Method Details

Distance() public static méthode

public static Distance ( Vector3 a, Vector3 b ) : float
a Vector3
b Vector3
Résultat float

Vector3() public méthode

public Vector3 ( float x, float y, float z ) : System
x float
y float
z float
Résultat System