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_pointf
add_pointf
(ST_pointf p, ST_pointf q) copy()
boolean
isSameThan
(__ptr__ other) static ST_pointf
pointfof
(double x, double y) java.lang.String
toString()
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, unsupported
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
copy
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
___
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-