mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Added related reference to point()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user