|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRTC.PointFeature
public final class PointFeature
RTC/PointFeature.java . IDL-to-Java コンパイラ (ポータブル), バージョン "3.1" で生成 生成元: idl/InterfaceDataTypes.idl 2015年3月20日 14時35分48秒 JST
Field Summary | |
---|---|
PointCovariance2D |
covariance
|
Point2D |
position
|
double |
probability
|
Constructor Summary | |
---|---|
PointFeature()
|
|
PointFeature(double _probability,
Point2D _position,
PointCovariance2D _covariance)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double probability
public Point2D position
public PointCovariance2D covariance
Constructor Detail |
---|
public PointFeature()
public PointFeature(double _probability, Point2D _position, PointCovariance2D _covariance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |