added class prototype for segment (needed for box intersection)
This commit is contained in:
parent
0fc8a49a51
commit
157ba4ccfb
|
@ -58,9 +58,12 @@ Initial commit
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
|
|
||||||
|
// needed prototype;
|
||||||
|
template <class SegScalarType> class Segment2;
|
||||||
|
|
||||||
/** \addtogroup space */
|
/** \addtogroup space */
|
||||||
/*@{*/
|
/*@{*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Templated class for a 2D bounding box. It is stored just as two Point2
|
Templated class for a 2D bounding box. It is stored just as two Point2
|
||||||
@param BoxScalarType (Template Parameter) Specifies the scalar field.
|
@param BoxScalarType (Template Parameter) Specifies the scalar field.
|
||||||
|
|
Loading…
Reference in New Issue