Pinky
Represents a pinky finger with all its relevant joints.
The Hand
class automatically instantiates the Pinky
class for you.
Inherits Finger class.
Constructors
Name
Description
Creates a new Pinky object with the specified finger joint types and finger joints.
Properties
Name
Type
Description
MCP
Read-Only. The pinky finger metacarpophalangeal joint.
PIP
Read-Only. The pinky finger proximal interphalangeal joint.
DIP
Read-Only. The pinky finger distal interphalangeal joint.
Tip
Read-Only. The pinky finger tip joint.
Example
The example shows how to manage a pinky finger with the Pinky
class.
Create a pinky finger with a constructor
Get joint information from a pinky finger
Last updated