From 4ab12a165f34debeb788a32f6e17f9c56ff36528 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 15 Apr 2013 20:57:15 +0000 Subject: [PATCH] uniformed syntax of the name of the parameters of the rect packer --- vcg/space/outline2_packer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/space/outline2_packer.h b/vcg/space/outline2_packer.h index f1aa6120..ecc5d42a 100644 --- a/vcg/space/outline2_packer.h +++ b/vcg/space/outline2_packer.h @@ -183,8 +183,8 @@ static bool PackMultiAsObjectOrientedRect(const std::vector< std::vector::PackMulti(bbVec,containerSizeX,containerNum,trVec,indVec,coveredContainerVec); + const Point2i containerSizeI=Point2i::Construct(containerSizeX); + bool ret= RectPacker::PackMulti(bbVec,containerSizeI,containerNum,trVec,indVec,coveredContainerVec); for(size_t i=0;i