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

dx

Partial of X coordinate of the B-plane with respect to state.

dy

Partial of Y coordinate of the B-plane with respect to state.

x

X coordinate of the B-plane.

y

Y coordinate of the B-plane.

z

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.