Searched refs:ymin (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-2.1/build/demos/gxdemo/src/TexGen/ |
| D | tg-project.c | 56 float ymin = -.5F, ymax = .5F; variable 457 ymin = -xmax; in AnimTick() 464 ymin = -xmax; in AnimTick() 543 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust() 546 GXPosition3f32(xmax, ymin, -nnear); //n1 in DrawFrust() 561 GXPosition3f32(xmax * t, ymin * t, -ffar); //f1 in DrawFrust() 564 GXPosition3f32(xmin * t, ymin * t, -ffar); //f0 in DrawFrust() 567 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust() 570 GXPosition3f32(xmax, ymin, -nnear); //n1 in DrawFrust() 573 GXPosition3f32(xmax * t, ymin * t, -ffar); //f1 in DrawFrust() [all …]
|