TORCS  1.3.9
The Open Racing Car Simulator
Object.h File Reference
#include <SOLID/solid.h>
#include "Transform.h"
#include "BBox.h"
#include "Endpoint.h"
#include "Shape.h"
Include dependency graph for Object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Object
 

Functions

bool intersect (const Object &, const Object &, Vector &v)
 
bool common_point (const Object &, const Object &, Vector &, Point &, Point &)
 
bool prev_closest_points (const Object &, const Object &, Vector &, Point &, Point &)
 

Function Documentation

◆ common_point()

bool common_point ( const Object ,
const Object ,
Vector ,
Point ,
Point  
)

Definition at line 131 of file Object.cpp.

Here is the call graph for this function:

◆ intersect()

bool intersect ( const Object ,
const Object ,
Vector v 
)

Definition at line 98 of file Object.cpp.

Here is the call graph for this function:

◆ prev_closest_points()

bool prev_closest_points ( const Object ,
const Object ,
Vector ,
Point ,
Point  
)

Definition at line 138 of file Object.cpp.

Here is the call graph for this function: