Package h
Class ST_pointf
java.lang.Object
smetana.core.UnsupportedStarStruct
h.ST_pointf
- All Implemented Interfaces:
__ptr__
,__struct__
-
Field Summary
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
___
(__struct__ other) static ST_pointf
add_pointf
(ST_pointf p, ST_pointf q) copy()
boolean
isSameThan
(__ptr__ other) static ST_pointf
pointfof
(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:
isSameThan
in interface__ptr__
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
toString
-
copy
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
___
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-