Eclipse SUMO - Simulation of Urban MObility
odrSpiral.h
Go to the documentation of this file.
1 /* ===================================================
2  * file: odrSpiral.c
3  * ---------------------------------------------------
4  * purpose: free sample for computing spirals
5  * in OpenDRIVE applications
6  * ---------------------------------------------------
7  * first edit: 09.03.2010 by M. Dupuis @ VIRES GmbH
8  * last mod.: 09.03.2010 by M. Dupuis @ VIRES GmbH
9  * ===================================================
10 
11  Copyright 2010 VIRES Simulationstechnologie GmbH
12  Licensed under the Apache License, Version 2.0 (the "License");
13  you may not use this file except in compliance with the License.
14  You may obtain a copy of the License at
15  http://www.apache.org/licenses/LICENSE-2.0
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21  */
22 
32 extern void odrSpiral( double s, double cDot, double *x, double *y, double *t );
void odrSpiral(double s, double cDot, double *x, double *y, double *t)
Definition: odrSpiral.cpp:236