public class Real extends SingleConstrain
Constructor and Description |
---|
Real(SurfacePoint aA) |
Modifier and Type | Method and Description |
---|---|
int |
getNumOfParameters(ConstrainedComplex aConstrainedComplex) |
void |
getValue(double[] p,
int offset,
ConstrainedComplex aConstrainedComplex) |
void |
move(ConstrainedComplex aConstrainedComplex,
de.jtem.mfc.field.Complex newCoords) |
void |
projectedMove(ConstrainedComplex aConstrainedComplex,
de.jtem.mfc.field.Complex newCoords) |
void |
setByParameter(double[] p,
int offset,
ConstrainedComplex aConstrainedComplex) |
deconstrain, effects, getA
public Real(SurfacePoint aA)
public int getNumOfParameters(ConstrainedComplex aConstrainedComplex)
getNumOfParameters
in class Constrain
public void getValue(double[] p, int offset, ConstrainedComplex aConstrainedComplex)
public void move(ConstrainedComplex aConstrainedComplex, de.jtem.mfc.field.Complex newCoords)
move
in class SingleConstrain
public void projectedMove(ConstrainedComplex aConstrainedComplex, de.jtem.mfc.field.Complex newCoords)
projectedMove
in class SingleConstrain
public void setByParameter(double[] p, int offset, ConstrainedComplex aConstrainedComplex)
setByParameter
in class Constrain