TORCS  1.3.9
The Open Racing Car Simulator
Convex Class Referenceabstract

#include <Convex.h>

Inheritance diagram for Convex:
Collaboration diagram for Convex:

Public Member Functions

ShapeType getType () const
 
virtual ~Convex ()
 
virtual Point support (const Vector &v) const =0
 
virtual BBox bbox (const Transform &t) const
 
- Public Member Functions inherited from Shape
virtual ~Shape ()
 

Detailed Description

Definition at line 39 of file Convex.h.

Constructor & Destructor Documentation

◆ ~Convex()

virtual Convex::~Convex ( )
inlinevirtual

Definition at line 43 of file Convex.h.

Member Function Documentation

◆ bbox()

BBox Convex::bbox ( const Transform t) const
virtual

Implements Shape.

Definition at line 38 of file Convex.cpp.

Here is the call graph for this function:

◆ getType()

ShapeType Convex::getType ( ) const
inlinevirtual

Implements Shape.

Definition at line 41 of file Convex.h.

◆ support()

virtual Point Convex::support ( const Vector v) const
pure virtual

Implemented in Cone, Polytope, Cylinder, Polyhedron, Polygon, Simplex, Box, and Sphere.


The documentation for this class was generated from the following files: