ПИбд-21 Лобашов И. Д. 1лаб сложная #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +62,4 @@
if (_wheelsCount.count >= _wheelsCount.Five.count) {
Path2D path = new Path2D.Double();
path.append(new Arc2D.Double(startPosX + 5, startPosY + 50, 2 * cornerRadius1, 2 * cornerRadius1, 180, 90, Arc2D.OPEN), true);
Имеется дублирующийся код
Pull request closed