src/main/java/workspace/ui/Graphics3D.java
Graphics3D
has 21 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface Graphics3D extends Graphics2D {
void translate(float x, float y, float z);
void scale(float sx, float sy, float sz);
Method drawLine
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
void drawLine(float x1, float y1, float z1, float x2, float y2, float z2);