Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Vec3B Struct Reference

#include <Terrain.h>

List of all members.

Public Member Functions

 Vec3B ()
 Vec3B (BYTE a, BYTE b, BYTE c)

Public Attributes

BYTE x
BYTE y
BYTE z

Detailed Description

Definition at line 37 of file Terrain.h.


Constructor & Destructor Documentation

Vec3B::Vec3B ( )
inline

Definition at line 39 of file Terrain.h.

Vec3B::Vec3B ( BYTE  a,
BYTE  b,
BYTE  c 
)
inline

Definition at line 40 of file Terrain.h.


Member Data Documentation

BYTE Vec3B::x

Definition at line 42 of file Terrain.h.

BYTE Vec3B::y

Definition at line 42 of file Terrain.h.

BYTE Vec3B::z

Definition at line 42 of file Terrain.h.


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