C# Class C64Emu.Quad

Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

Свойство Type Description
x0 float
x1 float
y0 float
y1 float

Méthodes publiques

Méthode Description
Quad ( ) : System
Quad ( float x0, float y0, float x1, float y1 ) : System

Method Details

Quad() public méthode

public Quad ( ) : System
Résultat System

Quad() public méthode

public Quad ( float x0, float y0, float x1, float y1 ) : System
x0 float
y0 float
x1 float
y1 float
Résultat System

Property Details

x0 public_oe property

public float x0
Résultat float

x1 public_oe property

public float x1
Résultat float

y0 public_oe property

public float y0
Résultat float

y1 public_oe property

public float y1
Résultat float