vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
vrecko
Vrecko - the Virtual Reality Engine
Dynamic Art module
L-system plant modeler - module for Vrecko
Head Up Display module
Space Partitioning - module for Vrecko
Todo List
Deprecated List
Namespaces
Classes
Files
File List
include
base
helpers
vrecko
vreckoAP
ArtificialWorld
behindO
Boids
CableEditor
CameraMovement
CameraPath
CarSim
AP_CarSim.h
AP_Filter.h
CarControlUnit.h
CarEnvirons.h
CarExecutionUnit.h
CarPartsNodeCache.h
CarState.h
CCUStructs.h
Edge.h
Junction.h
PolygonPoint.h
Remover.h
RoadsEdges.h
RoadsState.h
TLsOnJuncManager.h
ConnectEditor
ConstrainedMovement
DynamicArt
EditorController
EditorQAbilities
FFDEditor
Filter
games
Garden
GUI
HeadTracking
HelloWorld
HUD
InputConnector
LightsEditor
Menu
Nature
navigation
ObjectUtils
ODE
RoomEdit
ShootingSimulation
SpacePartitioning
TextOutput
vreckoDP
vreckoUtils
src
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
PolygonPoint.h
Go to the documentation of this file.
1
#ifndef POLYGON_POINT
2
#define POLYGON_POINT
3
4
namespace
CarSim {
5
// tato struktura urcuje krajni bod (bod polygonu), ktery urcuje
6
// tvar hrany nebo silnice
7
struct
PolygonPoint
{
8
unsigned
int
id
;
9
// id krizovatky, ke ktere ten bod patri
10
unsigned
int
junctionId
;
11
osg::Vec3
position
;
12
};
13
}
14
15
#endif
16
17
include
vreckoAP
CarSim
PolygonPoint.h
Generated on Tue Feb 19 2013 10:23:42 for vrecko by
1.8.3.1