Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Vector3i16 Class Reference

#include <Vector3i.h>

Public Member Functions

WWINLINE Vector3i16 (void)
 
WWINLINE Vector3i16 (unsigned short i, unsigned short j, unsigned short k)
 
WWINLINE bool operator== (const Vector3i &v) const
 
WWINLINE bool operator!= (const Vector3i &v) const
 
WWINLINE const unsigned short & operator[] (int n) const
 
WWINLINE unsigned short & operator[] (int n)
 

Public Attributes

unsigned short I
 
unsigned short J
 
unsigned short K
 

Detailed Description

Definition at line 96 of file Vector3i.h.

Constructor & Destructor Documentation

◆ Vector3i16() [1/2]

WWINLINE Vector3i16::Vector3i16 ( void )

Definition at line 114 of file Vector3i.h.

◆ Vector3i16() [2/2]

WWINLINE Vector3i16::Vector3i16 ( unsigned short i,
unsigned short j,
unsigned short k )

Definition at line 118 of file Vector3i.h.

Member Function Documentation

◆ operator!=()

WWINLINE bool Vector3i16::operator!= ( const Vector3i & v) const

Definition at line 128 of file Vector3i.h.

◆ operator==()

WWINLINE bool Vector3i16::operator== ( const Vector3i & v) const

Definition at line 123 of file Vector3i.h.

◆ operator[]() [1/2]

WWINLINE unsigned short & Vector3i16::operator[] ( int n)

Definition at line 138 of file Vector3i.h.

◆ operator[]() [2/2]

WWINLINE const unsigned short & Vector3i16::operator[] ( int n) const

Definition at line 133 of file Vector3i.h.

Member Data Documentation

◆ I

unsigned short Vector3i16::I

Definition at line 100 of file Vector3i.h.

◆ J

unsigned short Vector3i16::J

Definition at line 101 of file Vector3i.h.

◆ K

unsigned short Vector3i16::K

Definition at line 102 of file Vector3i.h.


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