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, double b[], int cpts, double p[])
 
PositionVector bezier (const PositionVector &init, int numPoints)
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Date
2003-11-19
Version
$Id$

Definition in file bezier.h.

Function Documentation

◆ bezier() [1/2]

void bezier ( int  npts,
double  b[],
int  cpts,
double  p[] 
)

◆ bezier() [2/2]

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().