Skip to content

Commit

Permalink
docs: fix documentation for State.in_frame (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored Oct 24, 2024
1 parent 5554801 commit 88e4315
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,13 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_State(pybind11::module& a
"in_frame",
&State::inFrame,
R"doc(
Check if the state is in a given reference frame.
Transform the state to the provided reference frame.
Args:
frame (Frame): The reference frame to check.
frame (Frame): The reference frame to transform to.
Returns:
bool: True if the state is in the reference frame, False otherwise.
State: The transformed state.
)doc",
arg("frame")
)
Expand Down

0 comments on commit 88e4315

Please sign in to comment.