public class DocumentOrientation
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 |
|---|
DocumentOrientation()
Initializes an empty instance of the DocumentOrientation class.
|
DocumentOrientation(DocumentOrientation documentOrientation)
Initializes a new instance of the DocumentOrientation class by copying another DocumentOrientation.
|
DocumentOrientation(float pitch,
float roll,
float yaw)
Initializes a new instance of the DocumentOrientation 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 DocumentOrientation()
public DocumentOrientation(float pitch,
float roll,
float yaw)
pitch - Pitch angle in degrees.roll - Roll angle in degrees.yaw - Yaw angle in degrees.public DocumentOrientation(DocumentOrientation documentOrientation)
documentOrientation - The DocumentOrientation to copy.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document