void DrawTriangle(Vector2C v1, Vector2C v2, Vector2C v3, ColorC color) { return _DrawTriangle(v1, v2, v3, color); }