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

Represents a simple line More...

Public Member Functions

 Line (ColorPoint3D point1, ColorPoint3D point2)
 Initializes a new instance of the Line class. More...
 

Properties

ColorPoint3D Point1 [get, set]
 Gets or sets the point1. More...
 
ColorPoint3D Point2 [get, set]
 Gets or sets the point2. More...
 
double Alpha [get, set]
 Gets or sets the alpha chevron. More...
 
double Beta [get, set]
 Gets or sets the beta chevron. More...
 

Detailed Description

Represents a simple line

Constructor & Destructor Documentation

SharedObjects.Line.Line ( ColorPoint3D  point1,
ColorPoint3D  point2 
)

Initializes a new instance of the Line class.

Parameters
point1The point1.
point2The point2.

Property Documentation

double SharedObjects.Line.Alpha
getset

Gets or sets the alpha chevron.

The alpha chevron.

double SharedObjects.Line.Beta
getset

Gets or sets the beta chevron.

The beta chevron.

ColorPoint3D SharedObjects.Line.Point1
getset

Gets or sets the point1.

The point1.

ColorPoint3D SharedObjects.Line.Point2
getset

Gets or sets the point2.

The point2.


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