Uses of Class
org.orekit.propagation.events.FieldNegateDetector
Packages that use FieldNegateDetector
Package
Description
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 FieldNegateDetectorModifier and TypeMethodDescriptionprotected FieldNegateDetector<T> FieldNegateDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) Build a new instance.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.