Package h
Class ST_pointf
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_pointf
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_pointf extends UnsupportedStarStruct
-
-
Constructor Summary
Constructors Constructor Description ST_pointf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
String
toString()
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, unsupported
-
-
-
-
Method Detail
-
pointfof
public static ST_pointf pointfof(double x, double y)
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThan
in interface__ptr__
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
copy
public ST_pointf copy()
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
-