Modeling3dMotionCaptureSkeleton class
Skeleton point data.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemIdentity → int?
-
The frame ID.
final
-
jointQuaternions
→ List<
Modeling3dMotionCaptureQuaternion> ? -
The list of the skeleton point quaternions.
final
-
joints
→ List<
Modeling3dMotionCaptureJoint> ? -
The skeleton point list.
final
-
jointShift
→ List<
double> ? -
The translation parameters.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited