TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
JointWeight Class Referencefinal

Joint/bone weight. More...

#include <tdme/engine/model/JointWeight.h>

Collaboration diagram for JointWeight:
Collaboration graph

Public Member Functions

 JointWeight ()
 Public constructor. More...
 
 JointWeight (int32_t jointIndex, int32_t weightIndex)
 Public constructor. More...
 
int32_t getJointIndex () const
 
int32_t getWeightIndex () const
 

Private Attributes

int32_t jointIndex
 
int32_t weightIndex
 

Detailed Description

Joint/bone weight.

Author
andreas.drewke
Version
$Id$

Definition at line 11 of file JointWeight.h.

Constructor & Destructor Documentation

◆ JointWeight() [1/2]

Public constructor.

Definition at line 6 of file JointWeight.cpp.

◆ JointWeight() [2/2]

JointWeight ( int32_t  jointIndex,
int32_t  weightIndex 
)

Public constructor.

Parameters
jointIndexjoint index
weightIndexweight index

Definition at line 12 of file JointWeight.cpp.

Member Function Documentation

◆ getJointIndex()

int32_t getJointIndex ( ) const
inline
Returns
joint index

Definition at line 32 of file JointWeight.h.

◆ getWeightIndex()

int32_t getWeightIndex ( ) const
inline
Returns
weight index

Definition at line 39 of file JointWeight.h.

Member Data Documentation

◆ jointIndex

int32_t jointIndex
private

Definition at line 14 of file JointWeight.h.

◆ weightIndex

int32_t weightIndex
private

Definition at line 15 of file JointWeight.h.


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