TORCS  1.3.9
The Open Racing Car Simulator
Shape Class Referenceabstract

#include <Shape.h>

Inheritance diagram for Shape:

Public Member Functions

virtual ~Shape ()
 
virtual BBox bbox (const Transform &t) const =0
 
virtual ShapeType getType () const =0
 

Detailed Description

Definition at line 44 of file Shape.h.

Constructor & Destructor Documentation

◆ ~Shape()

virtual Shape::~Shape ( )
inlinevirtual

Definition at line 46 of file Shape.h.

Member Function Documentation

◆ bbox()

virtual BBox Shape::bbox ( const Transform t) const
pure virtual

Implemented in Complex, and Convex.

◆ getType()

virtual ShapeType Shape::getType ( ) const
pure virtual

Implemented in Complex, and Convex.


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