Simply3DScan
Static Public Member Functions | List of all members
SharedObjects.Extensions Class Reference

Extension methods More...

Static Public Member Functions

static ColorPoint3D Intersection (this Line line1, Line line2)
 Intersections between line 1 and the specified line2. More...
 
static void ChevronFromPoints (this ColorPoint3D point1, ColorPoint3D point2, out double alpha, out double beta)
 Chevrons from points. More...
 
static void SaveImage (this Image image, string imageFolder, string name, int actualSteps, Information configuration)
 Saves the image. More...
 

Detailed Description

Extension methods

Member Function Documentation

static void SharedObjects.Extensions.ChevronFromPoints ( this ColorPoint3D  point1,
ColorPoint3D  point2,
out double  alpha,
out double  beta 
)
static

Chevrons from points.

Parameters
point1The point1.
point2The point2.
alphaThe alpha.
betaThe beta.
static ColorPoint3D SharedObjects.Extensions.Intersection ( this Line  line1,
Line  line2 
)
static

Intersections between line 1 and the specified line2.

Parameters
line1The line1.
line2The line2.
Returns
static void SharedObjects.Extensions.SaveImage ( this Image  image,
string  imageFolder,
string  name,
int  actualSteps,
Information  configuration 
)
static

Saves the image.

Parameters
imageThe image.
imageFolderThe image folder.
nameThe name.
actualStepsThe actual steps.
configurationThe configuration.

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