Pose

class Pose

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pitch: Float?

Value representing the face rotation on the pitch axis.

Link copied to clipboard
val roll: Float?

Value representing the face rotation on the roll axis.

Link copied to clipboard
val yaw: Float?

Value representing the face rotation on the yaw axis.

Functions

Link copied to clipboard
inline fun copy(block: Pose.Builder.() -> Unit = {}): Pose
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String