DrawSphere function
Implementation
void DrawSphere(Vector3C centerPos, double radius, ColorC color) => _module.DrawSphere(centerPos, radius, color);
void DrawSphere(Vector3C centerPos, double radius, ColorC color) => _module.DrawSphere(centerPos, radius, color);