Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
SkeletonMapper::Unmapped Class Reference

Joints that could not be mapped from skeleton 1 to 2. More...

#include <SkeletonMapper.h>

Public Member Functions

 Unmapped ()=default
 
 Unmapped (int inJointIdx, int inParentJointIdx)
 

Public Attributes

int mJointIdx
 Joint index of unmappable joint.
 
int mParentJointIdx
 Parent joint index of unmappable joint.
 

Detailed Description

Joints that could not be mapped from skeleton 1 to 2.

Constructor & Destructor Documentation

◆ Unmapped() [1/2]

SkeletonMapper::Unmapped::Unmapped ( )
default

◆ Unmapped() [2/2]

SkeletonMapper::Unmapped::Unmapped ( int  inJointIdx,
int  inParentJointIdx 
)
inline

Member Data Documentation

◆ mJointIdx

int SkeletonMapper::Unmapped::mJointIdx

Joint index of unmappable joint.

◆ mParentJointIdx

int SkeletonMapper::Unmapped::mParentJointIdx

Parent joint index of unmappable joint.


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