Moved Vector3 to Spatial folder

This commit is contained in:
Mike Smith 2016-02-14 22:53:28 -08:00
parent 3711b6ef6b
commit bc69fa877b
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<Compile Include="Transforms\RotatedObject.cs" />
<Compile Include="Transforms\ScaledObject.cs" />
<Compile Include="Transforms\TranslatedObject.cs" />
<Compile Include="Vector3.cs" />
<Compile Include="Spatial\Vector3.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />