(self, points, colors)
| 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(): |
no test coverage detected