# 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::CPSFaceLookAtHelper Class Reference

Well, we could have put a method template in CPSFaceLookAt, but some compilers want the definition of the methods in the header, and some compilers don't want friend with function template, so we use a static method template of a friend class instead, which gives us the same result :). More...

List of all members.

Static Public Methods

template<class T> void drawLookAt (T it, T speedIt, CPSFaceLookAt &la, uint size, uint32 srcStep)


Detailed Description

Well, we could have put a method template in CPSFaceLookAt, but some compilers want the definition of the methods in the header, and some compilers don't want friend with function template, so we use a static method template of a friend class instead, which gives us the same result :).

Definition at line 50 of file ps_face_look_at.cpp.


Member Function Documentation

template<class T>
void NL3D::CPSFaceLookAtHelper::drawLookAt   it,
  speedIt,
CPSFaceLookAt   la,
uint    size,
uint32    srcStep
[inline, static]
 

Definition at line 54 of file ps_face_look_at.cpp.

References CHECK_VERTEX_BUFFER, nlassert, NL3D::OptFastFloor, NL3D::OptFastFloorBegin, NL3D::OptFastFloorEnd, and stride.


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