Package h
Class ST_BestPos_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_BestPos_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_BestPos_t extends UnsupportedStarStruct
-
-
Constructor Summary
Constructors Constructor Description ST_BestPos_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
__struct__
copy()
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
n
public int n
-
area
public double area
-
pos
public final ST_pointf pos
-
-
Method Detail
-
copy
public __struct__ copy()
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
-