Adding support for intersecting a floating point rectangle

This commit is contained in:
nathan@daedalus
2012-03-23 23:21:26 -05:00
parent f4b91c0fc3
commit 1d8e6f1493
5 changed files with 53 additions and 21 deletions

View File

@@ -219,6 +219,7 @@
<Compile Include="Engine\Interfaces\IAxiosGameObject.cs" />
<Compile Include="Engine\Interfaces\IDrawableAxiosGameObject.cs" />
<Compile Include="Engine\Log\AxiosLog.cs" />
<Compile Include="Engine\Structures\AxiosPoint.cs" />
<Compile Include="Engine\Structures\AxiosRectangle.cs" />
<Compile Include="Engine\SimpleAxiosGameObject.cs" />
<Compile Include="Engine\SimpleDrawableAxiosGameObject.cs" />