add GeometryBuffer.addPoint(Point)
This commit is contained in:
parent
83d36fe04b
commit
bbaa19ef7b
@ -308,4 +308,8 @@ public class GeometryBuffer {
|
|||||||
throw new IllegalArgumentException("not cleared " + m + "<>" + type);
|
throw new IllegalArgumentException("not cleared " + m + "<>" + type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void addPoint(Point p) {
|
||||||
|
addPoint((float) p.x, (float) p.y);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user