public static class ProjectivePoint.Mutable extends ProjectivePoint<MutableIntegerModuloP> implements MutablePoint
ProjectivePoint.Immutable, ProjectivePoint.Mutablex, y, z| Constructor and Description |
|---|
Mutable(IntegerFieldModuloP field) |
Mutable(MutableIntegerModuloP x,
MutableIntegerModuloP y,
MutableIntegerModuloP z) |
| Modifier and Type | Method and Description |
|---|---|
ProjectivePoint.Mutable |
conditionalSet(Point p,
int set) |
ProjectivePoint.Mutable |
setValue(AffinePoint p) |
ProjectivePoint.Mutable |
setValue(Point p) |
affineEquals, asAffine, fixed, getField, getX, getY, getZ, mutablepublic Mutable(MutableIntegerModuloP x, MutableIntegerModuloP y, MutableIntegerModuloP z)
public Mutable(IntegerFieldModuloP field)
public ProjectivePoint.Mutable conditionalSet(Point p, int set)
conditionalSet in interface MutablePointpublic ProjectivePoint.Mutable setValue(AffinePoint p)
setValue in interface MutablePointpublic ProjectivePoint.Mutable setValue(Point p)
setValue in interface MutablePoint