![]() |
SUMO - Simulation of Urban MObility
|


Go to the source code of this file.
Functions | |
| void | bezier (int npts, double b[], int cpts, double p[]) |
| PositionVector | bezier (const PositionVector &init, int numPoints) |
| void bezier | ( | int | npts, |
| double | b[], | ||
| int | cpts, | ||
| double | p[] | ||
| ) |
Definition at line 96 of file bezier.cpp.
References Basis().
Referenced by bezier(), NBNode::computeSmoothShape(), GNEEdge::smoothShape(), NWWriter_OpenDrive::writeGeomSmooth(), and NWWriter_OpenDrive::writeInternalEdge().
| PositionVector bezier | ( | const PositionVector & | init, |
| int | numPoints | ||
| ) |
Definition at line 133 of file bezier.cpp.
References bezier(), ISNAN(), Position::x(), Position::y(), and Position::z().