Pose class

Indicates the pose of the face as determined by its pitch, roll, and yaw.

Constructors

Pose({double? pitch, double? roll, double? yaw})
Pose.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pitch double?
Value representing the face rotation on the pitch axis.
final
roll double?
Value representing the face rotation on the roll axis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yaw double?
Value representing the face rotation on the yaw axis.
final

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