#include <adore/mad/adoremath.h>
#include <adore/mad/llinearpiecewisefunction.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
|
int | adore::mad::computeLaneWidthAndCenter (const adoreMatrix< double, 0, 0 > &left, const adoreMatrix< double, 0, 0 > &right, adoreMatrix< double, 0, 0 > ¢er) |
|
int | adore::mad::computeLaneWidthAndCenter (const LLinearPiecewiseFunctionM< double, 3 > &left, const LLinearPiecewiseFunctionM< double, 3 > &right, LLinearPiecewiseFunctionM< double, 4 > ¢er) |
|