C library of triangulation algorithms (for the problems of mobile robot positioning or resection)
Main Page
Related Pages
Data Structures
Files
File List
Globals
ligas.h
Go to the documentation of this file.
1
/**
2
* @file ligas.h
3
*/
4
5
#ifndef __LIGAS_H__
6
#define __LIGAS_H__
7
8
tfloat
triangulationLigas(
tfloat
*x,
tfloat
*y,
tfloat
alpha1,
tfloat
alpha2,
tfloat
alpha3,
tfloat
x1,
tfloat
y1,
tfloat
x2,
tfloat
y2,
tfloat
x3,
tfloat
y3);
9
10
#endif
11
Generated on Tue Mar 11 2014 13:45:11 for C library of triangulation algorithms (for the problems of mobile robot positioning or resection) by
1.8.3.1