Ejemplo n.º 1
0
 /// <param name="LPS"></param>
 public ActualPlane(Collections.PointSet LPS)
 {
 }
Ejemplo n.º 2
0
 static public Plane GaussFitPlane(Collections.PointSet PS)
 {
     throw new NotImplementedException();
 }