From 157ba4ccfb6b38eaf873254244ee3c429158779f Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 24 May 2010 08:25:26 +0000 Subject: [PATCH] added class prototype for segment (needed for box intersection) --- vcg/space/box2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/box2.h b/vcg/space/box2.h index 6a3e94ed..4a5fcdb5 100644 --- a/vcg/space/box2.h +++ b/vcg/space/box2.h @@ -58,9 +58,12 @@ Initial commit namespace vcg { + +// needed prototype; +template class Segment2; + /** \addtogroup space */ /*@{*/ - /** Templated class for a 2D bounding box. It is stored just as two Point2 @param BoxScalarType (Template Parameter) Specifies the scalar field.