Covariance matrix for a 2D point. [詳細]
import "ExtendedDataTypes.idl";
Public 変数 | |
| double | xx |
| (0, 0) value of the covariance matrix. | |
| double | xy |
| (0, 1) value of the covariance matrix. | |
| double | yy |
| (1, 1) value of the covariance matrix. | |
Covariance matrix for a 2D point.
| double RTC::PointCovariance2D::xx |
(0, 0) value of the covariance matrix.
| double RTC::PointCovariance2D::xy |
(0, 1) value of the covariance matrix.
| double RTC::PointCovariance2D::yy |
(1, 1) value of the covariance matrix.
1.6.3