RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
Main Page
Namespaces
Classes
Files
File List
File Members
include
ricoh_camera_sdk
point.hpp
Go to the documentation of this file.
1
// Copyright (c) 2017 Ricoh Company, Ltd. All Rights Reserved.
2
#ifndef RICOH_CAMERA_SDK_POINT_HPP_
3
#define RICOH_CAMERA_SDK_POINT_HPP_
4
5
#include <
ricoh_camera_sdk/export.hpp
>
6
7
namespace
Ricoh
{
8
namespace
CameraController {
9
10
14
struct
Point
{
15
float
x
;
16
float
y
;
17
};
18
19
}
// namespace CameraController
20
}
// namespace Ricoh
21
22
#endif // RICOH_CAMERA_SDK_POINT_HPP_
Ricoh
Definition:
camera_device.hpp:13
Ricoh::CameraController::Point
The structure to represent point.
Definition:
point.hpp:14
Ricoh::CameraController::Point::y
float y
Definition:
point.hpp:16
export.hpp
Ricoh::CameraController::Point::x
float x
Definition:
point.hpp:15
Generated by
1.8.11