continuing to mess with graphics api, getting things cleared up

This commit is contained in:
benfry
2004-11-15 21:11:22 +00:00
parent fecc90d4dc
commit 56bc3e363e
4 changed files with 96 additions and 29 deletions

View File

@@ -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);