Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/include/
Dcmn-model.h28 Point3d position;
29 Point3d target;
/RvlSDK-3.2.2/include/revolution/mtx/
DGeoTypes.h59 } Vec, *VecPtr, Point3d, *Point3dPtr; typedef
/RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/
Dtf-reflect.c33 Point3d position;
34 Point3d target;
/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c43 Point3d position;
44 Point3d target;
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-outline.c98 Point3d position;
99 Point3d target;
/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c234 Point3d position = {0, -20, 5}; in setupMatrices()
235 Point3d target = {0, 0, 0}; in setupMatrices()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Culling/
Dcul-viewport.c348 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/
Dtg-emboss.c174 Point3d pos; // in world space
385 Point3d lpos; in myDrawModel()
/RvlSDK-3.2.2/include/revolution/
Dmtx.h362 const Point3d *camPos,
364 const Point3d *target );
/RvlSDK-3.2.2/build/libraries/mtx/src/
Dmtx.c2431 void C_MTXLookAt ( Mtx m, const Point3d *camPos, const Vec *camUp, const Point3d *target ) in C_MTXLookAt()