Revision: 54138
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54138&view=rev
Author:   caen23
Date:     2013-01-05 22:00:28 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
Make eto_V a vect_t

Modified Paths:
--------------
    brlcad/trunk/include/rtgeom.h
    brlcad/trunk/src/librt/primitives/eto/eto.c

Modified: brlcad/trunk/include/rtgeom.h
===================================================================
--- brlcad/trunk/include/rtgeom.h       2013-01-05 05:28:19 UTC (rev 54137)
+++ brlcad/trunk/include/rtgeom.h       2013-01-05 22:00:28 UTC (rev 54138)
@@ -422,7 +422,7 @@
  */
 struct rt_eto_internal {
     uint32_t eto_magic;
-    point_t    eto_V;  /**< @brief  eto vertex */
+    vect_t     eto_V;  /**< @brief  eto vertex */
     vect_t     eto_N;  /**< @brief  vector normal to plane of torus */
     vect_t     eto_C;  /**< @brief  vector along semi-major axis of ellipse */
     fastf_t    eto_r;  /**< @brief  scalar radius of rotation */

Modified: brlcad/trunk/src/librt/primitives/eto/eto.c
===================================================================
--- brlcad/trunk/src/librt/primitives/eto/eto.c 2013-01-05 05:28:19 UTC (rev 
54137)
+++ brlcad/trunk/src/librt/primitives/eto/eto.c 2013-01-05 22:00:28 UTC (rev 
54138)
@@ -142,7 +142,7 @@
 
 
 const struct bu_structparse rt_eto_parse[] = {
-    { "%f", 3, "V",   bu_offsetofarray(struct rt_eto_internal, eto_V, point_t, 
X), BU_STRUCTPARSE_FUNC_NULL, NULL, NULL },
+    { "%f", 3, "V",   bu_offsetofarray(struct rt_eto_internal, eto_V, vect_t, 
X), BU_STRUCTPARSE_FUNC_NULL, NULL, NULL },
     { "%f", 3, "N",   bu_offsetofarray(struct rt_eto_internal, eto_N, vect_t, 
X), BU_STRUCTPARSE_FUNC_NULL, NULL, NULL },
     { "%f", 3, "C",   bu_offsetofarray(struct rt_eto_internal, eto_C, vect_t, 
X), BU_STRUCTPARSE_FUNC_NULL, NULL, NULL },
     { "%f", 1, "r",   bu_offsetof(struct rt_eto_internal, eto_r),    
BU_STRUCTPARSE_FUNC_NULL, NULL, NULL },

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to