Uses of Class
org.orekit.propagation.events.functions.PlaneCrossingFunction
-
Packages that use PlaneCrossingFunction Package Description org.orekit.propagation.events 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 PlaneCrossingFunction Constructor Description FieldPlaneCrossingDetector(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.
-