Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2970363B883 for ; Tue, 14 Dec 2010 09:52:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F100A19D536; Tue, 14 Dec 2010 09:52:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C61A019D4CB for ; Tue, 14 Dec 2010 09:52:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B87EC175DD; Tue, 14 Dec 2010 09:52:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 14 Dec 2010 09:52:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/ilmbase To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20101214095251.B87EC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Dec 14 09:52:51 UTC 2010 Modified Files: pkgsrc/graphics/ilmbase: Makefile distinfo Added Files: pkgsrc/graphics/ilmbase/patches: patch-ab Log Message: Changes 1.0.2: * Added explicit copy constructors to Imath::Matrix33 and ImathMatrix44 to make conversions between float and double matrices more convenient. * Added slerpShortestArc() and euclideanInnerProduct() functions to Imath::Quat. * Added 4D vector class template Imath::Vec4. * Copy constructors and assignment operators for Matrix33 and Matrix44 are up to 25% faster. Added matrix constructors that do not initialize the matrix (this is faster in cases where the initial value of the matrix is immediately overwritten anyway). * Rewrote function closestPointOnBox(point,box). Shortened the code, improved numerical accuracy, fixed a bug where closestPointOnBox(box.center(),box) would return the center of the +Z side of the box, even if the +/-X or +/-Y sides were closer. * Rewrote function findEntryAndExitPoints() in ImathBoxAlgo.h. Results are now consistent with those from intersect(), also in ImathBoxAlgo.h. * Made Vec2::length() and Vec3::length() more accurate for vectors whose length is less than sqrt(limits::smallest()); * Made Quat::angle() more accurate for small angles. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/ilmbase/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/ilmbase/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/ilmbase/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.