The following table lists the global identifiers defined by some of the header files.
Global identifiers and header files |
|
---|---|
Header File |
Global Functions Defined |
gepnt2d.h |
AcGePoint2d::kOrigin |
gemat2d.h |
AcGeMatrix2d::kIdentity |
gevec2d.h |
AcGeVector2d::kIdentity AcGeVector2d::kXAxis AcGeVector2d::kYAxis |
geline2d.h |
AcGeLine2d::kXAxis AcGeLine2d::kYAxis |
gepnt3d.h |
AcGePoint3d::kOrigin |
gemat3d.h |
AcGeMatrix3d::kIdentity |
gevec3d.h |
AcGeVector3d::kIdentity AcGeVector3d::kXAxis AcGeVector3d::kYAxis AcGeVector3d::kZAxis |
geline3d.h |
AcGeLine3d::kXAxis AcGeLine3d::kYAxis AcGeLine3d::kZAxis |
geplane.h |
AcGePlane::kXYPlane AcGePlane::kYZPlane AcGePlane::kXZPlane |
gegbl.h |
AcGeContext::gOrthoVector() |
AcGeContext::gOrthoVector is a pointer to a function that, given a vector, computes an arbitrary vector that is perpendicular to it. You can substitute your own function for the given function.