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

Point class
Mostrar archivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
Point ( float x, float y, float z )

Constructor.

Method Details

Point() public method

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