mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
continuing to mess with graphics api, getting things cleared up
This commit is contained in:
@@ -222,6 +222,10 @@ public interface PMethods {
|
||||
|
||||
public void printCamera();
|
||||
|
||||
public float screenX(float x, float y);
|
||||
|
||||
public float screenY(float x, float y);
|
||||
|
||||
public float screenX(float x, float y, float z);
|
||||
|
||||
public float screenY(float x, float y, float z);
|
||||
|
||||
Reference in New Issue
Block a user