|
|
|
|
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 ReferenceWell, 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.
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 |
( |
T |
it, |
|
|
T |
speedIt, |
|
|
CPSFaceLookAt & |
la, |
|
|
uint |
size, |
|
|
uint32 |
srcStep |
|
) |
[inline, static] |
|
The documentation for this class was generated from the following file:
|
|