Mach1 Spatial SDK
Loading...
Searching...
No Matches
Mach1KeyPoint.h
1#ifndef MACH1KEYPOINT_H
2#define MACH1KEYPOINT_H
3
4// Mach1 Spatial SDK
5// Copyright © 2017 Mach1. All rights reserved.
6
7#include "Mach1Point3D.h"
8
10 long long sample;
11 Mach1Point3D point;
12};
13
14#endif // MACH1KEYPOINT_H
Definition Mach1KeyPoint.h:9
Definition Mach1Point3D.h:17