Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
Rendering
DrawDebugCommandHelpers.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "VectorMath.h"
6
#include "LatLongAltitude.h"
7
#include <sstream>
8
#include <vector>
9
10
namespace
Eegeo
11
{
12
namespace
Debug
13
{
14
namespace
Commands
15
{
16
namespace
Rendering
17
{
18
namespace
DrawDebugCommandHelpers
19
{
20
bool
TryParseColor(
const
std::vector<std::string> &arguments,
int
index, v4& colour);
21
22
bool
TryParseLatLongAlt(
const
std::vector<std::string> &arguments,
int
index, Space::LatLongAltitude& latLongAltitude);
23
}
24
}
25
}
26
}
27
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1