Home
last modified time | relevance | path

Searched refs:ymin (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/TexGen/
Dtg-project.c56 float ymin = -.5F, ymax = .5F; variable
474 ymin = -xmax; in AnimTick()
481 ymin = -xmax; in AnimTick()
560 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
563 GXPosition3f32(xmax, ymin, -nnear); //n1 in DrawFrust()
578 GXPosition3f32(xmax * t, ymin * t, -ffar); //f1 in DrawFrust()
581 GXPosition3f32(xmin * t, ymin * t, -ffar); //f0 in DrawFrust()
584 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
587 GXPosition3f32(xmax, ymin, -nnear); //n1 in DrawFrust()
590 GXPosition3f32(xmax * t, ymin * t, -ffar); //f1 in DrawFrust()
[all …]