Program Listing for File PointXYZ.h

Return to documentation for file (include/sick_safevisionary_base/PointXYZ.h)

// -- BEGIN LICENSE BLOCK ----------------------------------------------
// -- END LICENSE BLOCK ------------------------------------------------

#pragma once

namespace visionary {

struct PointXYZ
{
  float x;
  float y;
  float z;
};

} // namespace visionary