Searched refs:Point3d (Results 1 – 10 of 10) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/include/ |
| D | cmn-model.h | 28 Point3d position; 29 Point3d target;
|
| /RvlSDK-3.2.2/include/revolution/mtx/ |
| D | GeoTypes.h | 59 } Vec, *VecPtr, Point3d, *Point3dPtr; typedef
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 33 Point3d position; 34 Point3d target;
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 43 Point3d position; 44 Point3d target;
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-outline.c | 98 Point3d position; 99 Point3d target;
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-pseudo-3d.c | 234 Point3d position = {0, -20, 5}; in setupMatrices() 235 Point3d target = {0, 0, 0}; in setupMatrices()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Culling/ |
| D | cul-viewport.c | 348 static Point3d myLightPos = { 1000.0f, -1000.0f, 1000.0f }; // in world space 387 Point3d lpos; in myDrawModel()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-emboss.c | 174 Point3d pos; // in world space 385 Point3d lpos; in myDrawModel()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | mtx.h | 362 const Point3d *camPos, 364 const Point3d *target );
|
| /RvlSDK-3.2.2/build/libraries/mtx/src/ |
| D | mtx.c | 2431 void C_MTXLookAt ( Mtx m, const Point3d *camPos, const Vec *camUp, const Point3d *target ) in C_MTXLookAt()
|