Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method and Description |
---|---|
protected NegateDetector |
NegateDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super NegateDetector> newHandler) |
static NegateDetector |
BooleanDetector.notCombine(EventDetector detector)
Create a new event detector that negates the g function of another detector.
|
Modifier and Type | Method and Description |
---|---|
protected NegateDetector |
NegateDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super NegateDetector> newHandler) |
Copyright © 2002-2022 CS GROUP. All rights reserved.