Skip to content

Geometric Model Plane Parameters rm_fence_config_plane_t

Class member variable description

  • X-coordinate of the first point in the plane three-point method x1

    Unit: m.

    C++
    float rm_fence_config_plane_t::x1
  • Y-coordinate of the first point in the plane three-point method y1

    Unit: m.

    C++
    float rm_fence_config_plane_t::y1
  • Z-coordinate of the first point in the plane three-point method z1

    Unit: m.

    C++
    float rm_fence_config_plane_t::z1
  • X-coordinate of the second point in the plane three-point method x2

    Unit: m.

    C++
    float rm_fence_config_plane_t::x2
  • Y-coordinate of the second point in the plane three-point method y2

    Unit: m.

    C++
    float rm_fence_config_plane_t::y2
  • Z-coordinate of the second point in the plane three-point method z2

    Unit: m.

    C++
    float rm_fence_config_plane_t::z2
  • X-coordinate of the third point in the plane three-point method x3

    Unit: m.

    C++
    float rm_fence_config_plane_t::x3
  • Y-coordinate of the third point in the plane three-point method y3

    Unit: m.

    C++
    float rm_fence_config_plane_t::y3
  • Z-coordinate of the third point in the plane three-point method z3

    Unit: m.

    C++
    float rm_fence_config_plane_t::z3