C# Class LMC_FingertipsStitch, FrequencyDomain

Inheritance: MonoBehaviour
Show file Open project: sagarpatel/FrequencyDomain Class Usage Examples

Public Properties

Property Type Description
fingerJointsArrayStitchesPosArray Vector3[][]
isValidData bool
jointsAveragePos Vector3
posScale float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CalculatePosAroundJoint ( Hand hand, int fingerIndex, int boneIndex, float progression, Vector3 jointPos ) : Vector3
GenerateBoneIDKey ( int fingerIndex, int boneIndex ) : int

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fingerJointsArrayStitchesPosArray public property

public Vector3[][] fingerJointsArrayStitchesPosArray
return Vector3[][]

isValidData public property

public bool isValidData
return bool

jointsAveragePos public property

public Vector3 jointsAveragePos
return Vector3

posScale public property

public float posScale
return float