Hand3D class

A class that gives the type of joint and the location of the joint and the confidence that it is that joint

joint the joint found location where the position of the joint in x and y coords confidence the percentage that it is that joint

Constructors

Hand3D(FingerJoint3D joint, HandPoint3D location)

Properties

hashCode int
The hash code for this object.
no setterinherited
joint FingerJoint3D
final
location HandPoint3D
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited