Revision: 53776
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53776&view=rev
Author:   r_weiss
Date:     2012-11-19 23:20:59 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
Updated "bn.h" adding function "bn_distsq_pt3_lseg3_v2" which is a test version 
of "bn_distsq_pt3_lseg3". At some point this test function and the original 
will be consolidated.

Modified Paths:
--------------
    brlcad/trunk/include/bn.h

Modified: brlcad/trunk/include/bn.h
===================================================================
--- brlcad/trunk/include/bn.h   2012-11-19 23:18:06 UTC (rev 53775)
+++ brlcad/trunk/include/bn.h   2012-11-19 23:20:59 UTC (rev 53776)
@@ -841,6 +841,11 @@
                                       const point_t b,
                                       const point_t p,
                                       const struct bn_tol *tol);
+BN_EXPORT extern int bn_distsq_pt3_lseg3_v2(fastf_t *distsq,
+                                           const fastf_t *a,
+                                           const fastf_t *b,
+                                           const fastf_t *p,
+                                           const struct bn_tol *tol);
 BN_EXPORT extern int bn_3pts_collinear(point_t a,
                                       point_t b,
                                       point_t c,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to