Home
last modified time | relevance | path

Searched refs:projCenter (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_edgemesh/
H A Dexport_svg.h63 …Point3f projCenter; // the 3d point that after projection will fall exactly in the center of the V… variable
92 projCenter=Point3f(0, 0, 0); in SVGProperties()
193 Point3f rotCenter = rotM * pro.projCenter; in WriteXmlBody()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_edgemesh/
H A Dexport_svg.h63 …Point3f projCenter; // the 3d point that after projection will fall exactly in the center of the V… variable
92 projCenter=Point3f(0, 0, 0); in SVGProperties()
197 Point3f rotCenter = rotM * pro.projCenter; in WriteXmlBody()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_waffle/
H A Dexport_svg.h63 …Point3f projCenter; // the 3d point that after projection will fall exactly in the center of the V… variable
94 projCenter=Point3f(0, 0, 0); in SVGProperties()
198 Point3f rotCenter = rotM * pro.projCenter; in WriteXmlBody()
H A Dfilter_waffle.cpp257 pr.projCenter = m.mm()->cm.bbox.Center(); in applyFilter()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTTableLayer.cpp25 auto projCenter = loader::query_float_attribute(groupIndex, 0, 700 + fullscrn::GetResolution()); in TTableLayer() local
26 proj::recenter(projCenter[0], projCenter[1]); in TTableLayer()