C# Class Processing.PVector

Inheritance: Vector
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

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

Method Details

PVector() public méthode

public PVector ( ) : System
Résultat System

PVector() public méthode

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

PVector() public méthode

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