public class ConstantThrustDirectionProvider extends Object implements ThrustDirectionProvider
Constructor and Description |
---|
ConstantThrustDirectionProvider(org.hipparchus.geometry.euclidean.threed.Vector3D constantDirection)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.geometry.euclidean.threed.Vector3D |
computeThrustDirection(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
计算与轨道状态对应的推力方向。
|
public ConstantThrustDirectionProvider(org.hipparchus.geometry.euclidean.threed.Vector3D constantDirection)
constantDirection
- 恒定方向
public org.hipparchus.geometry.euclidean.threed.Vector3D computeThrustDirection(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
ThrustDirectionProvider
computeThrustDirection
在接口 ThrustDirectionProvider
pvProv
- 当前日期周围的本地位置-速度提供者
date
- 当前日期
frame
- 计算姿态的参考坐标系
Copyright © 2002-2023 CS GROUP. All rights reserved.