Added related reference to point()

This commit is contained in:
Scott Murray
2016-10-28 14:45:43 -07:00
parent 945f46235f
commit 6d392a7c9d
+1
View File
@@ -11390,6 +11390,7 @@ public class PApplet implements PConstants {
* @webref shape:2d_primitives
* @param x x-coordinate of the point
* @param y y-coordinate of the point
* @see PGraphics#stroke(int)
*/
public void point(float x, float y) {
if (recorder != null) recorder.point(x, y);