Uses of Class
org.orekit.propagation.events.functions.PlaneCrossingFunction
Packages that use PlaneCrossingFunction
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of PlaneCrossingFunction in org.orekit.propagation.events
Constructors in org.orekit.propagation.events with parameters of type PlaneCrossingFunctionModifierConstructorDescriptionFieldPlaneCrossingDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, PlaneCrossingFunction planeCrossingFunction) Constructor with detection settings and handler.PlaneCrossingDetector(EventDetectionSettings detectionSettings, EventHandler handler, PlaneCrossingFunction planeCrossingFunction) Constructor with detection settings and handler.