C# Class SoftLove.Zoning.Point

Un Point est defini par une valeur X et une valeur Z
显示文件 Open project: benkuper/SoftLove

Public Methods

Method Description
Point ( double _x, double _z ) : System

Creation d'un Point

Method Details

Point() public method

Creation d'un Point
public Point ( double _x, double _z ) : System
_x double
_z double
return System