|
| DT_DLL_VRVCORE double | makVrv::vrvTacticalGraphicUtilities::angleTo (const makVrv::DtCoordinateSystem &, const DtVector &origin, const DtVector &to) |
| |
| DT_DLL_VRVCORE double | makVrv::vrvTacticalGraphicUtilities::elevationTo (const makVrv::DtCoordinateSystem &, const DtVector &origin, const DtVector &to) |
| |
| DT_DLL_VRVCORE double | makVrv::vrvTacticalGraphicUtilities::distance (const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to) |
| |
| DT_DLL_VRVCORE double | makVrv::vrvTacticalGraphicUtilities::length (const makVrv::DtCoordinateSystem &, const std::vector< DtVector > &vertices) |
| |
| DT_DLL_VRVCORE DtVector | makVrv::vrvTacticalGraphicUtilities::midpoint (const makVrv::DtCoordinateSystem &, const DtVector &first, const DtVector &second) |
| |
| DT_DLL_VRVCORE DtVector | makVrv::vrvTacticalGraphicUtilities::midpoint (const makVrv::DtCoordinateSystem &, const std::vector< DtVector > &vertices) |
| |
| DT_DLL_VRVCORE unsigned short | makVrv::vrvTacticalGraphicUtilities::mapPenStyleToStipplePattern (PenStyle penStyle) |
| |
| DT_DLL_VRVCORE PenStyle | makVrv::vrvTacticalGraphicUtilities::mapStipplePatternToPenStyle (unsigned short) |
| |
| DT_DLL_VRVCORE bool | makVrv::vrvTacticalGraphicUtilities::vrfColorToRgba (unsigned vrfColor, float &r, float &g, float &b, float &a) |
| |
| DT_DLL_VRVCORE DtTaitBryan | makVrv::vrvTacticalGraphicUtilities::level (const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading) |
| |
| DT_DLL_VRVCORE bool | makVrv::vrvTacticalGraphicUtilities::mapFillStyleToFillPattern (FillStyle style, std::vector< unsigned int > &, float *alpha) |
| |
DT_DLL_VRVCORE std::vector
< unsigned int > | makVrv::vrvTacticalGraphicUtilities::patternToVector (bool *pattern[32]) |
| |
DT_DLL_VRVCORE std::vector
< unsigned int > | makVrv::vrvTacticalGraphicUtilities::patternToVector (char *pattern[32]) |
| |
| DT_DLL_VRVCORE unsigned char | makVrv::vrvTacticalGraphicUtilities::reverseBitsWithinByte (unsigned char b) |
| |
| DT_DLL_VRVCORE bool | makVrv::vrvTacticalGraphicUtilities::DtInsideTriangulate (const std::vector< DtVector > &contour, std::vector< int > &results) |
| |
| DT_DLL_VRVCORE DtDcm | makVrv::vrvTacticalGraphicUtilities::combineOrientationsToDcm (const DtTaitBryan &globalOri, const DtTaitBryan &localOri) |
| |
| DT_DLL_VRVCORE void | makVrv::vrvTacticalGraphicUtilities::packPosition (const DtVector &point, const DtDcm &pointOriDcm, const DtVector &offsetPoint, const DtDcm &offsetOriDcm, float packedCoords[4]) |
| |
| DT_DLL_VRVCORE void | makVrv::vrvTacticalGraphicUtilities::packPosition (const DtVector &point, const DtDcm &oriDcm, float packedCoords[4]) |
| |