# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CTessVertex Class Reference

A Landscape Vertex. More...

#include <tessellation.h>

List of all members.

Public Methods

 CTessVertex ()
void computeGeomPos ()

Public Attributes

CVector Pos
CVector StartPos
CVector EndPos
float MaxFaceSize
float MaxNearLimit


Detailed Description

A Landscape Vertex.

Author:
Lionel Berenguier , Nevrax France
Date:
2000

Definition at line 96 of file tessellation.h.


Constructor & Destructor Documentation

NL3D::CTessVertex::CTessVertex   [inline]
 

Definition at line 106 of file tessellation.h.

References MaxFaceSize, and MaxNearLimit.


Member Function Documentation

void NL3D::CTessVertex::computeGeomPos  
 

Definition at line 113 of file tessellation.cpp.

References NLMISC::clamp, EndPos, MaxFaceSize, MaxNearLimit, Pos, NLMISC::sqr, and StartPos.


Member Data Documentation

CVector NL3D::CTessVertex::EndPos
 

Definition at line 101 of file tessellation.h.

Referenced by computeGeomPos.

float NL3D::CTessVertex::MaxFaceSize
 

Definition at line 103 of file tessellation.h.

Referenced by computeGeomPos, and CTessVertex.

float NL3D::CTessVertex::MaxNearLimit
 

Definition at line 104 of file tessellation.h.

Referenced by computeGeomPos, and CTessVertex.

CVector NL3D::CTessVertex::Pos
 

Definition at line 100 of file tessellation.h.

Referenced by computeGeomPos.

CVector NL3D::CTessVertex::StartPos
 

Definition at line 101 of file tessellation.h.

Referenced by computeGeomPos.


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