public class FacePose
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
pitch
Pitch angle in degrees.
|
float |
roll
Roll angle in degrees.
|
float |
yaw
Yaw angle in degrees.
|
| Constructor and Description |
|---|
FacePose()
Initializes an empty instance of the FacePose class.
|
FacePose(FacePose facePose)
Initializes a new instance of the FacePose class by copying another FacePose.
|
FacePose(float pitch,
float roll,
float yaw)
Initializes a new instance of the FacePose class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public float pitch
public float roll
public float yaw
public FacePose()
public FacePose(float pitch,
float roll,
float yaw)
pitch - Pitch angle in degrees.roll - Roll angle in degrees.yaw - Yaw angle in degrees.public FacePose(FacePose facePose)
facePose - The FacePose to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face