TORCS  1.3.9
The Open Racing Car Simulator
Complex.cpp File Reference
#include "Complex.h"
#include "Transform.h"
#include "BBoxTree.h"
#include <new>
Include dependency graph for Complex.cpp:

Go to the source code of this file.

Functions

bool intersect (const Complex &a, const Convex &b, const Transform &a2w, const Transform &b2w, Vector &v)
 
bool intersect (const Complex &a, const Complex &b, const Transform &a2w, const Transform &b2w, Vector &v)
 
bool find_prim (const Complex &a, const Convex &b, const Transform &a2w, const Transform &b2w, Vector &v, ShapePtr &p)
 
bool find_prim (const Complex &a, const Complex &b, const Transform &a2w, const Transform &b2w, Vector &v, ShapePtr &pa, ShapePtr &pb)
 
bool common_point (const Complex &a, const Convex &b, const Transform &a2w, const Transform &b2w, Vector &v, Point &pa, Point &pb)
 
bool common_point (const Complex &a, const Complex &b, const Transform &a2w, const Transform &b2w, Vector &v, Point &pa, Point &pb)
 

Variables

BBoxInternalfree_node
 

Function Documentation

◆ common_point() [1/2]

bool common_point ( const Complex a,
const Convex b,
const Transform a2w,
const Transform b2w,
Vector v,
Point pa,
Point pb 
)

Definition at line 119 of file Complex.cpp.

Here is the call graph for this function:

◆ common_point() [2/2]

bool common_point ( const Complex a,
const Complex b,
const Transform a2w,
const Transform b2w,
Vector v,
Point pa,
Point pb 
)

Definition at line 128 of file Complex.cpp.

Here is the call graph for this function:

◆ find_prim() [1/2]

bool find_prim ( const Complex a,
const Convex b,
const Transform a2w,
const Transform b2w,
Vector v,
ShapePtr p 
)

Definition at line 99 of file Complex.cpp.

Here is the call graph for this function:

◆ find_prim() [2/2]

bool find_prim ( const Complex a,
const Complex b,
const Transform a2w,
const Transform b2w,
Vector v,
ShapePtr pa,
ShapePtr pb 
)

Definition at line 108 of file Complex.cpp.

Here is the call graph for this function:

◆ intersect() [1/2]

bool intersect ( const Complex a,
const Convex b,
const Transform a2w,
const Transform b2w,
Vector v 
)

Definition at line 79 of file Complex.cpp.

Here is the call graph for this function:

◆ intersect() [2/2]

bool intersect ( const Complex a,
const Complex b,
const Transform a2w,
const Transform b2w,
Vector v 
)

Definition at line 88 of file Complex.cpp.

Here is the call graph for this function:

Variable Documentation

◆ free_node

BBoxInternal* free_node

Definition at line 37 of file Complex.cpp.