Drake
|
#include <mex.h>
#include <cmath>
#include <iostream>
#include "drake/util/drakeMexUtil.h"
#include <vector>
#include "drake/systems/controllers/zmpUtil.h"
#include <stdexcept>
Functions | |
PiecewisePolynomial< double > | matlabPPFormToPiecewisePolynomial (const mxArray *pp) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
PiecewisePolynomial<double> matlabPPFormToPiecewisePolynomial | ( | const mxArray * | pp | ) |
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |