void DrawSphereWires( Vector3C centerPos, double radius, int rings, int slices, ColorC color, ) { return _DrawSphereWires(centerPos, radius, rings, slices, color); }