SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Functions | |
SUMOReal | Basis (int n, int i, SUMOReal t) |
void | bezier (int npts, SUMOReal b[], int cpts, SUMOReal p[]) |
SUMOReal | factrl (int n) |
SUMOReal | Ni (int n, int i) |
Definition in file bezier.cpp.
Definition at line 99 of file bezier.cpp.
References Basis(), and SUMOReal.
Referenced by NBNode::computeSmoothShape().
SUMOReal factrl | ( | int | n | ) |
SUMOReal Ni | ( | int | n, |
int | i | ||
) |