продам public record Render3DUtils$ScreenProjection(float screenX, float screenY, float depth) {
public final native String toString();
public final native int hashCode();
public final native boolean equals(Object o);
public native float screenX();
public native float screenY();
public native float depth();
}
public final native String toString();
public final native int hashCode();
public final native boolean equals(Object o);
public native float screenX();
public native float screenY();
public native float depth();
}