|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
vertex3 Class Reference#include <gv_types.h>
Collaboration diagram for vertex3:
[legend]List of all members.
Detailed Description
Definition at line 173 of file gv_types.h.
Constructor & Destructor Documentation
| vertex3::vertex3 |
( |
float |
a, |
|
|
float |
b, |
|
|
float |
c | |
|
) |
| | |
| vertex3::vertex3 |
( |
float * |
pos |
) |
|
| vertex3::vertex3 |
( |
void |
|
) |
|
Member Function Documentation
| vertex3 vertex3::operator * |
( |
float |
a |
) |
|
| float vertex3::operator * |
( |
const vertex3 & |
v |
) |
const |
| vertex3 vertex3::operator/ |
( |
float |
a |
) |
|
| vertex3 vertex3::operator/= |
( |
float |
val |
) |
|
| int vertex3::MaxIndex |
( |
void |
|
) |
|
| float& vertex3::operator[] |
( |
int |
i |
) |
|
| int vertex3::operator== |
( |
const vertex3 & |
v |
) |
|
| float vertex3::Length |
( |
void |
|
) |
|
| float vertex3::Normalize |
( |
void |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|