|
Classes |
| class | gzGeometryAxis |
| class | gzGeometrySphere |
| class | gzGeometryTube |
| class | gzViewPlane |
| class | gzLineOfSight |
| class | gzVisualCoverage |
| class | gzVisualCovSample |
| class | gzQuadTexMapping |
| class | gzSkyBox |
| class | gzSkyLayer |
| class | gzIBRIndexSets |
| class | gzIBRGeometry |
Typedefs |
| typedef gzReal(* | gzEvalFunc_Tube_Radius )(gzReal zero_to_one, gzReal angle) |
| typedef gzRealXY(* | gzEvalFunc_Tube_Displacement )(gzReal zero_to_one) |
Enumerations |
| enum | gzViewPlaneAlign {
GZ_VIEWPLANE_ALIGN_UPPER_LEFT,
GZ_VIEWPLANE_ALIGN_UPPER_RIGHT,
GZ_VIEWPLANE_ALIGN_BOTTOM_LEFT,
GZ_VIEWPLANE_ALIGN_BOTTOM_RIGHT,
GZ_VIEWPLANE_ALIGN_UPPER_CENTER,
GZ_VIEWPLANE_ALIGN_BOTTOM_CENTER,
GZ_VIEWPLANE_ALIGN_LEFT_CENTER,
GZ_VIEWPLANE_ALIGN_RIGHT_CENTER
} |
| enum | gzAngleUnits { GZ_ANGLE_UNIT_DEGREES,
GZ_ANGLE_UNIT_RADIANS,
GZ_ANGLE_UNIT_MILS
} |
| | Enumerates for the various angle units that can be used with gzLineOfSight. More...
|
| enum | gzSkyBoxLocation {
GZ_SKYBOX_EAST = 0,
GZ_SKYBOX_WEST = 1,
GZ_SKYBOX_SOUTH = 2,
GZ_SKYBOX_NORTH = 3,
GZ_SKYBOX_GROUND = 4,
GZ_SKYBOX_SKY = 5
} |
Functions |
| gzReal | GZ_TUBE_CONE (gzReal zero_to_one, gzReal angle) |
| | Linear radius from 1 to 0.
|
| | GZ_DECLARE_REFPTR (gzViewPlane) |
| | GZ_DECLARE_REFPTR (gzLineOfSight) |
| | GZ_DECLARE_REFPTR (gzSkyBox) |
| | GZ_DECLARE_REFPTR (gzSkyLayer) |
| gzBool | gzIntersect (const gzVec3 &origin, const gzVec3 &direction, const gzVec3 &v0, const gzVec3 &v1, const gzVec3 &v2, gzVec3 &p) |
| gzVoid | gzUVMap (const gzVec3 &v0, const gzVec3 &v1, const gzVec3 &v2, const gzVec3 &p, gzFloat &u, gzFloat &v) |
| gzVoid | gzDrawBoundingSphere (gzNode *node, gzContext *context) |