public final class ST_pointf extends UnsupportedStarStruct
Modifier and Type | Field and Description |
---|---|
double |
x |
double |
y |
CPT, SPY_ME, UID
Constructor and Description |
---|
ST_pointf() |
Modifier and Type | Method and Description |
---|---|
void |
___(__struct__ other) |
static ST_pointf |
add_pointf(ST_pointf p,
ST_pointf q) |
ST_pointf |
copy() |
boolean |
isSameThan(__ptr__ other) |
static ST_pointf |
pointfof(double x,
double y) |
java.lang.String |
toString() |
castTo, getTheField, unsupported
public static ST_pointf pointfof(double x, double y)
public boolean isSameThan(__ptr__ other)
isSameThan
in interface __ptr__
isSameThan
in class UnsupportedStarStruct
public java.lang.String toString()
toString
in class java.lang.Object
public ST_pointf copy()
copy
in interface __struct__
copy
in class UnsupportedStarStruct
public void ___(__struct__ other)
___
in interface __struct__
___
in class UnsupportedStarStruct