Revision: 52799
http://brlcad.svn.sourceforge.net/brlcad/?rev=52799&view=rev
Author: carlmoore
Date: 2012-10-04 20:50:37 +0000 (Thu, 04 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/anim/cattrack.h
Modified: brlcad/trunk/src/anim/cattrack.h
===================================================================
--- brlcad/trunk/src/anim/cattrack.h 2012-10-04 20:44:58 UTC (rev 52798)
+++ brlcad/trunk/src/anim/cattrack.h 2012-10-04 20:50:37 UTC (rev 52799)
@@ -29,7 +29,7 @@
/**
- * get x value of a point which is a given distance along caternary
+ * get x value of a point which is a given distance along catenary
* curve: x(s) = arcsinh(a*s-sinh(a*c))/a + c
*
* Left to calling routine to avoid dividing by zero.
@@ -38,25 +38,25 @@
/**
- * calculate the arclength parameter of a caternary curve
+ * calculate the arclength parameter of a catenary curve
* corresponding to the given value of x.
*
* s(x) = (sinh(a(x-c))+sinh(ac))/a
*
- * Left to calling routime to avoid dividing by zero.
+ * Left to calling routine to avoid dividing by zero.
*/
fastf_t hyper_get_s(fastf_t a, fastf_t c, fastf_t x);
/**
- * calculate point on the caternary curve: z(x) = cosh(a*(x-c))/a + b
+ * calculate point on the catenary curve: z(x) = cosh(a*(x-c))/a + b
* Left to calling routine to avoid dividing by zero.
*/
fastf_t hyper_get_z(fastf_t a, fastf_t b, fastf_t c, fastf_t x);
/**
- * calculate angle corresponding to the slope of caternary curve:
+ * calculate angle corresponding to the slope of catenary curve:
* z'(x) = sinh(a*(x-c))
*/
fastf_t hyper_get_ang(fastf_t a, fastf_t c, fastf_t x);
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