Simply3DScan
Public Member Functions | Properties | List of all members
SharedObjects.ColorPoint3D Class Reference

Simple 3D Point More...

Public Member Functions

 ColorPoint3D (double x, double y, double z)
 Initializes a new instance of the ColorPoint3D class. More...
 

Properties

double X [get, set]
 Gets or sets the x. More...
 
double Y [get, set]
 Gets or sets the y. More...
 
double Z [get, set]
 Gets or sets the z. More...
 
Color Color [get, set]
 Gets or sets the color. More...
 

Detailed Description

Simple 3D Point

Constructor & Destructor Documentation

SharedObjects.ColorPoint3D.ColorPoint3D ( double  x,
double  y,
double  z 
)

Initializes a new instance of the ColorPoint3D class.

Parameters
xThe x.
yThe y.
zThe z.

Property Documentation

Color SharedObjects.ColorPoint3D.Color
getset

Gets or sets the color.

The color.

double SharedObjects.ColorPoint3D.X
getset

Gets or sets the x.

The x.

double SharedObjects.ColorPoint3D.Y
getset

Gets or sets the y.

The y.

double SharedObjects.ColorPoint3D.Z
getset

Gets or sets the z.

The z.


The documentation for this class was generated from the following file: