C# Class FdoToolbox.Core.Feature.RTree.Point

Point class
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
Point ( float x, float y, float z )

Constructor.

Method Details

Point() public méthode

Constructor.
public Point ( float x, float y, float z )
x float The x coordinate of the point
y float The y coordinate of the point
z float The z coordinate of the point