java.lang.Object
com.trapezium.attractor.AttractorSelector
com.trapezium.attractor.NearPreservingAttractorSelector
- public class NearPreservingAttractorSelector
- extends AttractorSelector
The NearPreservingAttractorSelector marks for preservation the nearest
floater in the attracted floater set.
- Since:
- 1.0
- Version:
- 1.0, 8 Oct 1998
|
Method Summary |
void |
updatePreservedInfo(int[] floaterOffsets,
float[] floaterDistances,
int floaterOffset)
Update the floater-to-be-preserved information, the nearest floater
in the attracted set is preserved. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NearPreservingAttractorSelector
public NearPreservingAttractorSelector()
- Class constructor
updatePreservedInfo
public void updatePreservedInfo(int[] floaterOffsets,
float[] floaterDistances,
int floaterOffset)
- Update the floater-to-be-preserved information, the nearest floater
in the attracted set is preserved.
- Overrides:
updatePreservedInfo in class AttractorSelector