Revision: 52835
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52835&view=rev
Author:   carlmoore
Date:     2012-10-05 13:32:06 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
change ie to i.e., remove trailing blank/tab, fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/epa/epa.c

Modified: brlcad/trunk/src/librt/primitives/epa/epa.c
===================================================================
--- brlcad/trunk/src/librt/primitives/epa/epa.c 2012-10-05 05:35:54 UTC (rev 
52834)
+++ brlcad/trunk/src/librt/primitives/epa/epa.c 2012-10-05 13:32:06 UTC (rev 
52835)
@@ -103,7 +103,7 @@
  * NORMALS.  Given the point W on the surface of the epa, what is the
  * vector normal to the tangent plane at that point?
  *
- * Map W onto the unit epa, ie:  W' = S(R(W - V)).
+ * Map W onto the unit epa, i.e.:  W' = S(R(W - V)).
  *
  * Plane on unit epa at W' has a normal vector N' where
  *
@@ -334,7 +334,7 @@
     /* approximate bounding radius */
     stp->st_aradius = stp->st_bradius;
 
-    /* Calcuate bounding box (RPP) */
+    /* Calculate bounding box (RPP) */
     if (rt_epa_bbox(ip, &(stp->st_min), &(stp->st_max), &rtip->rti_tol)) 
return 1;
 
     return 0;                  /* OK */
@@ -775,7 +775,7 @@
 /* A canonical parabola in the Y-Z plane has equation z = y^2 / 4p, and opens
  * toward positive z with vertex at the origin.
  *
- * The countour of an epa in the plane H-R (where R is one of the epa axes A or
+ * The contour of an epa in the plane H-R (where R is one of the epa axes A or
  * B) is a parabola with vertex at H, opening toward -H. We can transform this
  * parabola to get an equivalent canonical parabola in the Y-Z plane, opening
  * toward positive Z (-H) with vertex at the origin (H).
@@ -815,7 +815,7 @@
     return curve;
 }
 
-/* The countour of an epa in the plane H-R (where R is one of the epa axes A or
+/* The contour of an epa in the plane H-R (where R is one of the epa axes A or
  * B) is a parabola with vertex at H, opening toward -H. We can transform this
  * parabola into an equivalent one in the Y-Z plane which has vertext at (0, 
|H|)
  * and opens toward -Z.
@@ -882,7 +882,7 @@
 epa_plot_parabola(
        struct bu_list *vhead,
        struct rt_epa_internal *epa,
-       struct rt_pt_node *pts, 
+       struct rt_pt_node *pts,
        vect_t Ru,
        fastf_t r)
 {

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to