C# Class Processing.PVector

Inheritance: Vector
Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
PVector ( ) : System
PVector ( float x, float y ) : System
PVector ( float x, float y, float z ) : System

Method Details

PVector() public method

public PVector ( ) : System
return System

PVector() public method

public PVector ( float x, float y ) : System
x float
y float
return System

PVector() public method

public PVector ( float x, float y, float z ) : System
x float
y float
z float
return System