VectorNav C Library
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
include
vn
conv.h
1
#ifndef __VNCONV_H__
2
#define __VNCONV_H__
3
4
#include "vn/math/vector.h"
5
9
vec3d
ecef_to_lla_v3d(
vec3d
ecef);
10
14
vec3d
lla_to_ecef_v3d(
vec3d
lla);
15
16
#endif
vec3d
Represents a 3 component vector with an underlying data type of double.
Definition:
vector.h:41
Generated on Tue Jan 3 2017 18:26:57 for VectorNav C Library by
1.8.10