Public Member Functions | |
Point2 | ViewToScreen (Point3 p) |
NullView () |
|
Definition at line 125 of file pcggui.cpp. 00125 { worldToView.IdentityMatrix(); screenW=640.0f; screenH = 480.0f; }
|
|
Definition at line 124 of file pcggui.cpp. 00124 { return Point2(p.x,p.y); }
|