Uses of Class
org.orekit.propagation.events.BetaAngleDetector
Packages that use BetaAngleDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of BetaAngleDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return BetaAngleDetectorModifier and TypeMethodDescriptionprotected BetaAngleDetectorBetaAngleDetector.create(EventDetectionSettings detectionSettings, EventHandler newHandler) Build a new instance.BetaAngleDetector.withBetaThreshold(double newBetaAngleThreshold) Create a new instance with the provided beta angle threshold.BetaAngleDetector.withCelestialProvider(PVCoordinatesProvider newProvider) Create a new instance with the provided coordinate provider.BetaAngleDetector.withInertialFrame(Frame newFrame) Create a new instance with the provided inertial frame.