Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Shapes
Polygons
PolygonShapeView.h
1
#pragma once
2
3
#include "ShapeViewBase.h"
4
#include "Rendering.h"
5
#include "VectorMath.h"
6
#include "SingleSphere.h"
7
#include "Geometry.h"
8
#include "PolygonShapeModel.h"
9
10
#include <vector>
11
12
namespace
Eegeo
13
{
14
namespace
Shapes
15
{
16
namespace
Polygons
17
{
18
class
PolygonShapeView
:
public
ShapeViewBase
19
{
20
public
:
21
PolygonShapeView
(
const
PolygonShapeModel
& model,
22
bool
isHidden,
23
const
dv3
& originEcef,
24
const
std::vector<dv3>& boundingPointsEcef,
25
const
Eegeo::Geometry::SingleSphere
& boundingSphere,
26
Rendering::Renderables::UniformColoredRenderable
* pRenderable
27
);
28
29
~
PolygonShapeView
();
30
31
void
Update();
32
33
const
PolygonShapeModel
& GetPolygonShapeModel()
const
;
34
35
Rendering::RenderableBase
& GetRenderable()
const
;
36
37
private
:
38
const
PolygonShapeModel
& m_polygonShapeModel;
39
Rendering::Renderables::UniformColoredRenderable
* m_pRenderable;
40
};
41
}
42
}
43
}
44
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1