TORCS  1.3.9
The Open Racing Car Simulator
Shape.h File Reference
#include "BBox.h"
Include dependency graph for Shape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Shape
 

Typedefs

typedef const ShapeShapePtr
 
typedef bool(* Intersect) (const Shape &, const Shape &, const Transform &, const Transform &, Vector &)
 
typedef bool(* Common_point) (const Shape &, const Shape &, const Transform &, const Transform &, Vector &, Point &, Point &)
 

Enumerations

enum  ShapeType { COMPLEX, CONVEX }
 

Typedef Documentation

◆ Common_point

typedef bool(* Common_point) (const Shape &, const Shape &, const Transform &, const Transform &, Vector &, Point &, Point &)

Definition at line 57 of file Shape.h.

◆ Intersect

typedef bool(* Intersect) (const Shape &, const Shape &, const Transform &, const Transform &, Vector &)

Definition at line 53 of file Shape.h.

◆ ShapePtr

typedef const Shape* ShapePtr

Definition at line 51 of file Shape.h.

Enumeration Type Documentation

◆ ShapeType

enum ShapeType
Enumerator
COMPLEX 
CONVEX 

Definition at line 39 of file Shape.h.