mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fixed typos
This commit is contained in:
parent
58617f8950
commit
e2f8ed6c4b
@ -202,7 +202,7 @@ calc_length() const {
|
||||
// Function: ParametricCurve::calc_length
|
||||
// Access: Published
|
||||
// Description: Approximates the length of the curve segment from
|
||||
// parametric time from to time to.
|
||||
// parametric time 'from' to time 'to'.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
float ParametricCurve::
|
||||
calc_length(float from, float to) const {
|
||||
|
@ -311,7 +311,7 @@ get_timewarp_curve(int n) const {
|
||||
// a new timewarp curve that maps distance along the
|
||||
// curve to parametric time, so that the distance
|
||||
// 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.
|
||||
//
|
||||
// segments_per_unit represents the number of segments to
|
||||
|
Loading…
x
Reference in New Issue
Block a user