Package h
Class ST_pointf
java.lang.Object
smetana.core.UnsupportedStarStruct
h.ST_pointf
- All Implemented Interfaces:
__ptr__,__struct__
-
Field Summary
FieldsFields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid___(__struct__ other) static ST_pointfadd_pointf(ST_pointf p, ST_pointf q) copy()booleanisSameThan(__ptr__ other) static ST_pointfpointfof(double x, double y) toString()Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, unsupported
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
ST_pointf
public ST_pointf()
-
-
Method Details
-
pointfof
-
add_pointf
-
isSameThan
- Specified by:
isSameThanin interface__ptr__- Overrides:
isSameThanin classUnsupportedStarStruct
-
toString
-
copy
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStarStruct
-
___
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-