Skip to content
Snippets Groups Projects
Commit 8ab08a06 authored by Dženan Zukić's avatar Dženan Zukić
Browse files

STYLE: minor fixes

parent 6777f697
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@
=========================================================================*/
#ifndef imstkCollisionDetectionUtils_h
#define imstkCollisionDetectionUtils_h
#ifndef imstkIntersectionTestUtils_h
#define imstkIntersectionTestUtils_h
#include <algorithm>
......@@ -28,7 +28,7 @@ namespace imstk
{
///
/// \brief
/// \brief Do ranges [a,b] and [c,d] intersect?
///
inline bool
isIntersect(const double& a, const double& b, const double& c, const double& d)
......@@ -161,4 +161,4 @@ testPointToTriAABB(const double& x1, const double& y1, const double& z1,
}
#endif // ifndef imstkCollisionDetectionUtils_h
#endif // ifndef imstkIntersectionTestUtils_h
......@@ -47,8 +47,8 @@ public:
///
/// \brief Constructor
///
MeshToMeshCD(std::shared_ptr<SurfaceMesh> planeA,
std::shared_ptr<SurfaceMesh> sphereB,
MeshToMeshCD(std::shared_ptr<SurfaceMesh> meshA,
std::shared_ptr<SurfaceMesh> meshB,
CollisionData& colData);
///
......
......@@ -23,7 +23,7 @@
#include "imstkSurfaceMesh.h"
#include "imstkLineMesh.h"
#include "imstkGeometryMap.h"
#include "imstkCollisionDetectionUtils.h"
#include "imstkIntersectionTestUtils.h"
namespace imstk
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment