|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CVectorH Class ReferenceHomogeneus vector.
More...
#include <vector_h.h>
List of all members.
Detailed Description
Homogeneus vector.
A CVectorH has a fourth value, w. -
Author:
-
Olivier Cado , Nevrax France
-
Date:
-
2000
Definition at line 43 of file vector_h.h.
Constructor & Destructor Documentation
NLMISC::CVectorH::CVectorH |
( |
|
) |
[inline] |
|
NLMISC::CVectorH::CVectorH |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_w |
|
) |
[inline] |
|
|
Constructor .
Definition at line 53 of file vector_h.h.
References w, x, y, and z. |
NLMISC::CVectorH::CVectorH |
( |
const CVectorH & |
v |
) |
[inline] |
|
NLMISC::CVectorH::CVectorH |
( |
const CVector & |
v |
) |
[inline] |
|
|
Constructor using a vector.
Definition at line 57 of file vector_h.h.
References v, w, x, y, and z. |
Member Function Documentation
NLMISC::CVectorH::operator CVector |
( |
|
) |
const [inline] |
|
|
Cast operator to a vector(ignoring w).
Definition at line 66 of file vector_h.h.
References x, y, and z. |
bool NLMISC::CVectorH::operator!= |
( |
const CVectorH & |
v |
) |
const [inline] |
|
bool NLMISC::CVectorH::operator< |
( |
const CVectorH & |
v |
) |
const [inline] |
|
|
This operator is here just for map/set insertion(no meaning). comparison order is x,y,z,w.
Definition at line 83 of file vector_h.h.
References CVectorH, v, w, x, y, and z. |
bool NLMISC::CVectorH::operator== |
( |
const CVectorH & |
v |
) |
const [inline] |
|
void NLMISC::CVectorH::set |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_w |
|
) |
[inline] |
|
Member Data Documentation
float NLMISC::CVectorH::w
|
|
float NLMISC::CVectorH::x
|
|
float NLMISC::CVectorH::y
|
|
float NLMISC::CVectorH::z
|
|
The documentation for this class was generated from the following file:
|
|