MCPcopy Create free account
hub / github.com/csaez/mscreen / drawTriangle

Method drawTriangle

mscreen.py:664–667  ·  view source on GitHub ↗
(self, points, colors)

Source from the content-addressed store, hash-verified

662 return point
663
664 def drawTriangle(self, points, colors):
665 triangle = TrianglePrim(points, colors)
666 self.registerPrimitive(triangle)
667 return triangle
668
669 @staticmethod
670 def getCurrentModelPanel():

Callers 1

test_triangle.pyFile · 0.80

Calls 2

registerPrimitiveMethod · 0.95
TrianglePrimClass · 0.85

Tested by

no test coverage detected