DigitalSpaces::out_Vector3f Union Reference
[Math Objects]

#include <ContainerInterfaces.h>


Detailed Description

Standard 3 value vector.

Often used to represent position (x,y,z) or colour (r,g,b). Usually used when the function being called needs to return data, if just passing data in, use in_Vector3f.


Data Fields

struct {
   float   x
   float   y
   float   z
}; 
 Value names used when accessing as a position.
struct {
   float   r
   float   g
   float   b
}; 
 Value names used when accessing as a colour.
float val [3]
 A convenience name useful for when an implementation expects a vector as a float* to a float[3] array.

Field Documentation

struct { ... }

Value names used when accessing as a position.

struct { ... }

Value names used when accessing as a colour.

A convenience name useful for when an implementation expects a vector as a float* to a float[3] array.


The documentation for this union was generated from the following file:

Generated on Sun Aug 31 17:46:28 2008 for Digital Spaces by  doxygen 1.5.6