void DrawLine3D(Vector3C startPos, Vector3C endPos, ColorC color) { return _DrawLine3D(startPos, endPos, color); }