DrawSphereWires function
Implementation
void DrawSphereWires(
Vector3C centerPos,
double radius,
int rings,
int slices,
ColorC color,
) => _module.DrawSphereWires(centerPos, radius, rings, slices, color);
void DrawSphereWires(
Vector3C centerPos,
double radius,
int rings,
int slices,
ColorC color,
) => _module.DrawSphereWires(centerPos, radius, rings, slices, color);