C# Class PointCloud.PointXYZ

Inheritance: PointXY
Show file Open project: MaikelH/Pointcloud

Public Methods

Method Description
PointXYZ ( ) : System.ComponentModel
PointXYZ ( float x, float y, float z ) : System.ComponentModel

Method Details

PointXYZ() public method

public PointXYZ ( ) : System.ComponentModel
return System.ComponentModel

PointXYZ() public method

public PointXYZ ( float x, float y, float z ) : System.ComponentModel
x float
y float
z float
return System.ComponentModel