Class FieldNegateDetector<T extends CalculusFieldElement<T>>

java.lang.Object
org.orekit.propagation.events.FieldAbstractDetector<FieldNegateDetector<T>,T>
org.orekit.propagation.events.FieldNegateDetector<T>
Type Parameters:
T - type of the field element
All Implemented Interfaces:
FieldDetectorModifier<T>, FieldEventDetector<T>

public class FieldNegateDetector<T extends CalculusFieldElement<T>> extends FieldAbstractDetector<FieldNegateDetector<T>,T> implements FieldDetectorModifier<T>
An event detector that negates the sign on another event detector's g function.
Since:
12.0
Author:
Evan Ward, Luc Maisonobe