VR-Link API Documentation for HLA Evolved
topoCoord.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00009 #pragma once
00010 
00011 #include "geodCoord.h"
00012 #include "LibMatrix.h"
00013 
00014 #ifdef DtUSE_UTILITIES_NAMESPACE
00015 namespace DtUSE_UTILITIES_NAMESPACE
00016 {
00017 #endif
00018 
00023 
00030 DT_DLL_MATRIX void DtLatLon_to_TopoToGeoc(
00031    const DtGeodeticCoord& g, DtDcmRef topoToGeoc );
00032 
00036 DT_DLL_MATRIX void DtLatLon_to_GeocToTopo(
00037    const DtGeodeticCoord& g, DtDcmRef geocToTopo );
00038 
00043 DT_DLL_MATRIX void DtGeocToTopoTransform(
00044    double latitude, double longitude, DtCoordTransform* geoc2topo );
00045 
00046 #ifdef DtUSE_UTILITIES_NAMESPACE
00047 }
00048 #endif
00049 
00050 
00051 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)