Get started
Solutions & pricing
3D LiDAR
Full 3D SLAM
State estimation
mp2p_icp
Learn more
#include <imgui.h> struct ImVec2 { // fields float x; float y; // construction ImVec2(); ImVec2( float _x, float _y ); // methods float& operator [] (size_t idx); float operator [] (size_t idx) const; };