Main Page Modules Namespaces C++ Classes Compound List File List Index
TNL::Point3F struct Reference

TNL::Point3F Struct Reference

#include <tnlBitStream.h>


Detailed Description

Point3F is used by BitStream for transmitting 3D points and vectors.

Users of the TNL should provide conversion operators to and from this TNL-native type.


Data Fields

F32 x
 the X coordinate

F32 y
 the Y coordinate

F32 z
 the Z coordinate


Field Documentation

F32 TNL::Point3F::x
 

the X coordinate

F32 TNL::Point3F::y
 

the Y coordinate

F32 TNL::Point3F::z
 

the Z coordinate