Package | Description |
---|---|
de.uni_kl.cs.discodnc.curves |
Modifier and Type | Method | Description |
---|---|---|
static CurvePwAffine.CurveOperation |
CurvePwAffine.CurveOperation.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CurvePwAffine.CurveOperation[] |
CurvePwAffine.CurveOperation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static CurvePwAffine |
CurvePwAffine.computeResultingCurve(CurvePwAffine curve1,
CurvePwAffine curve2,
CurvePwAffine.CurveOperation operator) |
Common helper for computing a new curve.
|