public class FAngle extends java.lang.Object implements java.io.Serializable
| Constructor and Description |
|---|
FAngle() |
FAngle(int yaw,
int pitch,
int roll,
float confidence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
float |
getConfidence() |
int |
getPitch() |
int |
getRoll() |
int |
getYaw() |
int |
hashCode() |
void |
setConfidence(float confidence) |
void |
setPitch(int pitch) |
void |
setRoll(int roll) |
void |
setYaw(int yaw) |
void |
toStream(java.io.PrintStream stream)
以文本形式向
PrintStream输出对象内容 |
java.lang.String |
toString() |
public FAngle()
public FAngle(int yaw, int pitch, int roll, float confidence)
public int getYaw()
public void setYaw(int yaw)
yaw - 要设置的 yawpublic int getPitch()
public void setPitch(int pitch)
pitch - 要设置的 pitchpublic int getRoll()
public void setRoll(int roll)
roll - 要设置的 rollpublic float getConfidence()
public void setConfidence(float confidence)
confidence - 要设置的 confidencepublic java.lang.String toString()
toString in class java.lang.Objectpublic void toStream(java.io.PrintStream stream)
PrintStream输出对象内容stream - public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2020. All rights reserved.