C# Class SoftLove.Zoning.Point

Un Point est defini par une valeur X et une valeur Z
Afficher le fichier Open project: benkuper/SoftLove

Méthodes publiques

Méthode Description
Point ( double _x, double _z ) : System

Creation d'un Point

Method Details

Point() public méthode

Creation d'un Point
public Point ( double _x, double _z ) : System
_x double
_z double
Résultat System