Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Geometry
IntersectionAxisAlignedBox2.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
6
#include "Geometry.h"
7
8
#include "VectorMath.h"
9
10
namespace
Eegeo
11
{
12
namespace
Geometry
13
{
14
bool
Intersect(
const
AxisAlignedBox2& boxA,
const
AxisAlignedBox2& boxB);
15
16
bool
Contains(
const
AxisAlignedBox2& boxA,
const
v2& p);
17
}
18
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1