Revision: 50713
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50713&view=rev
Author:   brlcad
Date:     2012-05-27 13:23:10 +0000 (Sun, 27 May 2012)
Log Message:
-----------
apply the patch file from crdueck's sf patch 3528940 (ell_centroid) that 
documents the ell parameters.

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

Modified: brlcad/trunk/include/rtgeom.h
===================================================================
--- brlcad/trunk/include/rtgeom.h       2012-05-27 01:10:30 UTC (rev 50712)
+++ brlcad/trunk/include/rtgeom.h       2012-05-27 13:23:10 UTC (rev 50713)
@@ -83,10 +83,10 @@
  */
 struct rt_ell_internal  {
     uint32_t magic;
-    point_t    v;
-    vect_t     a;
-    vect_t     b;
-    vect_t     c;
+    point_t    v;      /**< @brief center point */
+    vect_t     a;      /**< @brief axis a radial length */
+    vect_t     b;      /**< @brief axis b radial length */
+    vect_t     c;      /**< @brief axis c radial length */
 };
 #define RT_ELL_CK_MAGIC(_p)    BU_CKMAG(_p, RT_ELL_INTERNAL_MAGIC, 
"rt_ell_internal")
 

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to