C# Class AStartTest.Vectors.Vector3

Afficher le fichier Open project: holtkampw/UH-Sample-XNA-Project

Méthodes publiques

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

Method Details

Vector3() public méthode

public Vector3 ( ) : System
Résultat System

Vector3() public méthode

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