public constructor
This commit is contained in:
@@ -24,7 +24,7 @@ public class PointF {
|
|||||||
public PointF() {
|
public PointF() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PointF(float x, float y) {
|
public PointF(float x, float y) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
this.y = y;
|
this.y = y;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user