#include "mfcpch.h"#include <stdio.h>#include <math.h>#include "errcode.h"#include "linlsq.h"#include "points.h"#include "mod128.h"#include "varable.h"Defines | |
| #define | M_PI 3.14159265359 |
| #define | EXTERN |
Variables | |
| const ERRCODE | EMPTY_LLSQ = "Can't delete from an empty LLSQ" |
| EXTERN double | pdlsq_posdir_ratio = 4e-6 |
| EXTERN double | pdlsq_threshold_angleavg = 0.1666666 |
| #define EXTERN |
| #define M_PI 3.14159265359 |
| const ERRCODE EMPTY_LLSQ = "Can't delete from an empty LLSQ" |
| EXTERN double pdlsq_posdir_ratio = 4e-6 |
"Mult of dir to cf pos"
| EXTERN double pdlsq_threshold_angleavg = 0.1666666 |
"Frac of pi for simple fit"
1.6.3