Skip to content

spaceteams.SC_Compute_Server.vis.point_gen

Point generators.

KeplerianOrbit

KeplerianOrbit(state: State, **kwargs) -> list

Create the points for the keplerian orbit using the given state.

Line

Line(start: Annotated[ArrayLike, float64], end: Annotated[ArrayLike, float64], **kwargs) -> list

Create a straight line between two points.