Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Geometry
PolylineInterpolationParams.h
1
#pragma once
2
3
#include "Geometry.h"
4
5
namespace
Eegeo
6
{
7
namespace
Geometry
8
{
9
struct
PolylineInterpolationParams
10
{
11
int
VertexIndexA;
12
int
VertexIndexB;
13
double
LineSegmentInterpolationParam;
14
};
15
}
16
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1