SUMO - Simulation of Urban MObility
bezier.h File Reference
#include <config.h>
#include "PositionVector.h"
Include dependency graph for bezier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bezier (int npts, SUMOReal b[], int cpts, SUMOReal p[])
 
PositionVector bezier (const PositionVector &init, int numPoints)
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Date
2003-11-19
Version
Id
bezier.h 21154 2016-07-12 14:23:01Z namdre

Definition in file bezier.h.

Function Documentation

void bezier ( int  npts,
SUMOReal  b[],
int  cpts,
SUMOReal  p[] 
)
PositionVector bezier ( const PositionVector init,
int  numPoints 
)

Definition at line 138 of file bezier.cpp.

References bezier(), ISNAN(), SUMOReal, Position::x(), and Position::y().