|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRTC.Covariance2D
public final class Covariance2D
RTC/Covariance2D.java . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/InterfaceDataTypes.idl 2011�N10��5�� 15��39��12�b JST
Field Summary | |
---|---|
double |
tt
|
double |
xt
|
double |
xx
|
double |
xy
|
double |
yt
|
double |
yy
|
Constructor Summary | |
---|---|
Covariance2D()
|
|
Covariance2D(double _xx,
double _xy,
double _xt,
double _yy,
double _yt,
double _tt)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double xx
public double xy
public double xt
public double yy
public double yt
public double tt
Constructor Detail |
---|
public Covariance2D()
public Covariance2D(double _xx, double _xy, double _xt, double _yy, double _yt, double _tt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |