void DrawTriangle3D(Vector3C v1, Vector3C v2, Vector3C v3, ColorC color) { return _DrawTriangle3D(v1, v2, v3, color); }