Simply3DScan
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

Definition at line 8 of file ColorPoint3D.cs.

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.

Definition at line 46 of file ColorPoint3D.cs.

47  {
48  this.X = x;
49  this.Y = y;
50  this.Z = z;
51  }
double Z
Gets or sets the z.
Definition: ColorPoint3D.cs:30
double Y
Gets or sets the y.
Definition: ColorPoint3D.cs:23
double X
Gets or sets the x.
Definition: ColorPoint3D.cs:16

Property Documentation

Color SharedObjects.ColorPoint3D.Color
getset

Gets or sets the color.

The color.

Definition at line 38 of file ColorPoint3D.cs.

double SharedObjects.ColorPoint3D.X
getset

Gets or sets the x.

The x.

Definition at line 16 of file ColorPoint3D.cs.

double SharedObjects.ColorPoint3D.Y
getset

Gets or sets the y.

The y.

Definition at line 23 of file ColorPoint3D.cs.

double SharedObjects.ColorPoint3D.Z
getset

Gets or sets the z.

The z.

Definition at line 30 of file ColorPoint3D.cs.


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