We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5554801 commit 88e4315Copy full SHA for 88e4315
bindings/python/src/OpenSpaceToolkitAstrodynamicsPy/Trajectory/State.cpp
@@ -266,13 +266,13 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_State(pybind11::module& a
266
"in_frame",
267
&State::inFrame,
268
R"doc(
269
- Check if the state is in a given reference frame.
+ Transform the state to the provided reference frame.
270
271
Args:
272
- frame (Frame): The reference frame to check.
+ frame (Frame): The reference frame to transform to.
273
274
Returns:
275
- bool: True if the state is in the reference frame, False otherwise.
+ State: The transformed state.
276
)doc",
277
arg("frame")
278
)
0 commit comments