class MAGES::Interaction::HandTrackingInteractor::HandModel::FingerModel

Overview

A class that contains a list of BoneTransformMaps. More…

class FingerModel
{
public:
    // properties

    List<BoneTransformMap> FingerTransforms;
};

Detailed Documentation

A class that contains a list of BoneTransformMaps.

Properties

List<BoneTransformMap> FingerTransforms

Gets or sets the list that contains all the BoneTransformMas of all the finger bones of a finger.