/[gzz]/gzz/gfx/librenderables/Renderables.hxx
ViewVC logotype

Diff of /gzz/gfx/librenderables/Renderables.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by jvk, Tue Sep 17 08:04:52 2002 UTC revision 1.12 by jvk, Tue Sep 17 11:14:05 2002 UTC
# Line 159  namespace Renderables { Line 159  namespace Renderables {
159              Pt tmp = center + x * p.x + y * p.y;              Pt tmp = center + x * p.x + y * p.y;
160              return ZPt(tmp.x, tmp.y, z + p.z);              return ZPt(tmp.x, tmp.y, z + p.z);
161          }          }
162            Vec transform(const Vec &p) const {
163                return x * p.x + y * p.y;
164            }
165    
166          void performGL_xy() {          void performGL_xy() {
167              GLfloat matrix[16] = {              GLfloat matrix[16] = {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26