Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.triangle

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

Parameters
  • dict vertexA: vertex A Defaults to '{'x': 0, 'y': 0.5, 'z': 0}' (optional)
  • dict vertexB: vertex B Defaults to '{'x': -0.5, 'y': -0.5, 'z': 0}' (optional)
  • dict vertexC: vertex C Defaults to '{'x': 0.5, 'y': -0.5, 'z': 0}' (optional)
Triangle(**kwargs)
object_type = 'triangle'