News SF.net Project Frequently Asked Questions Documentation Downloads Mailing Lists How to Contribute

SourceForge.net Logo

Changing the way games are made and played.

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