grss.libgrss.BPlaneParameters#
- class grss.libgrss.BPlaneParameters#
Bases:
pybind11_object
The BPlaneParameters class contains parameters used for calculating the B-plane of a close approach.
- __init__(self: grss.libgrss.BPlaneParameters) None #
Methods
__init__
(self)Attributes
Partial of X coordinate of the B-plane with respect to state.
Partial of Y coordinate of the B-plane with respect to state.
X coordinate of the B-plane.
Y coordinate of the B-plane.
Z coordinate of the B-plane.
- property dx#
Partial of X coordinate of the B-plane with respect to state.
- property dy#
Partial of Y coordinate of the B-plane with respect to state.
- property x#
X coordinate of the B-plane.
- property y#
Y coordinate of the B-plane.
- property z#
Z coordinate of the B-plane.