RenderPhyCylinder Class Reference

Inheritance diagram for RenderPhyCylinder:

List of all members.

Public Member Functions

 RenderPhyCylinder (WObject *wobj, RenderWObjectContainer *container)
virtual void calculateAABB (wVector &minPoint, wVector &maxPoint, const wMatrix tm)
 Returns the min and max points of the Axis-Aligned Bounding Box (AABB)
virtual void calculateOBB (wVector &dimension, wVector &minPoint, wVector &maxPoint)
 Returns the dimension of the Oriented Bounding Box (OBB) in the object local frame.
virtual void render (QGLContext *gw)
virtual void renderAABB (RenderWorld *gw)
 The function rendering the Axis-Aligned Bounding Box (AABB)

Protected Attributes

PhyCylindercil
real hei
real rad

Detailed Description

Definition at line 290 of file renderwobjecthierarchy.cpp.


Member Function Documentation

virtual void calculateAABB ( wVector minPoint,
wVector maxPoint,
const wMatrix  tm 
) [inline, virtual]

Returns the min and max points of the Axis-Aligned Bounding Box (AABB)

Parameters:
minPointthe minimum point of the AABB
maxPointthe maximum point of the AABB
tmthe transformation matrix with respect to which the minPoint and maxPoint of AABB have to be calculated

Reimplemented from RenderWObject.

Definition at line 331 of file renderwobjecthierarchy.cpp.

virtual void calculateOBB ( wVector dimension,
wVector minPoint,
wVector maxPoint 
) [inline, virtual]

Returns the dimension of the Oriented Bounding Box (OBB) in the object local frame.

Parameters:
dimensionthe dimension of the OBB
minPointthe minimum point of the OBB
maxPointthe maximum point of the OBB

Reimplemented from RenderWObject.

Definition at line 341 of file renderwobjecthierarchy.cpp.

virtual void renderAABB ( RenderWorld gw) [inline, virtual]

The function rendering the Axis-Aligned Bounding Box (AABB)

Reimplemented from RenderWObject.

Definition at line 326 of file renderwobjecthierarchy.cpp.

References RenderWObjectContainer::drawWireBox().


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