Skip to content

Commit

Permalink
Added new file to project.
Browse files Browse the repository at this point in the history
The GTMathematics files needed to be updated to include the new file IntrTriangle3Triangle3.h.
  • Loading branch information
davideberly committed Jun 21, 2021
1 parent 801fc97 commit 44de526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions GTE/GTMathematics.v16.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
<ClInclude Include="Mathematics\IntrTriangle2Triangle2.h" />
<ClInclude Include="Mathematics\IntrTriangle3Cylinder3.h" />
<ClInclude Include="Mathematics\IntrTriangle3OrientedBox3.h" />
<ClInclude Include="Mathematics\IntrTriangle3Triangle3.h" />
<ClInclude Include="Mathematics\InvSqrtEstimate.h" />
<ClInclude Include="Mathematics\IsPlanarGraph.h" />
<ClInclude Include="Mathematics\LCPSolver.h" />
Expand Down
3 changes: 3 additions & 0 deletions GTE/GTMathematics.v16.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1452,5 +1452,8 @@
<ClInclude Include="Mathematics\DistOrientedBox3Cone3.h">
<Filter>Distance\3D</Filter>
</ClInclude>
<ClInclude Include="Mathematics\IntrTriangle3Triangle3.h">
<Filter>Intersection\3D</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 44de526

Please sign in to comment.