OpenRTM-aist IDL  1.2
Public Attributes | List of all members
RTC::Covariance2D Struct Reference

Covariance matrix for a 2D pose. More...

import"ExtendedDataTypes.idl";

Public Attributes

double xx
 (0, 0) value of the covariance matrix. More...
 
double xy
 (0, 1) value of the covariance matrix. More...
 
double xt
 (0, 2) value of the covariance matrix. More...
 
double yy
 (1, 1) value of the covariance matrix. More...
 
double yt
 (1, 2) value of the covariance matrix. More...
 
double tt
 (2, 2) value of the covariance matrix. More...
 

Detailed Description

Covariance matrix for a 2D pose.

Member Data Documentation

double RTC::Covariance2D::tt

(2, 2) value of the covariance matrix.

double RTC::Covariance2D::xt

(0, 2) value of the covariance matrix.

double RTC::Covariance2D::xx

(0, 0) value of the covariance matrix.

double RTC::Covariance2D::xy

(0, 1) value of the covariance matrix.

double RTC::Covariance2D::yt

(1, 2) value of the covariance matrix.

double RTC::Covariance2D::yy

(1, 1) value of the covariance matrix.


The documentation for this struct was generated from the following file: