public class DistinguishedPoint extends SurfacePoint implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
isAlsoBranchPoint |
int |
sheetNumber |
constrain, coords
Constructor and Description |
---|
DistinguishedPoint(de.jtem.mfc.field.Complex z) |
DistinguishedPoint(double x,
double y) |
DistinguishedPoint(double x,
double y,
boolean aBoolean) |
DistinguishedPoint(double x,
double y,
int aSheetNumber) |
DistinguishedPoint(RamifiedCovering aSurface,
double x,
double y) |
DistinguishedPoint(RamifiedCovering aSurface,
double x,
double y,
int aSheetNumber) |
compareTo, getAbs, getAbsFor, getArg, getArgFor, getCoords, getDeltaArgTo, getDeltaArgTo, getIndex, getIndexOfSurfacePoint, getIndexOfSurfacePointWithCoords, getIndexOfSurfacePointWithCoords, getSurface, getSurfacePoints, getSurfacePointWithCoords, isToTheRightOf, isToTheRightOf, move, setNewCoords, setSurface
deconstrain, getConstrain, getCoords, getIm, getNumOfParameters, getRe, getValue, setByParameter, setConstrain, setCoords, setProjectedCoords
public DistinguishedPoint(de.jtem.mfc.field.Complex z)
public DistinguishedPoint(double x, double y)
public DistinguishedPoint(double x, double y, boolean aBoolean)
public DistinguishedPoint(double x, double y, int aSheetNumber)
public DistinguishedPoint(RamifiedCovering aSurface, double x, double y)
public DistinguishedPoint(RamifiedCovering aSurface, double x, double y, int aSheetNumber)