public class HeadPose
extends java.lang.Object
Constructor and Description |
---|
HeadPose(float pitch,
float yaw,
float roll)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
getPitch()
Get pitch angle in degrees.
|
float |
getRoll()
Get roll angle in degrees.
|
float |
getYaw()
Get yaw angle in degrees.
|
java.lang.String |
toString()
Returns string representation of object.
|
public HeadPose(float pitch, float yaw, float roll)
pitch
- pitch angle in degrees.yaw
- yaw angle in degrees.roll
- roll angle in degrees.public float getPitch()
public float getYaw()
public float getRoll()
public java.lang.String toString()
toString
in class java.lang.Object