35             get { 
return this.alpha; }
 
   36             set { this.alpha = value; }
 
   47             get { 
return this.beta; }
 
   48             set { this.beta = value; }
 
   60             point1.ChevronFromPoints(point2, out this.alpha, out this.beta);
 
ColorPoint3D Point2
Gets or sets the point2. 
 
ColorPoint3D Point1
Gets or sets the point1. 
 
Line(ColorPoint3D point1, ColorPoint3D point2)
Initializes a new instance of the Line class. 
 
double Beta
Gets or sets the beta chevron. 
 
double Alpha
Gets or sets the alpha chevron.