Note: As Matthias Klose NMU'ed the current version I aborted my NMU to: -> include the NMU from Matthias -> also (for the moment) *drop* the symbols file -- it is just to fragile and fixing the mess with wfmath-1.0 has (my) higher priority
New NMU-Diff attached, will upload to DELAYED/1 (basically keeping the previous timing) (As this package has to go through NEW I will upload to experimental to avoid blocking in sid... However, *all* r-depends are already broken due to this bug -- see #701273) As usual, ping me if I should abort the NMU. -- tobi
diff -Naur tmp/wfmath-0.3.12/debian/changelog wfmath/debian/changelog --- tmp/wfmath-0.3.12/debian/changelog 2014-08-09 14:18:59.000000000 +0200 +++ wfmath/debian/changelog 2014-08-10 17:47:36.853573979 +0200 @@ -1,3 +1,29 @@ +wfmath (1.0.2+dfsg1-0.1) experimental; urgency=low + + [ Tobias Frost ] + * Non-maintainer upload + * picking up this NMU from the git packaging repository, as Stephen already + worked on this release. + * call autogen.sh during dh_autoreconf to avoid FTBFS + * Do not use -fno-implicit-templates as this causes also a FTBFS. + * remove symbols file. They are just too fragile for C++ + * changing homepage in d/control to http://www.worldforge.org/ seems to be + dead. + + [ Stephen M. Webb ] + * new upstream release (Closes: #736315) + * debian/patches/0001-float-comparisons.patch: removed (fixed upstream) + * bumped package names to 1.0 + * debian/control: updated to Standards-Version 3.9.5 (no changes) + * debian/control: used canonical form for VCS-* fields + * debian/rules: forced verbose build + * debian/libwfmath-1.0-1.lintian-overrides: new file + * debian/patches/0002-replace-mersenne-twister.patch: new file + * debian/control: fixed Vcs-Browser URL + * debian/watch: added dfsg dversionmangle option + + -- Tobias Frost <t...@debian.org> Sat, 09 Aug 2014 13:26:04 +0200 + wfmath (0.3.12-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Naur tmp/wfmath-0.3.12/debian/control wfmath/debian/control --- tmp/wfmath-0.3.12/debian/control 2012-06-01 10:08:27.000000000 +0200 +++ wfmath/debian/control 2014-08-09 13:22:47.039919767 +0200 @@ -6,12 +6,12 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen -Standards-Version: 3.9.3 -Homepage: http://www.worldforge.org/ -Vcs-Git: git://git.debian.org/git/pkg-games/wfmath.git -Vcs-Browser: http://git.debian.org/?p=pkg-games/wfmath.git +Standards-Version: 3.9.5 +Homepage: https://github.com/worldforge +Vcs-Git: git://anonscm.debian.org/pkg-games/wfmath.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/wfmath.git -Package: libwfmath-0.3-6 +Package: libwfmath-1.0-1 Architecture: any Multi-Arch: same Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} @@ -23,12 +23,12 @@ in addition to the basic math objects that are used to build these shapes (points, vectors, matrices). -Package: libwfmath-0.3-dev +Package: libwfmath-1.0-dev Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: dpkg (>= 1.15.6~) -Depends: libwfmath-0.3-6 (= ${binary:Version}), +Depends: libwfmath-1.0-1 (= ${binary:Version}), ${misc:Depends} Suggests: libwfmath-doc Description: WorldForge math library - development files @@ -53,13 +53,13 @@ . This package contains the API documentation files. -Package: libwfmath-0.3-6-dbg +Package: libwfmath-1.0-1-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Pre-Depends: dpkg (>= 1.15.6~) -Depends: libwfmath-0.3-6 (= ${binary:Version}), +Depends: libwfmath-1.0-1 (= ${binary:Version}), ${misc:Depends} Description: WorldForge math library - debugging library The primary focus of WFMath is geometric objects. Thus, diff -Naur tmp/wfmath-0.3.12/debian/copyright wfmath/debian/copyright --- tmp/wfmath-0.3.12/debian/copyright 2012-06-01 10:08:14.000000000 +0200 +++ wfmath/debian/copyright 2014-08-09 13:08:21.830684491 +0200 @@ -3,41 +3,24 @@ Files: * Copyright: 1999-2011 The Worldforge Project - 2002-2009 Ron Steinke + 2002-2012 Ron Steinke 2002-2011 Al Riddoch + 2012-2013 Stephen M. Webb <stephen.w...@bregmasoft.ca> License: GPL-2+ -Files: wfmath/MersenneTwister.h +Files: wfmath/randgen.cpp Copyright: 1997-2002 Makoto Matsumoto and Takuji Nishimura - 2000-2003 Richard J. Wagner -License: BSD - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written - permission. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + 2002-2009 Ron Steinke + 2013 Stephen M. Webb <stephen.w...@bregmasoft.ca> +License: GPL-2+ + +Files: wfmath/wrapped_array.h +Copyright: 1999 Bernd Gaertner +License: GPL-2+ Files: debian/* Copyright: 2002 Michael Koch <konque...@gmx.de> - 2012 Stephen M. Webb <stephen.w...@bregmasoft.ca> + 2012-2013 Stephen M. Webb <stephen.w...@bregmasoft.ca> License: GPL-2+ License: GPL-2+ diff -Naur tmp/wfmath-0.3.12/debian/docs wfmath/debian/docs --- tmp/wfmath-0.3.12/debian/docs 2012-01-27 20:29:55.000000000 +0100 +++ wfmath/debian/docs 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -README -TODO diff -Naur tmp/wfmath-0.3.12/debian/gbp.conf wfmath/debian/gbp.conf --- tmp/wfmath-0.3.12/debian/gbp.conf 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/gbp.conf 2014-08-09 09:06:40.653514525 +0200 @@ -0,0 +1,3 @@ +[git-import-orig] +filter = wfmath/MersenneTwister.h +filter-pristine-tar = True diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-0.3-6.install wfmath/debian/libwfmath-0.3-6.install --- tmp/wfmath-0.3.12/debian/libwfmath-0.3-6.install 2012-01-29 19:56:43.000000000 +0100 +++ wfmath/debian/libwfmath-0.3-6.install 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -usr/lib/*/libwfmath-0.3.so.6 -usr/lib/*/libwfmath-0.3.so.6.0.0 diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-0.3-6.symbols wfmath/debian/libwfmath-0.3-6.symbols --- tmp/wfmath-0.3.12/debian/libwfmath-0.3-6.symbols 2014-08-09 14:19:36.000000000 +0200 +++ wfmath/debian/libwfmath-0.3-6.symbols 1970-01-01 01:00:00.000000000 +0100 @@ -1,992 +0,0 @@ -libwfmath-0.3.so.6 libwfmath-0.3-6 #MINVER# - _ZGVZN6WFMath5PointILi2EE4ZEROEvE9zeroPoint@Base 0.3.11 - _ZGVZN6WFMath5PointILi3EE4ZEROEvE9zeroPoint@Base 0.3.11 - _ZGVZN6WFMath6VectorILi2EE4ZEROEvE10zeroVector@Base 0.3.11 - _ZGVZN6WFMath6VectorILi3EE4ZEROEvE10zeroVector@Base 0.3.11 - _ZN6WFMath10BarycenterILi2ESt6vectorEENS_5PointIXT_EEERKT0_IS3_SaIS3_EE@Base 0.3.11 - _ZN6WFMath10BarycenterILi2ESt6vectorSt4listEENS_5PointIXT_EEERKT0_IS4_SaIS4_EERKT1_IfSaIfEE@Base 0.3.11 - _ZN6WFMath10BarycenterILi3ESt6vectorEENS_5PointIXT_EEERKT0_IS3_SaIS3_EE@Base 0.3.11 - _ZN6WFMath10BarycenterILi3ESt6vectorSt4listEENS_5PointIXT_EEERKT0_IS4_SaIS4_EERKT1_IfSaIfEE@Base 0.3.11 - _ZN6WFMath10ParseErrorD0Ev@Base 0.3.11 - _ZN6WFMath10ParseErrorD1Ev@Base 0.3.11 - _ZN6WFMath10Quaternion13fromRotMatrixERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath10Quaternion6rotateERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath10Quaternion8rotationERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath10Quaternion8rotationERKNS_6VectorILi3EEES4_@Base 0.3.11 - _ZN6WFMath10Quaternion8rotationERKNS_6VectorILi3EEEf@Base 0.3.11 - _ZN6WFMath10Quaternion8rotationEif@Base 0.3.11 - _ZN6WFMath10Quaternion9normalizeEv@Base 0.3.11 - _ZN6WFMath10QuaternionC1Effff@Base 0.3.11 - _ZN6WFMath10QuaternionC2Effff@Base 0.3.11 - _ZN6WFMath10QuaterniondVERKS0_@Base 0.3.11 - _ZN6WFMath10QuaternionmLERKS0_@Base 0.3.11 - _ZN6WFMath10_IOWrapper12ToStringImplERKNS0_9BaseWriteEi@Base 0.3.11 - _ZN6WFMath10_IOWrapper14FromStringImplERNS0_8BaseReadERKSsi@Base 0.3.11 - _ZN6WFMath10_IntersectILi3EEEiRKNS_12_Poly2OrientIXT_EEES4_RNS_25_Poly2OrientIntersectDataE@Base 0.3.11 - _ZN6WFMath11BoundingBoxILi2ESt6vectorEENS_7AxisBoxIXT_EEERKT0_INS_5PointIXT_EEESaIS6_EE@Base 0.3.11 - _ZN6WFMath11BoundingBoxILi2ESt6vectorEENS_7AxisBoxIXT_EEERKT0_IS3_SaIS3_EE@Base 0.3.11 - _ZN6WFMath11BoundingBoxILi3ESt6vectorEENS_7AxisBoxIXT_EEERKT0_IS3_SaIS3_EE@Base 0.3.11 - _ZN6WFMath11IntToStringEl@Base 0.3.11 - _ZN6WFMath11IntToStringEm@Base 0.3.11 - _ZN6WFMath11_GetEpsilonERSi@Base 0.3.11 - _ZN6WFMath12IntersectionILi2EEEbRKNS_7AxisBoxIXT_EEES4_RS2_@Base 0.3.11 - _ZN6WFMath12IntersectionILi3EEEbRKNS_7AxisBoxIXT_EEES4_RS2_@Base 0.3.11 - _ZN6WFMath12LogFactorialEj@Base 0.3.11 - _ZN6WFMath12_Poly2OrientILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EE6expandERKNS_5PointILi3EEERNS2_ILi2EEEd@Base 0.3.11 - _ZN6WFMath12_Poly2OrientILi3EE6reduceERKNS_7PolygonILi2EEEi@Base 0.3.11 - _ZN6WFMath12_Poly2OrientILi3EE6rotateERKNS_9RotMatrixILi3EEERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath12_Poly2OrientILi3EE7rotate2ERKNS_9RotMatrixILi3EEERKNS_5PointILi2EEE@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EEC1ERKS1_@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EEC1Ev@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EEC2ERKS1_@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EEC2Ev@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EED1Ev@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EED2Ev@Base 0.3.12 - _ZN6WFMath12_Poly2OrientILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath13_ScaleEpsilonEPKfS1_id@Base 0.3.11 - _ZN6WFMath13_ScaleEpsilonEddd@Base 0.3.11 - _ZN6WFMath14BoundingSphereILi2ESt6vectorEENS_4BallIXT_EEERKT0_INS_5PointIXT_EEESaIS6_EE@Base 0.3.11 - _ZN6WFMath14SloppyDistanceILi3EEEfRKNS_5PointIXT_EEES4_@Base 0.3.11 - _ZN6WFMath14_ReadCoordListERSiPfi@Base 0.3.11 - _ZN6WFMath15ColinearVectorsILi2EED0Ev@Base 0.3.11 - _ZN6WFMath15ColinearVectorsILi2EED1Ev@Base 0.3.11 - _ZN6WFMath15ColinearVectorsILi3EEC1ERKNS_6VectorILi3EEES5_@Base 0.3.11 - _ZN6WFMath15ColinearVectorsILi3EED0Ev@Base 0.3.11 - _ZN6WFMath15ColinearVectorsILi3EED1Ev@Base 0.3.11 - _ZN6WFMath15SquaredDistanceILi2EEEfRKNS_5PointIXT_EEES4_@Base 0.3.11 - _ZN6WFMath15SquaredDistanceILi3EEEfRKNS_5PointIXT_EEES4_@Base 0.3.11 - _ZN6WFMath15_WriteCoordListERSoPKfi@Base 0.3.11 - _ZN6WFMath16_PolyContainsBoxILi3EEEbRKNS_12_Poly2OrientIXT_EEERKNS_7PolygonILi2EEERKNS_5PointIXT_EEERKNS_6VectorIXT_EEEb@Base 0.3.11 - _ZN6WFMath17_PolyPolyContainsERKNS_7PolygonILi2EEES3_iRKNS_25_Poly2OrientIntersectDataEb@Base 0.3.11 - _ZN6WFMath18PoissonConditionalEdj@Base 0.3.11 - _ZN6WFMath18_MatrixInverseImplEiPfS0_@Base 0.3.11 - _ZN6WFMath18_MatrixSetValsImplEiPfRbS0_S0_d@Base 0.3.11 - _ZN6WFMath18_PolyPolyIntersectERKNS_7PolygonILi2EEES3_iRKNS_25_Poly2OrientIntersectDataEb@Base 0.3.11 - _ZN6WFMath19GaussianConditionalEddd@Base 0.3.11 - _ZN6WFMath20BoundingSphereSloppyILi2ESt6vectorEENS_4BallIXT_EEERKT0_INS_5PointIXT_EEESaIS6_EE@Base 0.3.11 - _ZN6WFMath3DotILi2EEEfRKNS_6VectorIXT_EEES4_@Base 0.3.11 - _ZN6WFMath3DotILi3EEEfRKNS_6VectorIXT_EEES4_@Base 0.3.11 - _ZN6WFMath4BallILi2EE11rotatePointERKNS_9RotMatrixILi2EEERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath4BallILi2EE12moveCenterToERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath4BallILi2EE12moveCornerToERKNS_5PointILi2EEEi@Base 0.3.11 - _ZN6WFMath4BallILi2EE12rotateCenterERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath4BallILi2EE12rotateCornerERKNS_9RotMatrixILi2EEEi@Base 0.3.11 - _ZN6WFMath4BallILi2EE5shiftERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath4BallILi2EE6centerEv@Base 0.3.11 - _ZN6WFMath4BallILi2EE6radiusEv@Base 0.3.11 - _ZN6WFMath4BallILi2EEC1ERKNS_5PointILi2EEEf@Base 0.3.11 - _ZN6WFMath4BallILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath4BallILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath4BallILi2EEC2ERKNS_5PointILi2EEEf@Base 0.3.11 - _ZN6WFMath4BallILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath4BallILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath4BallILi2EED1Ev@Base 0.3.11 - _ZN6WFMath4BallILi2EED2Ev@Base 0.3.11 - _ZN6WFMath4BallILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath4BallILi3EE11rotatePointERKNS_10QuaternionERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath4BallILi3EE11rotatePointERKNS_9RotMatrixILi3EEERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath4BallILi3EE12moveCenterToERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath4BallILi3EE12moveCornerToERKNS_5PointILi3EEEi@Base 0.3.11 - _ZN6WFMath4BallILi3EE12rotateCenterERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath4BallILi3EE12rotateCenterERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath4BallILi3EE12rotateCornerERKNS_10QuaternionEi@Base 0.3.11 - _ZN6WFMath4BallILi3EE12rotateCornerERKNS_9RotMatrixILi3EEEi@Base 0.3.11 - _ZN6WFMath4BallILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath4BallILi3EE6centerEv@Base 0.3.11 - _ZN6WFMath4BallILi3EE6radiusEv@Base 0.3.11 - _ZN6WFMath4BallILi3EEC1ERKNS_5PointILi3EEEf@Base 0.3.11 - _ZN6WFMath4BallILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath4BallILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath4BallILi3EEC2ERKNS_5PointILi3EEEf@Base 0.3.11 - _ZN6WFMath4BallILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath4BallILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath4BallILi3EED1Ev@Base 0.3.11 - _ZN6WFMath4BallILi3EED2Ev@Base 0.3.11 - _ZN6WFMath4BallILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath4ProdILi2EEENS_6VectorIXT_EEERKS2_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMath4ProdILi2EEENS_9RotMatrixIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMath4ProdILi3EEENS_6VectorIXT_EEERKS2_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMath4ProdILi3EEENS_9RotMatrixIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMath5AngleILi3EEEfRKNS_6VectorIXT_EEES4_@Base 0.3.11 - _ZN6WFMath5CrossERKNS_6VectorILi2EEES3_@Base 0.3.11 - _ZN6WFMath5CrossERKNS_6VectorILi3EEES3_@Base 0.3.11 - _ZN6WFMath5EqualEddd@Base 0.3.11 - _ZN6WFMath5EqualEffd@Base 0.3.11 - _ZN6WFMath5GammaEd@Base 0.3.11 - _ZN6WFMath5PointILi2EE11rotatePointERKNS_9RotMatrixILi2EEERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi2EE11setToOriginEv@Base 0.3.11 - _ZN6WFMath5PointILi2EE12moveCenterToERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi2EE12moveCornerToERKS1_i@Base 0.3.11 - _ZN6WFMath5PointILi2EE12rotateCenterERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath5PointILi2EE12rotateCenterERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath5PointILi2EE12rotateCornerERKNS_10QuaternionEi@Base 0.3.11 - _ZN6WFMath5PointILi2EE12rotateCornerERKNS_9RotMatrixILi2EEEi@Base 0.3.11 - _ZN6WFMath5PointILi2EE1xEv@Base 0.3.11 - _ZN6WFMath5PointILi2EE1yEv@Base 0.3.11 - _ZN6WFMath5PointILi2EE1zEv@Base 0.3.11 - _ZN6WFMath5PointILi2EE4ZEROEv@Base 0.3.11 - _ZN6WFMath5PointILi2EE5polarEff@Base 0.3.11 - _ZN6WFMath5PointILi2EE5shiftERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath5PointILi2EE6rotateERKNS_9RotMatrixILi2EEERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi2EE8setValidEb@Base 0.3.11 - _ZN6WFMath5PointILi2EEC1ERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath5PointILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi2EEC1Eff@Base 0.3.11 - _ZN6WFMath5PointILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath5PointILi2EEC2ERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath5PointILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi2EEC2Eff@Base 0.3.11 - _ZN6WFMath5PointILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath5PointILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi2EEixEi@Base 0.3.11 - _ZN6WFMath5PointILi3EE11rotatePointERKNS_10QuaternionERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EE11rotatePointERKNS_9RotMatrixILi3EEERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EE11setToOriginEv@Base 0.3.11 - _ZN6WFMath5PointILi3EE12moveCenterToERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EE12moveCornerToERKS1_i@Base 0.3.11 - _ZN6WFMath5PointILi3EE12rotateCenterERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath5PointILi3EE12rotateCenterERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath5PointILi3EE12rotateCornerERKNS_10QuaternionEi@Base 0.3.11 - _ZN6WFMath5PointILi3EE12rotateCornerERKNS_9RotMatrixILi3EEEi@Base 0.3.11 - _ZN6WFMath5PointILi3EE1xEv@Base 0.3.11 - _ZN6WFMath5PointILi3EE1yEv@Base 0.3.11 - _ZN6WFMath5PointILi3EE1zEv@Base 0.3.11 - _ZN6WFMath5PointILi3EE4ZEROEv@Base 0.3.11 - _ZN6WFMath5PointILi3EE5polarEfff@Base 0.3.11 - _ZN6WFMath5PointILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath5PointILi3EE6rotateERKNS_10QuaternionERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EE6rotateERKNS_9RotMatrixILi3EEERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EE8setValidEb@Base 0.3.11 - _ZN6WFMath5PointILi3EE9sphericalEfff@Base 0.3.11 - _ZN6WFMath5PointILi3EEC1ERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath5PointILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EEC1Efff@Base 0.3.11 - _ZN6WFMath5PointILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath5PointILi3EEC2ERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath5PointILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EEC2Efff@Base 0.3.11 - _ZN6WFMath5PointILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath5PointILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath5PointILi3EEixEi@Base 0.3.11 - _ZN6WFMath5UnionILi2EEENS_7AxisBoxIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMath5UnionILi3EEENS_7AxisBoxIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMath6MTRand4seedEv@Base 0.3.11 - _ZN6WFMath6MTRand8instanceE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE11orientationEv@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE11rotatePointERKNS_9RotMatrixILi2EEERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE12moveCenterToERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE12moveCornerToERKNS_5PointILi2EEEi@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE12rotateCenterERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE12rotateCornerERKNS_9RotMatrixILi2EEEi@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE4sizeEv@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE5shiftERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EE7corner0Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEC1ERKNS_5PointILi2EEERKNS_6VectorILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEC2ERKNS_5PointILi2EEERKNS_6VectorILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EED1Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EED2Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE11orientationEv@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE11rotatePointERKNS_10QuaternionERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE11rotatePointERKNS_9RotMatrixILi3EEERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE12moveCenterToERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE12moveCornerToERKNS_5PointILi3EEEi@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE12rotateCenterERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE12rotateCenterERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE12rotateCornerERKNS_10QuaternionEi@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE12rotateCornerERKNS_9RotMatrixILi3EEEi@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE4sizeEv@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EE7corner0Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEC1ERKNS_5PointILi3EEERKNS_6VectorILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEC2ERKNS_5PointILi3EEERKNS_6VectorILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EED1Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EED2Ev@Base 0.3.11 - _ZN6WFMath6RotBoxILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi1EE12sloppyMagMaxEv@Base 0.3.11 - _ZN6WFMath6VectorILi1EE16sloppyMagMaxSqrtEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE10sloppyNormEf@Base 0.3.11 - _ZN6WFMath6VectorILi2EE12sloppyMagMaxEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE16sloppyMagMaxSqrtEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE1xEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE1yEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE1zEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE4ZEROEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE4zeroEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE5polarEff@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6mirrorERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6mirrorEi@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6mirrorEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6rotateERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6rotateERKS1_S3_f@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6rotateEf@Base 0.3.11 - _ZN6WFMath6VectorILi2EE6rotateEiif@Base 0.3.11 - _ZN6WFMath6VectorILi2EE7mirrorXEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE7mirrorYEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE7mirrorZEv@Base 0.3.11 - _ZN6WFMath6VectorILi2EE8setValidEb@Base 0.3.11 - _ZN6WFMath6VectorILi2EE9normalizeEf@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC1ERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC1Eff@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC2ERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC2Eff@Base 0.3.11 - _ZN6WFMath6VectorILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath6VectorILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi2EEixEi@Base 0.3.11 - _ZN6WFMath6VectorILi3EE10sloppyNormEf@Base 0.3.11 - _ZN6WFMath6VectorILi3EE12sloppyMagMaxEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE16sloppyMagMaxSqrtEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE1xEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE1yEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE1zEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE4ZEROEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE4zeroEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE5polarEfff@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6mirrorERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6mirrorEi@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6mirrorEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6rotateERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6rotateERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6rotateERKS1_S3_f@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6rotateERKS1_f@Base 0.3.11 - _ZN6WFMath6VectorILi3EE6rotateEiif@Base 0.3.11 - _ZN6WFMath6VectorILi3EE7mirrorXEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE7mirrorYEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE7mirrorZEv@Base 0.3.11 - _ZN6WFMath6VectorILi3EE7rotateXEf@Base 0.3.11 - _ZN6WFMath6VectorILi3EE7rotateYEf@Base 0.3.11 - _ZN6WFMath6VectorILi3EE7rotateZEf@Base 0.3.11 - _ZN6WFMath6VectorILi3EE8setValidEb@Base 0.3.11 - _ZN6WFMath6VectorILi3EE9normalizeEf@Base 0.3.11 - _ZN6WFMath6VectorILi3EE9sphericalEfff@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC1ERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC1Efff@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC2ERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC2Efff@Base 0.3.11 - _ZN6WFMath6VectorILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath6VectorILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath6VectorILi3EEixEi@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EE10highCornerEv@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EE10setCornersERKNS_5PointILi2EEES5_b@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EE12moveCenterToERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EE12moveCornerToERKNS_5PointILi2EEEi@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EE5shiftERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EE9lowCornerEv@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEC1ERKNS_5PointILi2EEES5_b@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEC2ERKNS_5PointILi2EEES5_b@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath7AxisBoxILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EE10highCornerEv@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EE10setCornersERKNS_5PointILi3EEES5_b@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EE12moveCenterToERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EE12moveCornerToERKNS_5PointILi3EEEi@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EE9lowCornerEv@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEC1ERKNS_5PointILi3EEES5_b@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEC2ERKNS_5PointILi3EEES5_b@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath7AxisBoxILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath7PoissonEdj@Base 0.3.11 - _ZN6WFMath7PolygonILi2EE11rotatePointERKNS_9RotMatrixILi2EEERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi2EE5shiftERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE10moveCornerEiRKNS_5PointILi3EEEd@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE11rotatePointERKNS_10QuaternionERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE11rotatePointERKNS_9RotMatrixILi3EEERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12moveCenterToERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12moveCornerToERKNS_5PointILi3EEEi@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12removeCornerEi@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12rotateCenterERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12rotateCenterERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12rotateCornerERKNS_10QuaternionEi@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE12rotateCornerERKNS_9RotMatrixILi3EEEi@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE5clearEv@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath7PolygonILi3EE9addCornerEiRKNS_5PointILi3EEEd@Base 0.3.11 - _ZN6WFMath7PolygonILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath7PolygonILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath7PolygonILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath7PolygonILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath7PolygonILi3EED1Ev@Base 0.3.11 - _ZN6WFMath7PolygonILi3EED2Ev@Base 0.3.11 - _ZN6WFMath7PolygonILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath7ProdInvILi2EEENS_6VectorIXT_EEERKS2_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMath7ProdInvILi2EEENS_9RotMatrixIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMath7ProdInvILi3EEENS_6VectorIXT_EEERKS2_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMath7ProdInvILi3EEENS_9RotMatrixIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE11rotatePointERKNS_9RotMatrixILi2EEERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE12moveCenterToERKNS_5PointILi2EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE12moveCornerToERKNS_5PointILi2EEEi@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE12rotateCenterERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE12rotateCornerERKNS_9RotMatrixILi2EEEi@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE5shiftERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi2EE8endpointEi@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEC1ERKNS_5PointILi2EEES5_@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEC2ERKNS_5PointILi2EEES5_@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi2EED1Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi2EED2Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE11rotatePointERKNS_10QuaternionERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE11rotatePointERKNS_9RotMatrixILi3EEERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE12moveCenterToERKNS_5PointILi3EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE12moveCornerToERKNS_5PointILi3EEEi@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE12rotateCenterERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE12rotateCenterERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE12rotateCornerERKNS_9RotMatrixILi3EEEi@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE5shiftERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath7SegmentILi3EE8endpointEi@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEC1ERKNS_5PointILi3EEES5_@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEC2ERKNS_5PointILi3EEES5_@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi3EED1Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi3EED2Ev@Base 0.3.11 - _ZN6WFMath7SegmentILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_4BallIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_4BallIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_4BallIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_4BallIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_4BallIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_5PointIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_5PointIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_5PointIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_5PointIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_5PointIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_5PointIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_6RotBoxIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_6RotBoxIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_6RotBoxIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_6RotBoxIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_6RotBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7AxisBoxIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7AxisBoxIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7AxisBoxIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7AxisBoxIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7AxisBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7PolygonIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7PolygonIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7PolygonIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7PolygonIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7PolygonIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7SegmentIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7SegmentIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7SegmentIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7SegmentIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2EEEbRKNS_7SegmentIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi2ENS_4BallILi2EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2ENS_6RotBoxILi2EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2ENS_7AxisBoxILi2EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi2ENS_7SegmentILi2EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_4BallIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_4BallIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_4BallIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_4BallIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_4BallIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_5PointIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_5PointIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_5PointIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_5PointIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_5PointIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_5PointIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_6RotBoxIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_6RotBoxIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_6RotBoxIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_6RotBoxIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_6RotBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7AxisBoxIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7AxisBoxIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7AxisBoxIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7AxisBoxIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7AxisBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7PolygonIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7PolygonIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7PolygonIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7PolygonIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7PolygonIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7SegmentIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7SegmentIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7SegmentIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7SegmentIXT_EEERKNS_7PolygonIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3EEEbRKNS_7SegmentIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath8ContainsILi3ENS_4BallILi3EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3ENS_6RotBoxILi3EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3ENS_7AxisBoxILi3EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3ENS_7PolygonILi3EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8ContainsILi3ENS_7SegmentILi3EEEEEbRKT0_RKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath8GaussianEddd@Base 0.3.11 - _ZN6WFMath8LogGammaEd@Base 0.3.11 - _ZN6WFMath8MidpointILi2EEENS_5PointIXT_EEERKS2_S4_f@Base 0.3.11 - _ZN6WFMath8MidpointILi3EEENS_5PointIXT_EEERKS2_S4_f@Base 0.3.11 - _ZN6WFMath8TimeDiffC1El@Base 0.3.11 - _ZN6WFMath8TimeDiffC1Ellb@Base 0.3.11 - _ZN6WFMath8TimeDiffC2El@Base 0.3.11 - _ZN6WFMath8TimeDiffC2Ellb@Base 0.3.11 - _ZN6WFMath9FactorialEj@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_4BallIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_4BallIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_4BallIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_5PointIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_6RotBoxIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_6RotBoxIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_6RotBoxIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_6RotBoxIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_6RotBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7AxisBoxIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7AxisBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7PolygonIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7PolygonIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7PolygonIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7PolygonIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7PolygonIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7PolygonIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7SegmentIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7SegmentIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7SegmentIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi2EEEbRKNS_7SegmentIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_4BallIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_4BallIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_4BallIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_5PointIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_6RotBoxIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_6RotBoxIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_6RotBoxIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_6RotBoxIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_6RotBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7AxisBoxIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7AxisBoxIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7PolygonIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7PolygonIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7PolygonIXT_EEERKNS_6RotBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7PolygonIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7PolygonIXT_EEERKNS_7SegmentIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7PolygonIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7SegmentIXT_EEERKNS_4BallIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7SegmentIXT_EEERKNS_5PointIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7SegmentIXT_EEERKNS_7AxisBoxIXT_EEEb@Base 0.3.11 - _ZN6WFMath9IntersectILi3EEEbRKNS_7SegmentIXT_EEES4_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_4BallILi2EEENS_6RotBoxILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_4BallILi2EEENS_7PolygonILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_4BallILi2EEENS_7SegmentILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_4BallILi3EEENS_6RotBoxILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_4BallILi3EEENS_7PolygonILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_4BallILi3EEENS_7SegmentILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi2EEENS_4BallILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi2EEENS_6RotBoxILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi2EEENS_7AxisBoxILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi2EEENS_7PolygonILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - (optional)_ZN6WFMath9IntersectINS_5PointILi2EEENS_7PolygonILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi2EEENS_7SegmentILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi3EEENS_4BallILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi3EEENS_6RotBoxILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi3EEENS_7AxisBoxILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi3EEENS_7PolygonILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_5PointILi3EEENS_7SegmentILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_6RotBoxILi2EEENS_7PolygonILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_6RotBoxILi3EEENS_7PolygonILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi2EEENS_4BallILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi2EEENS_6RotBoxILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi2EEENS_7PolygonILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi2EEENS_7SegmentILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi3EEENS_4BallILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi3EEENS_6RotBoxILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi3EEENS_7PolygonILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7AxisBoxILi3EEENS_7SegmentILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7SegmentILi2EEENS_6RotBoxILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7SegmentILi2EEENS_7PolygonILi2EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7SegmentILi3EEENS_6RotBoxILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9IntersectINS_7SegmentILi3EEENS_7PolygonILi3EEEEEbRKT_RKT0_b@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE18checkNormalizationEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE6mirrorERKNS_6VectorILi2EEE@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE6mirrorEi@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE6mirrorEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE6rotateERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE7mirrorXEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE7mirrorYEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE7mirrorZEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE7setValsEPA2_Kfd@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE7setValsEPKfd@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE8_setValsEPfd@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE8identityEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE8rotationERKNS_6VectorILi2EEES5_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE8rotationERKNS_6VectorILi2EEES5_f@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE8rotationEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE8rotationEiif@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE9normalizeEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE9rotationXEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE9rotationYEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EE9rotationZEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EEC1Ev@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EEC2Ev@Base 0.3.11 - _ZN6WFMath9RotMatrixILi2EEaSERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE14fromQuaternionERKNS_10QuaternionEb@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE18checkNormalizationEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE6mirrorERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE6mirrorEi@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE6mirrorEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE6rotateERKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE6rotateERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE7mirrorXEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE7mirrorYEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE7mirrorZEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE7setValsEPA3_Kfd@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE7setValsEPKfd@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8_setValsEPfd@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8identityEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8rotationERKNS_6VectorILi3EEE@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8rotationERKNS_6VectorILi3EEES5_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8rotationERKNS_6VectorILi3EEES5_f@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8rotationERKNS_6VectorILi3EEEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8rotationEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE8rotationEiif@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE9normalizeEv@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE9rotationXEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE9rotationYEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EE9rotationZEf@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEC1ERKNS_10QuaternionEb@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEC1ERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEC1Ev@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEC2ERKNS_10QuaternionEb@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEC2ERKS1_@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEC2Ev@Base 0.3.11 - _ZN6WFMath9RotMatrixILi3EEaSERKS1_@Base 0.3.11 - _ZN6WFMath9TimeStamp10epochStartEv@Base 0.3.11 - _ZN6WFMath9TimeStamp3nowEv@Base 0.3.11 - _ZN6WFMath9TimeStampC1Ellb@Base 0.3.11 - _ZN6WFMath9TimeStampC2Ellb@Base 0.3.11 - _ZN6WFMath9_miniball5BasisILi2EE4pushERKNS0_13Wrapped_arrayILi2EEE@Base 0.3.11 - _ZN6WFMath9_miniball8MiniballILi2EE13move_to_frontESt14_List_iteratorINS0_13Wrapped_arrayILi2EEEE@Base 0.3.11 - _ZN6WFMath9_miniball8MiniballILi2EE6mtf_mbESt14_List_iteratorINS0_13Wrapped_arrayILi2EEEE@Base 0.3.11 - _ZN6WFMath9_miniball8MiniballILi2EE8pivot_mbESt14_List_iteratorINS0_13Wrapped_arrayILi2EEEE@Base 0.3.11 - _ZN6WFMathdVILi2EEERNS_6VectorIXT_EEES3_f@Base 0.3.11 - _ZN6WFMathdVILi3EEERNS_6VectorIXT_EEES3_f@Base 0.3.11 - _ZN6WFMathdvILi2EEENS_6VectorIXT_EEERKS2_f@Base 0.3.11 - _ZN6WFMathdvILi3EEENS_6VectorIXT_EEERKS2_f@Base 0.3.11 - _ZN6WFMatheqERKNS_8TimeDiffES2_@Base 0.3.11 - _ZN6WFMatheqERKNS_9TimeStampES2_@Base 0.3.11 - _ZN6WFMathlsERSoRKNS_10QuaternionE@Base 0.3.11 - _ZN6WFMathlsERSoRKNS_6MTRandE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_4BallIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_5PointIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_6RotBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_7AxisBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_7PolygonIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_7SegmentIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi2EEERSoS1_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_4BallIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_5PointIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_6RotBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_7AxisBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_7PolygonIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_7SegmentIXT_EEE@Base 0.3.11 - _ZN6WFMathlsILi3EEERSoS1_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMathltERKNS_8TimeDiffES2_@Base 0.3.11 - _ZN6WFMathltERKNS_9TimeStampES2_@Base 0.3.11 - _ZN6WFMathmIERNS_8TimeDiffERKS0_@Base 0.3.11 - _ZN6WFMathmIERNS_9TimeStampERKNS_8TimeDiffE@Base 0.3.11 - _ZN6WFMathmIILi2EEERNS_6VectorIXT_EEES3_RKS2_@Base 0.3.11 - _ZN6WFMathmIILi3EEERNS_6VectorIXT_EEES3_RKS2_@Base 0.3.11 - _ZN6WFMathmLILi2EEERNS_6VectorIXT_EEES3_f@Base 0.3.11 - _ZN6WFMathmLILi3EEERNS_6VectorIXT_EEES3_f@Base 0.3.11 - _ZN6WFMathmiERKNS_8TimeDiffES2_@Base 0.3.11 - _ZN6WFMathmiERKNS_9TimeStampERKNS_8TimeDiffE@Base 0.3.11 - _ZN6WFMathmiERKNS_9TimeStampES2_@Base 0.3.11 - _ZN6WFMathmiILi2EEENS_5PointIXT_EEERKS2_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathmiILi2EEENS_6VectorIXT_EEERKNS_5PointIXT_EEES6_@Base 0.3.11 - _ZN6WFMathmiILi2EEENS_6VectorIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMathmiILi3EEENS_5PointIXT_EEERKS2_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathmiILi3EEENS_6VectorIXT_EEERKNS_5PointIXT_EEES6_@Base 0.3.11 - _ZN6WFMathmiILi3EEENS_6VectorIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMathmlILi2EEENS_6VectorIXT_EEERKNS_9RotMatrixIXT_EEERKS2_@Base 0.3.11 - _ZN6WFMathmlILi2EEENS_6VectorIXT_EEERKS2_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMathmlILi2EEENS_6VectorIXT_EEERKS2_f@Base 0.3.11 - _ZN6WFMathmlILi2EEENS_6VectorIXT_EEEfRKS2_@Base 0.3.11 - _ZN6WFMathmlILi2EEENS_9RotMatrixIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMathmlILi3EEENS_6VectorIXT_EEERKNS_9RotMatrixIXT_EEERKS2_@Base 0.3.11 - _ZN6WFMathmlILi3EEENS_6VectorIXT_EEERKS2_RKNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMathmlILi3EEENS_6VectorIXT_EEERKS2_f@Base 0.3.11 - _ZN6WFMathmlILi3EEENS_6VectorIXT_EEEfRKS2_@Base 0.3.11 - _ZN6WFMathmlILi3EEENS_9RotMatrixIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMathngILi3EEENS_6VectorIXT_EEERKS2_@Base 0.3.11 - _ZN6WFMathpLERNS_8TimeDiffERKS0_@Base 0.3.11 - _ZN6WFMathpLERNS_9TimeStampERKNS_8TimeDiffE@Base 0.3.11 - _ZN6WFMathpLILi2EEERNS_5PointIXT_EEES3_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathpLILi2EEERNS_6VectorIXT_EEES3_RKS2_@Base 0.3.11 - _ZN6WFMathpLILi3EEERNS_5PointIXT_EEES3_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathpLILi3EEERNS_6VectorIXT_EEES3_RKS2_@Base 0.3.11 - _ZN6WFMathplERKNS_8TimeDiffES2_@Base 0.3.11 - _ZN6WFMathplERKNS_9TimeStampERKNS_8TimeDiffE@Base 0.3.11 - _ZN6WFMathplILi2EEENS_5PointIXT_EEERKNS_6VectorIXT_EEERKS2_@Base 0.3.11 - _ZN6WFMathplILi2EEENS_5PointIXT_EEERKS2_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathplILi2EEENS_6VectorIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMathplILi3EEENS_5PointIXT_EEERKNS_6VectorIXT_EEERKS2_@Base 0.3.11 - _ZN6WFMathplILi3EEENS_5PointIXT_EEERKS2_RKNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathplILi3EEENS_6VectorIXT_EEERKS2_S4_@Base 0.3.11 - _ZN6WFMathrsERSiRNS_10QuaternionE@Base 0.3.11 - _ZN6WFMathrsERSiRNS_6MTRandE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_4BallIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_5PointIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_6RotBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_7AxisBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_7PolygonIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_7SegmentIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi2EEERSiS1_RNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_4BallIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_5PointIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_6RotBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_6VectorIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_7AxisBoxIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_7PolygonIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_7SegmentIXT_EEE@Base 0.3.11 - _ZN6WFMathrsILi3EEERSiS1_RNS_9RotMatrixIXT_EEE@Base 0.3.11 - _ZNK6WFMath10Quaternion7inverseEv@Base 0.3.11 - _ZNK6WFMath10Quaternion9isEqualToERKS0_d@Base 0.3.11 - _ZNK6WFMath12_Poly2OrientILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE13toLocalCoordsERKNS_6RotBoxILi3EEE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE13toLocalCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE14checkIntersectERKNS_7AxisBoxILi3EEERNS_5PointILi2EEEb@Base 0.3.11 - _ZNK6WFMath12_Poly2OrientILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE14toParentCoordsERKNS_6RotBoxILi3EEE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE14toParentCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.12 - _ZNK6WFMath12_Poly2OrientILi3EE19checkIntersectPlaneERKNS_7AxisBoxILi3EEERNS_5PointILi2EEEb@Base 0.3.11 - _ZNK6WFMath12_Poly2OrientILi3EE7convertERKNS_5PointILi2EEE@Base 0.3.11 - _ZNK6WFMath14_Poly2Reorient8reorientERNS_7PolygonILi2EEEi@Base 0.3.11 - _ZNK6WFMath4BallILi2EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE13toLocalCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath4BallILi2EE13toLocalCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath4BallILi2EE13toLocalCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath4BallILi2EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE14toParentCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath4BallILi2EE14toParentCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath4BallILi2EE14toParentCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath4BallILi2EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE6centerEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE6radiusEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath4BallILi2EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath4BallILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath4BallILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath4BallILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath4BallILi3EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE13toLocalCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE13toLocalCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE14toParentCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE14toParentCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath4BallILi3EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE6centerEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE6radiusEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath4BallILi3EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath4BallILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath4BallILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath4BallILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath5PointILi2EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE13toLocalCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath5PointILi2EE13toLocalCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath5PointILi2EE13toLocalCoordsERKS1_RKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath5PointILi2EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE14toParentCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath5PointILi2EE14toParentCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath5PointILi2EE14toParentCoordsERKS1_RKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath5PointILi2EE1xEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE1yEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE1zEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE7asPolarERfS2_@Base 0.3.11 - _ZNK6WFMath5PointILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE8elementsEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath5PointILi2EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath5PointILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath5PointILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath5PointILi2EEixEi@Base 0.3.11 - _ZNK6WFMath5PointILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath5PointILi3EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE11asSphericalERfS2_S2_@Base 0.3.11 - _ZNK6WFMath5PointILi3EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE13toLocalCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE13toLocalCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE13toLocalCoordsERKS1_RKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE13toLocalCoordsERKS1_RKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE14toParentCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE14toParentCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE14toParentCoordsERKS1_RKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE14toParentCoordsERKS1_RKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath5PointILi3EE1xEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE1yEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE1zEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE7asPolarERfS2_S2_@Base 0.3.11 - _ZNK6WFMath5PointILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE8elementsEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath5PointILi3EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath5PointILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath5PointILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath5PointILi3EEixEi@Base 0.3.11 - _ZNK6WFMath5PointILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE11orientationEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE13toLocalCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE13toLocalCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE13toLocalCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE14toParentCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE14toParentCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE14toParentCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE4sizeEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE7corner0Ev@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE11orientationEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE13toLocalCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE13toLocalCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE14toParentCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE14toParentCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE4sizeEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE7corner0Ev@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath6RotBoxILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath6VectorILi1EE9sloppyMagEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE13_scaleEpsilonERKS1_d@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE1xEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE1yEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE1zEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE3magEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE6sqrMagEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE7asPolarERfS2_@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE8elementsEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath6VectorILi2EE9sloppyMagEv@Base 0.3.11 - _ZNK6WFMath6VectorILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath6VectorILi2EEixEi@Base 0.3.11 - _ZNK6WFMath6VectorILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE11asSphericalERfS2_S2_@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE13_scaleEpsilonERKS1_d@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE1xEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE1yEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE1zEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE3magEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE6sqrMagEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE7asPolarERfS2_S2_@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE8elementsEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath6VectorILi3EE9sloppyMagEv@Base 0.3.11 - _ZNK6WFMath6VectorILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath6VectorILi3EEixEi@Base 0.3.11 - _ZNK6WFMath6VectorILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE10highCornerEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE10lowerBoundEi@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE10upperBoundEi@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE13toLocalCoordsERKNS_5PointILi2EEE@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE13toLocalCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE14toParentCoordsERKNS_5PointILi2EEE@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE14toParentCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EE9lowCornerEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE10highCornerEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE10lowerBoundEi@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE10upperBoundEi@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE13toLocalCoordsERKNS_5PointILi3EEE@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE13toLocalCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE14toParentCoordsERKNS_5PointILi3EEE@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE14toParentCoordsERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EE9lowCornerEv@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath7AxisBoxILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE13toLocalCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE13toLocalCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE13toLocalCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE14toParentCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE14toParentCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE14toParentCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE13toLocalCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE13toLocalCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE14toParentCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE14toParentCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath7PolygonILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE13toLocalCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE13toLocalCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE13toLocalCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE14toParentCoordsERKNS_5PointILi2EEERKNS_9RotMatrixILi2EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE14toParentCoordsERKNS_6RotBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE14toParentCoordsERKNS_7AxisBoxILi2EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE8endpointEi@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath7SegmentILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE10numCornersEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE11boundingBoxEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE13toLocalCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE13toLocalCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE13toLocalCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE14boundingSphereEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_10QuaternionE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE14toParentCoordsERKNS_5PointILi3EEERKNS_9RotMatrixILi3EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE14toParentCoordsERKNS_6RotBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE14toParentCoordsERKNS_7AxisBoxILi3EEE@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE20boundingSphereSloppyEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE8endpointEi@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE9getCenterEv@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE9getCornerEi@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath7SegmentILi3EEneERKS1_@Base 0.3.11 - _ZNK6WFMath8TimeDiff12millisecondsEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE11determinantEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE3ageEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE3rowEi@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE4elemEii@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE5traceEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE6columnEi@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE6parityEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE7inverseEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE7isValidEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi2EEneERKS1_@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE11determinantEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE3ageEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE3rowEi@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE4elemEii@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE5traceEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE6columnEi@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE6parityEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE7inverseEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE7isValidEv@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EE9isEqualToERKS1_d@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EEeqERKS1_@Base 0.3.11 - _ZNK6WFMath9RotMatrixILi3EEneERKS1_@Base 0.3.11 - (optional=inline)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 0.3.12 - _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 0.3.11 - _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 0.3.11 - _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 0.3.11 - _ZNSt6vectorIN6WFMath5PointILi2EEESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 0.3.11 - (regex)_ZNSt6vectorIN6WFMath5PointILi2EEESaIS2_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE[mj]RKS2_@Base 0.3.11 - _ZNSt6vectorIN6WFMath5PointILi2EEESaIS2_EEaSERKS4_@Base 0.3.11 - _ZNSt6vectorIfSaIfEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPfS1_EERKf@Base 0.3.11 - (regex)_ZNSt6vectorIfSaIfEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPfS1_EE[mj]RKf@Base 0.3.11 - _ZNSt6vectorIfSaIfEE6insertEN9__gnu_cxx17__normal_iteratorIPfS1_EERKf@Base 0.3.11 - _ZTIN6WFMath10ParseErrorE@Base 0.3.11 - _ZTIN6WFMath15ColinearVectorsILi2EEE@Base 0.3.11 - _ZTIN6WFMath15ColinearVectorsILi3EEE@Base 0.3.11 - _ZTSN6WFMath10ParseErrorE@Base 0.3.11 - _ZTSN6WFMath15ColinearVectorsILi2EEE@Base 0.3.11 - _ZTSN6WFMath15ColinearVectorsILi3EEE@Base 0.3.11 - _ZTTN6WFMath10ParseErrorE@Base 0.3.11 - _ZTTN6WFMath15ColinearVectorsILi2EEE@Base 0.3.11 - _ZTTN6WFMath15ColinearVectorsILi3EEE@Base 0.3.11 - _ZTVN6WFMath10ParseErrorE@Base 0.3.11 - _ZTVN6WFMath15ColinearVectorsILi2EEE@Base 0.3.11 - _ZTVN6WFMath15ColinearVectorsILi3EEE@Base 0.3.11 - (c++)"virtual thunk to WFMath::ParseError::~ParseError()@Base" 0.3.11 - (c++)"virtual thunk to WFMath::ColinearVectors<2>::~ColinearVectors()@Base" 0.3.11 - (c++)"virtual thunk to WFMath::ColinearVectors<3>::~ColinearVectors()@Base" 0.3.11 - _ZZN6WFMath5PointILi2EE4ZEROEvE9zeroPoint@Base 0.3.11 - _ZZN6WFMath5PointILi3EE4ZEROEvE9zeroPoint@Base 0.3.11 - _ZZN6WFMath6VectorILi2EE4ZEROEvE10zeroVector@Base 0.3.11 - _ZZN6WFMath6VectorILi3EE4ZEROEvE10zeroVector@Base 0.3.11 diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-0.3-dev.install wfmath/debian/libwfmath-0.3-dev.install --- tmp/wfmath-0.3.12/debian/libwfmath-0.3-dev.install 2012-01-29 19:56:43.000000000 +0100 +++ wfmath/debian/libwfmath-0.3-dev.install 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -usr/include/wfmath-0.3/wfmath/* -usr/lib/*/libwfmath-0.3.so -usr/lib/*/pkgconfig/wfmath-0.3.pc diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-1.0-1.install wfmath/debian/libwfmath-1.0-1.install --- tmp/wfmath-0.3.12/debian/libwfmath-1.0-1.install 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/libwfmath-1.0-1.install 2014-08-09 09:06:40.653514525 +0200 @@ -0,0 +1,2 @@ +usr/lib/*/libwfmath-1.0.so.1 +usr/lib/*/libwfmath-1.0.so.1.0.0 diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-1.0-1.lintian-overrides wfmath/debian/libwfmath-1.0-1.lintian-overrides --- tmp/wfmath-0.3.12/debian/libwfmath-1.0-1.lintian-overrides 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/libwfmath-1.0-1.lintian-overrides 2014-08-09 10:49:33.438610140 +0200 @@ -0,0 +1,3 @@ +# False positive due to fortified calls (memmove, memcpy, fread) being fully +# validated at compile time. +libwfmath-1.0-1: hardening-no-fortify-functions diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-1.0-dev.docs wfmath/debian/libwfmath-1.0-dev.docs --- tmp/wfmath-0.3.12/debian/libwfmath-1.0-dev.docs 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/libwfmath-1.0-dev.docs 2014-08-09 09:06:40.653514525 +0200 @@ -0,0 +1,2 @@ +README +TODO diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-1.0-dev.install wfmath/debian/libwfmath-1.0-dev.install --- tmp/wfmath-0.3.12/debian/libwfmath-1.0-dev.install 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/libwfmath-1.0-dev.install 2014-08-09 09:06:40.653514525 +0200 @@ -0,0 +1,3 @@ +usr/include/wfmath-1.0/wfmath/* +usr/lib/*/libwfmath-1.0.so +usr/lib/*/pkgconfig/wfmath-1.0.pc diff -Naur tmp/wfmath-0.3.12/debian/libwfmath-doc.lintian-overrides wfmath/debian/libwfmath-doc.lintian-overrides --- tmp/wfmath-0.3.12/debian/libwfmath-doc.lintian-overrides 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/libwfmath-doc.lintian-overrides 2014-08-09 09:06:40.653514525 +0200 @@ -0,0 +1,2 @@ +# generated by doxygen +duplicate-files usr/share/doc/libwfmath-doc/html/*.png diff -Naur tmp/wfmath-0.3.12/debian/patches/0001-float-comparisons.patch wfmath/debian/patches/0001-float-comparisons.patch --- tmp/wfmath-0.3.12/debian/patches/0001-float-comparisons.patch 2012-06-01 10:08:14.000000000 +0200 +++ wfmath/debian/patches/0001-float-comparisons.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -Description: fix float comparisons that cause FTBFS on some architectures -Author: Stephen M. Webb <stephen.w...@bregmasoft.ca> - ---- a/wfmath/intersect_decls.h -+++ b/wfmath/intersect_decls.h -@@ -34,7 +34,7 @@ - - inline bool _Less(CoordType x1, CoordType x2, bool proper) - { -- return !proper ? x1 < x2 : x1 <= x2; -+ return proper ? x1 <= x2 : (x2 - x1) > WFMATH_EPSILON; - } - - inline bool _LessEq(CoordType x1, CoordType x2, bool proper) -@@ -44,7 +44,7 @@ - - inline bool _Greater(CoordType x1, CoordType x2, bool proper) - { -- return !proper ? x1 > x2 : x1 >= x2; -+ return proper ? x1 >= x2 : (x1 - x2) > WFMATH_EPSILON; - } - - inline bool _GreaterEq(CoordType x1, CoordType x2, bool proper) diff -Naur tmp/wfmath-0.3.12/debian/patches/0002-replace-mersenne-twister.patch wfmath/debian/patches/0002-replace-mersenne-twister.patch --- tmp/wfmath-0.3.12/debian/patches/0002-replace-mersenne-twister.patch 1970-01-01 01:00:00.000000000 +0100 +++ wfmath/debian/patches/0002-replace-mersenne-twister.patch 2014-08-09 16:20:21.907070160 +0200 @@ -0,0 +1,523 @@ +Description: replace the Wagner MersenneTwister.h file with a custom one + There was a lack of complete clarity regarding whether a comment appearing in + this file constituted distribution license restrictions or not. Replacing the + file entirely eliminates the ambiguity. +Comment: The original upstream of the algorithm, has in the meantime removed the + request to email in the code and re-licensed under a BSD license. See + http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html +Author: Stephen M. Webb <stephen.w...@bregmasoft.ca> + +--- /dev/null ++++ b/wfmath/MersenneTwister.h +@@ -0,0 +1,140 @@ ++// MersenneTwister.h ++// ++// The WorldForge Project ++// Copyright (C) 2013 The WorldForge Project ++// ++// This program is free software; you can redistribute it and/or modify ++// it under the terms of the GNU General Public License as published by ++// the Free Software Foundation; either version 2 of the License, or ++// (at your option) any later version. ++// ++// This program is distributed in the hope that it will be useful, ++// but WITHOUT ANY WARRANTY; without even the implied warranty of ++// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++// GNU General Public License for more details. ++// ++// You should have received a copy of the GNU General Public License along ++// with this program; if not, write to the Free Software Foundation, Inc., ++// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++// ++// For information about WorldForge and its authors, please contact ++// the Worldforge Web Site at http://www.worldforge.org. ++// ++#ifndef WFMATH_MERSENNE_TWISTER_H_ ++#define WFMATH_MERSENNE_TWISTER_H_ ++ ++#include <iosfwd> ++#include <climits> ++#include <cmath> ++#include <stdint.h> ++ ++namespace WFMath { ++ ++class MTRand { ++public: ++ typedef uint32_t uint32; ++ ++ static const uint32 state_size = 624; ++ ++public: ++ MTRand(); ++ MTRand(uint32 oneSeed); ++ MTRand(uint32* const bigSeed, uint32 const seedLength = state_size); ++ ++ // real-valued random numbers on [0, 1] or [0, n] ++ template<typename FloatT> ++ FloatT rand(); ++ double rand(); ++ double rand(const double& n); ++ ++ // integer-valued random numbers on [0, 2^32-1] or [0, n] ++ uint32 randInt(); ++ uint32 randInt(uint32 n); ++ ++ void seed(); ++ void seed(uint32 oneSeed); ++ void seed(uint32* const init_vector, uint32 init_vector_length = state_size); ++ ++ std::ostream& save(std::ostream&) const; ++ std::istream& load(std::istream&); ++ ++ static MTRand instance; ++ ++private: ++ uint32 state[state_size]; ++ uint32 index; ++}; ++ ++ ++inline MTRand::MTRand(uint32 s) ++: index(0) ++{ seed(s); } ++ ++inline MTRand::MTRand(uint32* const bigSeed, const uint32 seedLength) ++: index(0) ++{ seed(bigSeed, seedLength); } ++ ++inline MTRand::MTRand() ++: index(0) ++{ seed(); } ++ ++template<> ++inline float MTRand::rand<float>() ++{ return float(randInt()) * (1.0f/4294967295.0f); } ++ ++template<> ++inline double MTRand::rand<double>() ++{ return double(randInt()) * (1.0/4294967295.0); } ++ ++inline double MTRand::rand() ++{ return double(randInt()) * (1.0/4294967295.0); } ++ ++inline double MTRand::rand( const double& n ) ++{ return rand() * n; } ++ ++ ++inline MTRand::uint32 MTRand::randInt(uint32 n) ++{ ++ uint32 used = n; ++ used |= used >> 1; ++ used |= used >> 2; ++ used |= used >> 4; ++ used |= used >> 8; ++ used |= used >> 16; ++ ++ uint32 i; ++ do ++ i = randInt() & used; ++ while( i > n ); ++ return i; ++} ++ ++ ++#if 0 ++inline void MTRand::save(uint32* saveArray) const ++{ ++ register uint32 *sa = saveArray; ++ register const uint32 *s = state; ++ register int i = state_size; ++ for( ; i--; *sa++ = *s++ ) {} ++ *sa = left; ++} ++ ++ ++inline void MTRand::load(uint32 *const loadArray) ++{ ++ register uint32 *s = state; ++ register uint32 *la = loadArray; ++ register int i = state_size; ++ for( ; i--; *s++ = *la++ ) {} ++ left = *la; ++ pNext = &state[state_size-left]; ++} ++#endif ++ ++std::ostream& operator<<(std::ostream& os, MTRand const& mtrand); ++std::istream& operator>>(std::istream& is, MTRand& mtrand); ++ ++} // namespace ++ ++#endif // WFMATH_MERSENNE_TWISTER_H_ +--- a/wfmath/randgen.cpp ++++ b/wfmath/randgen.cpp +@@ -1,7 +1,7 @@ + // randgen.cpp (time and random number implementation) + // + // The WorldForge Project +-// Copyright (C) 2002 The WorldForge Project ++// Copyright (C) 2002, 2013 The WorldForge Project + // + // This program is free software; you can redistribute it and/or modify + // it under the terms of the GNU General Public License as published by +@@ -19,75 +19,205 @@ + // + // For information about WorldForge and its authors, please contact + // the Worldforge Web Site at http://www.worldforge.org. ++// ++// Portions of the code in this file were copied and modified from ++// http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c ++// ++// Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, ++// All rights reserved. ++// ++// Redistribution and use in source and binary forms, with or without ++// modification, are permitted provided that the following conditions ++// are met: ++// ++// 1. Redistributions of source code must retain the above copyright ++// notice, this list of conditions and the following disclaimer. ++// ++// 2. Redistributions in binary form must reproduce the above copyright ++// notice, this list of conditions and the following disclaimer in the ++// documentation and/or other materials provided with the distribution. ++// ++// 3. The names of its contributors may not be used to endorse or promote ++// products derived from this software without specific prior written ++// permission. ++// ++// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ++// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ++// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ++// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR ++// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ++// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, ++// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR ++// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF ++// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ++// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ++// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++// + +-// Author: Ron Steinke ++// Original Author: Ron Steinke + // Created: 2002-5-23 + + #include "randgen.h" + #include "timestamp.h" + #include <ctime> + #include <cstdio> ++#include <istream> ++#include <ostream> + + #ifdef HAVE_CONFIG_H +- #include "config.h" ++ #include "config.h" + #endif + + namespace WFMath { + +-const MTRand::uint32 MTRand::N; +-const MTRand::uint32 MTRand::SAVE; ++const MTRand::uint32 MTRand::state_size; + + MTRand MTRand::instance; + ++static const MTRand::uint32 period = 397; ++static const MTRand::uint32 MATRIX_A = 0x9908b0df; ++static const MTRand::uint32 UPPER_MASK = 0x80000000; ++static const MTRand::uint32 LOWER_MASK = 0x7fffffff; ++ ++ + static MTRand::uint32 hash( time_t t, clock_t c ) + { +- // Get a uint32 from t and c +- // Better than uint32(x) in case x is floating point in [0,1] +- // Based on code by Lawrence Kirby (f...@genesis.demon.co.uk) +- +- typedef MTRand::uint32 uint32; +- +- // guarantee time-based seeds will change +- static uint32 differ = 0; +- +- uint32 h1 = 0; +- unsigned char *p = (unsigned char *) &t; +- for( size_t i = 0; i < sizeof(t); ++i ) +- { +- h1 *= UCHAR_MAX + 2U; +- h1 += p[i]; +- } +- uint32 h2 = 0; +- p = (unsigned char *) &c; +- for( size_t j = 0; j < sizeof(c); ++j ) +- { +- h2 *= UCHAR_MAX + 2U; +- h2 += p[j]; +- } +- return ( h1 + differ++ ) ^ h2; ++ // Get a uint32 from t and c ++ // Better than uint32(x) in case x is floating point in [0,1] ++ // Based on code by Lawrence Kirby (f...@genesis.demon.co.uk) ++ ++ typedef MTRand::uint32 uint32; ++ ++ // guarantee time-based seeds will change ++ static uint32 differ = 0; ++ ++ uint32 h1 = 0; ++ unsigned char *p = (unsigned char *) &t; ++ for( size_t i = 0; i < sizeof(t); ++i ) ++ { ++ h1 *= UCHAR_MAX + 2U; ++ h1 += p[i]; ++ } ++ uint32 h2 = 0; ++ p = (unsigned char *) &c; ++ for( size_t j = 0; j < sizeof(c); ++j ) ++ { ++ h2 *= UCHAR_MAX + 2U; ++ h2 += p[j]; ++ } ++ return ( h1 + differ++ ) ^ h2; + } + ++ + void MTRand::seed() + { +- // Seed the generator with an array from /dev/urandom if available +- // Otherwise use a hash of time() and clock() values +- +- // First try getting an array from /dev/urandom +- FILE* urandom = fopen( "/dev/urandom", "rb" ); +- if( urandom ) +- { +- uint32 bigSeed[N]; +- register uint32 *s = bigSeed; +- register int i = N; +- register bool success = true; +- while( success && i-- ) +- success = fread( s++, sizeof(uint32), 1, urandom ); +- fclose(urandom); +- if( success ) { seed( bigSeed, N ); return; } +- } +- +- // Was not successful, so use time() and clock() instead +- seed( hash( time(NULL), clock() ) ); ++ // First try getting an array from /dev/urandom ++ FILE* urandom = fopen( "/dev/urandom", "rb" ); ++ if( urandom ) ++ { ++ uint32 init_vector[state_size]; ++ register uint32 *s = init_vector; ++ register int i = state_size; ++ register bool success = true; ++ while( success && i-- ) ++ success = fread( s++, sizeof(uint32), 1, urandom ); ++ fclose(urandom); ++ if( success ) { seed( init_vector, state_size ); return; } ++ } ++ ++ // Was not successful, so use time() and clock() instead ++ seed( hash( time(NULL), clock() ) ); ++} ++ ++ ++void MTRand::seed(uint32 s) ++{ ++ state[0] = s; ++ for (index = 1; index < state_size; ++index) ++ { ++ state[index] = (1812433253UL * (state[index-1] ^ (state[index-1] >> 30)) + index); ++ } ++} ++ ++ ++void MTRand::seed(uint32* const init_vector, const uint32 init_vector_length) ++{ ++ seed(19650218UL); ++ uint32 i = 1; ++ uint32 j = 0; ++ uint32 k = (state_size > init_vector_length ? state_size : init_vector_length); ++ for( ; k; --k ) ++ { ++ state[i] ^= ((state[i-1] ^ (state[i-1] >> 30)) * 1664525UL); ++ state[i] += (init_vector[j] & 0xffffffffUL) + j; ++ ++i; ++j; ++ if (i >= state_size) { state[0] = state[state_size-1]; i = 1; } ++ if (j >= init_vector_length) j = 0; ++ } ++ for (k = state_size - 1; k; --k) ++ { ++ state[i] ^= ((state[i-1] ^ (state[i-1] >> 30)) * 1566083941UL); ++ state[i] -= i; ++ ++i; ++ if (i >= state_size) { state[0] = state[state_size-1]; i = 1; } ++ } ++ state[0] = 0x80000000UL; // MSB is 1, assuring non-zero initial array ++} ++ ++ ++MTRand::uint32 MTRand::randInt() ++{ ++ uint32 y; ++ static unsigned long mag01[2]={0x0UL, MATRIX_A}; ++ ++ /* generate state_size words at one time */ ++ if (index >= state_size) ++ { ++ uint32 kk; ++ for (kk=0; kk < state_size - period; kk++) ++ { ++ y = (state[kk]&UPPER_MASK) | (state[kk+1]&LOWER_MASK); ++ state[kk] = state[kk + period] ^ (y >> 1) ^ mag01[y & 0x01]; ++ } ++ for (; kk < state_size-1; kk++) ++ { ++ y = (state[kk]&UPPER_MASK) | (state[kk+1]&LOWER_MASK); ++ state[kk] = state[kk+(period - state_size)] ^ (y >> 1) ^ mag01[y & 0x01]; ++ } ++ y = (state[state_size-1]&UPPER_MASK) | (state[0]&LOWER_MASK); ++ state[state_size-1] = state[period-1] ^ (y >> 1) ^ mag01[y & 0x1UL]; ++ ++ index = 0; ++ } ++ ++ y = state[index++]; ++ ++ /* Tempering */ ++ y ^= (y >> 11); ++ y ^= (y << 7) & 0x9d2c5680UL; ++ y ^= (y << 15) & 0xefc60000UL; ++ y ^= (y >> 18); ++ ++ return y; ++} ++ ++ ++std::ostream& MTRand::save(std::ostream& ostr) const ++{ ++ for (uint32 i = 0; i < state_size; ++i) ++ { ++ ostr << state[i] << '\t'; ++ } ++ return ostr << index; ++} ++ ++ ++std::istream& MTRand::load(std::istream& istr) ++{ ++ for (uint32 i = 0; i < state_size; ++i) ++ istr >> state[i]; ++ istr >> index; ++ return istr; + } + + } +--- a/wfmath/randgen_test.cpp ++++ b/wfmath/randgen_test.cpp +@@ -23,8 +23,10 @@ + // Author: Alistair Riddoch + // Created: 2011-2-14 + ++#include <assert.h> + #include "randgen.h" + #include <cstdio> ++#include <iostream> + + #ifdef HAVE_CONFIG_H + #include "config.h" +@@ -32,7 +34,40 @@ + + using WFMath::MTRand; + +-int main() ++bool test_known_sequence() ++{ ++ static WFMath::MTRand::uint32 expected_results[] = { ++ 2221777491u, ++ 2873750246u, ++ 4067173416u, ++ 794519497u, ++ 3287624630u, ++ 3357287912u, ++ 1212880927u, ++ 2464917741u, ++ 949382604u, ++ 1898004827u ++ }; ++ WFMath::MTRand rng; ++ bool result = true; ++ ++ rng.seed(23); ++ ++ for (int i = 0; i < 10; ++i) ++ { ++ WFMath::MTRand::uint32 rnd = rng.randInt(); ++ if (rnd != expected_results[i]) ++ { ++ std::cerr << "Mismatch between MTRand and known result sequuence\n" ++ << rnd << " != " << expected_results[i] << std::endl; ++ result = false; ++ } ++ assert(rnd == expected_results[i]); ++ } ++ return result; ++} ++ ++bool test_generator_instances() + { + MTRand one(23); + +@@ -41,13 +76,14 @@ + + MTRand two(23); + +- printf("%.16f %.16f\n", two.randf(), two.randf()); +- float twores = two.randf(); ++ printf("%.16f %.16f\n", two.rand<float>(), two.rand<float>()); ++ float twores = two.rand<float>(); + +- MTRand thr(23); +- +- printf("%.16f %.16f\n", thr.rand<float>(), thr.rand<float>()); +- float thrres = thr.rand<float>(); ++ printf("%.16f %.16f\n", oneres, twores); ++ return oneres == twores; ++} + +- printf("%.16f %.16f %.16f\n", oneres, twores, thrres); ++int main() ++{ ++ return !(test_known_sequence() && test_generator_instances()); + } +--- a/wfmath/stream.cpp ++++ b/wfmath/stream.cpp +@@ -237,23 +237,15 @@ + return is; + } + +-std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ) ++std::ostream& operator<<(std::ostream& os, MTRand const& mtrand) + { +- register const MTRand::uint32 *s = mtrand.state; +- register int i = MTRand::N; +- for( ; i--; os << *s++ << "\t" ) {} +- return os << mtrand.left; ++ return mtrand.save(os); + } + + +-std::istream& operator>>( std::istream& is, MTRand& mtrand ) ++std::istream& operator>>(std::istream& is, MTRand& mtrand) + { +- register MTRand::uint32 *s = mtrand.state; +- register int i = MTRand::N; +- for( ; i--; is >> *s++ ) {} +- is >> mtrand.left; +- mtrand.pNext = &mtrand.state[MTRand::N-mtrand.left]; +- return is; ++ return mtrand.load(is); + } + + } // namespace WFMath diff -Naur tmp/wfmath-0.3.12/debian/patches/series wfmath/debian/patches/series --- tmp/wfmath-0.3.12/debian/patches/series 2012-06-01 10:08:14.000000000 +0200 +++ wfmath/debian/patches/series 2014-08-09 13:07:04.162173794 +0200 @@ -1 +1 @@ -0001-float-comparisons.patch +0002-replace-mersenne-twister.patch diff -Naur tmp/wfmath-0.3.12/debian/rules wfmath/debian/rules --- tmp/wfmath-0.3.12/debian/rules 2012-01-29 19:56:43.000000000 +0100 +++ wfmath/debian/rules 2014-08-10 17:30:23.053254624 +0200 @@ -1,8 +1,16 @@ #!/usr/bin/make -f +export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility-inlines-hidden + %: dh $@ --parallel --with autoreconf + +override_dh_autoreconf: + dh_autoreconf ./autogen.sh + +override_dh_auto_configure: + dh_auto_configure -- --disable-silent-rules override_dh_install: dh_install --fail-missing -X.la -X.a @@ -20,6 +28,3 @@ done dh_strip -s --remaining-packages -override_dh_builddeb: - dh_builddeb -- -Zxz - diff -Naur tmp/wfmath-0.3.12/debian/watch wfmath/debian/watch --- tmp/wfmath-0.3.12/debian/watch 2012-01-27 20:29:55.000000000 +0100 +++ wfmath/debian/watch 2014-08-09 09:06:40.653514525 +0200 @@ -1,2 +1,3 @@ version=3 -http://sf.net/worldforge/wfmath-(.*)\.tar\.gz debian uupdate +opts=dversionmangle=s/\+(dfsg)\d*$// \ + http://sf.net/worldforge/wfmath-(.*)\.tar\.gz debian
signature.asc
Description: This is a digitally signed message part