X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGObjectModel.h;h=368b9775368667d61677ad56abd5981d2a01e63d;hb=da7e6972b6adbe688c541a49a6db2038767e0cc7;hp=ee639e33e579b4abf3b207bdd5ff755125418184;hpb=782cadf1306a646406ed7a089907f73a5f12c4e5;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h index ee639e3..368b977 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h @@ -108,6 +108,7 @@ namespace bbtk { // Returns true if (x,y,z) is inside the rectangle virtual bool isPointInside( double x, double y, double z ); + bool isBoxInsideRectangle(double x1,double y1, double z1,double x2,double y2, double z2); // Get the type of the graphical objects (See the GlobalConstants.h file) int getGObjectType( );