Uses of Class
org.orekit.propagation.events.FieldNegateDetector
-
Packages that use FieldNegateDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FieldNegateDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldNegateDetector Modifier and Type Method Description protected FieldNegateDetector<T>
FieldNegateDetector. create(FieldAdaptableInterval<T> newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<T> newHandler)
static <T extends CalculusFieldElement<T>>
FieldNegateDetector<T>FieldBooleanDetector. notCombine(FieldEventDetector<T> detector)
Create a new event detector that negates the g function of another detector.
-