fixed typos

This commit is contained in:
Darren Ranalli 2002-05-10 01:54:20 +00:00
parent 58617f8950
commit e2f8ed6c4b
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ calc_length() const {
// Function: ParametricCurve::calc_length // Function: ParametricCurve::calc_length
// Access: Published // Access: Published
// Description: Approximates the length of the curve segment from // Description: Approximates the length of the curve segment from
// parametric time from to time to. // parametric time 'from' to time 'to'.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
float ParametricCurve:: float ParametricCurve::
calc_length(float from, float to) const { calc_length(float from, float to) const {

View File

@ -311,7 +311,7 @@ get_timewarp_curve(int n) const {
// a new timewarp curve that maps distance along the // a new timewarp curve that maps distance along the
// curve to parametric time, so that the distance // curve to parametric time, so that the distance
// between any two points in parametric time is // between any two points in parametric time is
// proprotional to the approximate distance of those // proportional to the approximate distance of those
// same two points along the XYZ curve. // same two points along the XYZ curve.
// //
// segments_per_unit represents the number of segments to // segments_per_unit represents the number of segments to