comparison Framework/Toolbox/OrientedBoundingBox.cpp @ 159:0a73d76333db wasm

populating LinearAlgebra
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Feb 2018 09:15:08 +0100
parents a053ca7fa5c6
children e9c7a78a3e77
comparison
equal deleted inserted replaced
158:a053ca7fa5c6 159:0a73d76333db
19 **/ 19 **/
20 20
21 21
22 #include "OrientedBoundingBox.h" 22 #include "OrientedBoundingBox.h"
23 23
24 #include "GeometryToolbox.h"
25
24 #include <Core/OrthancException.h> 26 #include <Core/OrthancException.h>
25 27
26 #include <cassert> 28 #include <cassert>
27 29
28 namespace OrthancStone 30 namespace OrthancStone