Skip to content

几何模型球体参数rm_fence_config_sphere_t

类成员变量说明

  • 表示球心在世界坐标系 X 轴的坐标x

    单位 m。

    C++
    float rm_fence_config_sphere_t::x
  • 表示球心在世界坐标系 Y 轴的坐标y

    单位 m。

    C++
    float rm_fence_config_sphere_t::y
  • 表示球心在世界坐标系 Z 轴的坐标z

    单位 m。

    C++
    float rm_fence_config_sphere_t::z
  • 表示半径radius

    单位 m。

    C++
    float rm_fence_config_sphere_t::radius