sick_visionary_cpp_shared
src
PointXYZ.h
Go to the documentation of this file.
1
//
2
// Copyright (c) 2023 SICK AG, Waldkirch
3
//
4
// SPDX-License-Identifier: Unlicense
5
6
#pragma once
7
8
namespace
visionary
{
9
10
struct
PointXYZ
11
{
12
float
x
;
13
float
y
;
14
float
z
;
15
};
16
17
}
// namespace visionary
visionary::PointXYZ::x
float x
Definition:
PointXYZ.h:12
visionary
Definition:
MD5.cpp:44
visionary::PointXYZ
Definition:
PointXYZ.h:10
visionary::PointXYZ::z
float z
Definition:
PointXYZ.h:14
visionary::PointXYZ::y
float y
Definition:
PointXYZ.h:13
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:45:47