Revision: 56155
          http://sourceforge.net/p/brlcad/code/56155
Author:   brlcad
Date:     2013-07-20 04:30:16 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
apply sf patch #204 (Current work on rtgeom.h) from gsoc student issac which 
begins to implement support for a new 'hrt' heart shape primitive

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

Modified: brlcad/trunk/include/rtgeom.h
===================================================================
--- brlcad/trunk/include/rtgeom.h       2013-07-20 03:10:41 UTC (rev 56154)
+++ brlcad/trunk/include/rtgeom.h       2013-07-20 04:30:16 UTC (rev 56155)
@@ -806,6 +806,18 @@
 #define RT_ANNOTATION_CK_MAGIC(_p)     BU_CKMAG(_p, 
RT_ANNOTATION_INTERNAL_MAGIC, "rt_annotation_internal")
 
 
+struct rt_hrt_internal
+{
+    unint32_t hrt_magic;
+    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 */
+    fastf_t    nscurv;         /**< @brief north-south curvature */
+    fastf_t    ewcurv;         /**< @brief east-west curvature   */
+};
+#define RT_HRT_CK_MAGIC(_p)    BU_CKMAG(_p, RT_HRT_INTERNAL_MAGIC, 
"rt_hrt_internal")
+
 __END_DECLS
 
 #endif /* __RTGEOM_H__ */

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to