Exemplo n.º 1
0
 public LCGenerator(TSurface tsrf, Spline31D spJ, Spline31D spLX, Spline31D spLY)
 {
     this.tsrf = tsrf;
     this.spJ  = spJ;
     this.spLX = spLX;
     this.spLY = spLY;
 }
Exemplo n.º 2
0
 public LCGenerator(TSurface tsrf, Spline31D spJ, double xLDC, double yLDC)
 {
     this.tsrf = tsrf;
     this.spJ  = spJ;
     this.xLDC = xLDC;
     this.yLDC = yLDC;
 }
Exemplo n.º 3
0
 public LCModeller(Star star, Spline31D spJ)
 {
     this.star = star;
     this.spJ  = spJ;
 }