doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
idLedge Class Reference

#include <AASBuild_local.h>

Public Member Functions

 idLedge (void)
 
 idLedge (const idVec3 &v1, const idVec3 &v2, const idVec3 &gravityDir, idBrushBSPNode *n)
 
void AddPoint (const idVec3 &v)
 
void CreateBevels (const idVec3 &gravityDir)
 
void Expand (const idBounds &bounds, float maxStepHeight)
 
idWindingChopWinding (const idWinding *winding) const
 
bool PointBetweenBounds (const idVec3 &v) const
 

Public Attributes

idVec3 start
 
idVec3 end
 
idBrushBSPNodenode
 
int numExpandedPlanes
 
int numSplitPlanes
 
int numPlanes
 
idPlane planes [8]
 

Detailed Description

Definition at line 53 of file AASBuild_local.h.

Constructor & Destructor Documentation

idLedge::idLedge ( void  )

Definition at line 47 of file AASBuild_ledge.cpp.

idLedge::idLedge ( const idVec3 v1,
const idVec3 v2,
const idVec3 gravityDir,
idBrushBSPNode n 
)

Definition at line 55 of file AASBuild_ledge.cpp.

Member Function Documentation

void idLedge::AddPoint ( const idVec3 v)

Definition at line 79 of file AASBuild_ledge.cpp.

idWinding * idLedge::ChopWinding ( const idWinding winding) const

Definition at line 178 of file AASBuild_ledge.cpp.

void idLedge::CreateBevels ( const idVec3 gravityDir)

Definition at line 97 of file AASBuild_ledge.cpp.

void idLedge::Expand ( const idBounds bounds,
float  maxStepHeight 
)

Definition at line 151 of file AASBuild_ledge.cpp.

bool idLedge::PointBetweenBounds ( const idVec3 v) const

Definition at line 194 of file AASBuild_ledge.cpp.

Member Data Documentation

idVec3 idLedge::end

Definition at line 57 of file AASBuild_local.h.

idBrushBSPNode* idLedge::node

Definition at line 58 of file AASBuild_local.h.

int idLedge::numExpandedPlanes

Definition at line 59 of file AASBuild_local.h.

int idLedge::numPlanes

Definition at line 61 of file AASBuild_local.h.

int idLedge::numSplitPlanes

Definition at line 60 of file AASBuild_local.h.

idPlane idLedge::planes[8]

Definition at line 62 of file AASBuild_local.h.

idVec3 idLedge::start

Definition at line 56 of file AASBuild_local.h.


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