NL3D::CTmpVertexWeight Struct Reference


Public Member Functions

bool operator< (const CTmpVertexWeight &o) const
bool operator== (const CTmpVertexWeight &o) const

Data Fields

uint32 MatrixId
float Weight

Member Function Documentation

bool NL3D::CTmpVertexWeight::operator< const CTmpVertexWeight o  )  const [inline]
 

Definition at line 390 of file mrm_builder.cpp.

References Weight.

00391         {
00392                 return Weight>o.Weight;
00393         }

bool NL3D::CTmpVertexWeight::operator== const CTmpVertexWeight o  )  const [inline]
 

Definition at line 385 of file mrm_builder.cpp.

References MatrixId.

00386         {
00387                 return MatrixId==o.MatrixId;
00388         }


Field Documentation

uint32 NL3D::CTmpVertexWeight::MatrixId
 

Definition at line 382 of file mrm_builder.cpp.

Referenced by NL3D::CMRMBuilder::collapseSkinWeight(), NL3D::CMRMBuilder::normalizeSkinWeight(), and operator==().

float NL3D::CTmpVertexWeight::Weight
 

Definition at line 383 of file mrm_builder.cpp.

Referenced by NL3D::CMRMBuilder::collapseSkinWeight(), NL3D::CMRMBuilder::normalizeSkinWeight(), and operator<().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 08:05:58 2004 for NeL by doxygen 1.3.6