DrawPlane function
Implementation
void DrawPlane(
Vector3D centerPos,
Vector2D size,
ColorD color,
) => _module.DrawPlane(centerPos, size, color);
void DrawPlane(
Vector3D centerPos,
Vector2D size,
ColorD color,
) => _module.DrawPlane(centerPos, size, color);