Skip to content

spaceteams.SC_Compute_Server.vis.curves

Curve drawing utilities.

DrawCurve

DrawCurve(origin_entity: Entity, **kwargs) -> spaceteams.SC_Compute_Server.Entity

Create a new curve.

GetPoints

GetPoints(curve: Entity) -> list

Get the points of a given curve entity.

SetPoints

SetPoints(curve: Entity, points: list) -> None

Set the points of a given curve entity.