Added const qualifier in GetBBox method.
This commit is contained in:
parent
c553959046
commit
3a76ce3a01
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.28 2005/06/17 00:43:34 cignoni
|
||||||
|
Added a named typedef for the per wedge TexCoordinate
|
||||||
|
|
||||||
Revision 1.27 2005/03/18 16:35:53 fiorin
|
Revision 1.27 2005/03/18 16:35:53 fiorin
|
||||||
minor changes to comply gcc compiler
|
minor changes to comply gcc compiler
|
||||||
|
|
||||||
|
|
@ -950,7 +953,7 @@ public:
|
||||||
* Bounding box *
|
* Bounding box *
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
void GetBBox( BoxType & bb )
|
void GetBBox( BoxType & bb ) const
|
||||||
{
|
{
|
||||||
bb.Set( v[0]->P() );
|
bb.Set( v[0]->P() );
|
||||||
bb.Add( v[1]->P() );
|
bb.Add( v[1]->P() );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue