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

#include <MeshDeformDefs.h>

Public Member Functions

 _VERT_INFO (void)
 
 _VERT_INFO (int vert_index, const Point3 &point, int vert_color_index=0)
 
bool operator== (const _VERT_INFO &src)
 
bool operator!= (const _VERT_INFO &src)
 

Public Attributes

UINT index
 
UINT color_index
 
Point3 value
 

Detailed Description

Definition at line 69 of file MeshDeformDefs.h.

Constructor & Destructor Documentation

◆ _VERT_INFO() [1/2]

_VERT_INFO::_VERT_INFO ( void )
inline

Definition at line 71 of file MeshDeformDefs.h.

◆ _VERT_INFO() [2/2]

_VERT_INFO::_VERT_INFO ( int vert_index,
const Point3 & point,
int vert_color_index = 0 )
inline

Definition at line 76 of file MeshDeformDefs.h.

Member Function Documentation

◆ operator!=()

bool _VERT_INFO::operator!= ( const _VERT_INFO & src)
inline

Definition at line 87 of file MeshDeformDefs.h.

◆ operator==()

bool _VERT_INFO::operator== ( const _VERT_INFO & src)
inline

Definition at line 86 of file MeshDeformDefs.h.

Member Data Documentation

◆ color_index

UINT _VERT_INFO::color_index

Definition at line 82 of file MeshDeformDefs.h.

◆ index

UINT _VERT_INFO::index

Definition at line 81 of file MeshDeformDefs.h.

◆ value

Point3 _VERT_INFO::value

Definition at line 83 of file MeshDeformDefs.h.


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