|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLPACS::CSurfaceQuadTree Class Reference#include <surface_quad.h>
List of all members.
Constructor & Destructor Documentation
NLPACS::CSurfaceQuadTree::CSurfaceQuadTree |
( |
|
) |
|
|
NLPACS::CSurfaceQuadTree::CSurfaceQuadTree |
( |
const CSurfaceQuadTree & |
quad |
) |
|
|
Member Function Documentation
bool NLPACS::CSurfaceQuadTree::check |
( |
|
) |
const |
|
void NLPACS::CSurfaceQuadTree::clear |
( |
|
) |
|
|
void NLPACS::CSurfaceQuadTree::compile |
( |
|
) |
|
|
const NLMISC::CAABBox& NLPACS::CSurfaceQuadTree::getBBox |
( |
|
) |
const [inline] |
|
float NLPACS::CSurfaceQuadTree::getInterpZ |
( |
const NLMISC::CVector & |
v |
) |
const |
|
uint8 NLPACS::CSurfaceQuadTree::getMaxLevel |
( |
|
) |
const [inline] |
|
float NLPACS::CSurfaceQuadTree::getMaxThickness |
( |
|
) |
const [inline] |
|
const IQuadNode* NLPACS::CSurfaceQuadTree::getRoot |
( |
|
) |
const [inline] |
|
void NLPACS::CSurfaceQuadTree::init |
( |
float |
maxThickness, |
|
|
uint |
maxLevel, |
|
|
const NLMISC::CVector & |
center, |
|
|
float |
halfSize = 80.0f |
|
) |
|
|
NLPACS::CSurfaceQuadTree & NLPACS::CSurfaceQuadTree::operator= |
( |
const CSurfaceQuadTree & |
quad |
) |
|
|
void NLPACS::CSurfaceQuadTree::translate |
( |
const NLMISC::CVector & |
translation |
) |
[inline] |
|
Member Data Documentation
uint8 NLPACS::CSurfaceQuadTree::_MaxLevel [protected]
|
|
float NLPACS::CSurfaceQuadTree::_MaxThickness [protected]
|
|
IQuadNode* NLPACS::CSurfaceQuadTree::_Root [protected]
|
|
The documentation for this class was generated from the following files:
|
|