mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
// File: Intf_Polygon2d.lxx
|
|
// Created: Fri Feb 10 17:49:16 2012
|
|
// Author: Sergey ZERCHANINOV
|
|
// Copyright: OPEN CASCADE SAS 2012
|
|
|
|
|
|
//=======================================================================
|
|
//function : Bounding
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline const Bnd_Box2d& Intf_Polygon2d::Bounding () const
|
|
{
|
|
return myBox;
|
|
}
|