Triangle
__init__(self, pts, **opts):
LLM Docstring
Set up a Triangle primitive.
pts:Anythe triangle vertices
opts:Anyextra styling options
get_bbox(self):
LLM Docstring
Not implemented: this primitive has no bounding-box computation.
plot(self, axes, *args, sphere_points=None, graphics=None, **kwargs):
LLM Docstring
Draw the primitive onto the axes via axes.draw_triangle.
axes:Anythe axes (or graphics) to draw onto
args:Anyextra positional arguments
graphics:Anythe owning graphics object
kwargs:Anyextra styling options
:returns:_the drawn backend object