Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.circle

Circle object class to manage its properties in the ARENA: Circle Geometry.

Parameters
  • float radius: radius Defaults to '1' (optional)
  • int segments: segments Defaults to '32' (optional)
  • float thetaLength: theta length Defaults to '360' (optional)
  • float thetaStart: theta start (optional)
Circle(**kwargs)
object_type = 'circle'