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

#include <Vector3i.h>

Public Member Functions

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

Public Attributes

int I
 
int J
 
int K
 

Detailed Description

Definition at line 47 of file Vector3i.h.

Constructor & Destructor Documentation

◆ Vector3i() [1/4]

WWINLINE Vector3i::Vector3i ( void )

Definition at line 65 of file Vector3i.h.

◆ Vector3i() [2/4]

WWINLINE Vector3i::Vector3i ( int i,
int j,
int k )

Definition at line 69 of file Vector3i.h.

◆ Vector3i() [3/4]

WWINLINE Vector3i::Vector3i ( void )

◆ Vector3i() [4/4]

WWINLINE Vector3i::Vector3i ( int i,
int j,
int k )

Member Function Documentation

◆ operator!=() [1/2]

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

Definition at line 79 of file Vector3i.h.

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

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

Definition at line 74 of file Vector3i.h.

◆ operator==() [2/2]

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

◆ operator[]() [1/4]

WWINLINE int & Vector3i::operator[] ( int n)

Definition at line 89 of file Vector3i.h.

◆ operator[]() [2/4]

WWINLINE int & Vector3i::operator[] ( int n)

◆ operator[]() [3/4]

WWINLINE const int & Vector3i::operator[] ( int n) const

Definition at line 84 of file Vector3i.h.

◆ operator[]() [4/4]

WWINLINE const int & Vector3i::operator[] ( int n) const

Member Data Documentation

◆ I

int Vector3i::I

Definition at line 51 of file Vector3i.h.

◆ J

int Vector3i::J

Definition at line 52 of file Vector3i.h.

◆ K

int Vector3i::K

Definition at line 53 of file Vector3i.h.


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