Struct SimOne_Data_Position_Info

Inheritance Relationships

Base Type

Struct Documentation

struct SimOne_Data_Position_Info : public SimOne_Data

Public Members

float mean_x

X 坐标的均值。

  • Mean value of X coordinate.

float mean_y

Y 坐标的均值。

  • Mean value of Y coordinate.

float var_x

X 坐标的方差。

  • Variance of X coordinate.

float var_y

Y 坐标的方差。

  • Variance of Y coordinate.

float covar_xy

X 和 Y 坐标的协方差。

  • Covariance of X and Y coordinates.