simulo.ArrowMarker
Directional arrow marker.
Displays an arrow pointing in a direction. Useful for visualizing forces, velocities, normals, etc.
Attributes:
length— Arrow length in metersradius— Arrow shaft radiuscolor— Arrow color as RGB or RGBA tuple
simulo.ArrowMarker( name: str, num_instances: int = 1, _backend_handle: Any = None, length: float = 0.2, radius: float = 0.01, color: Color = (0.0, 1.0, 0.0),)