diff --git a/README.md b/README.md index 9a86624..89986c7 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ while (len < curve.Length) p0 = p1; } -//Evaluate point on the mono curve at normalized time int the range[0,1]. +//Evaluate point on the mono curve at normalized time in the range[0,1]. var t = 0f; var p0 = curve.EvaluateNormalized(t); while (t < 1.0f) diff --git a/UnityProject/Assets/MGS.Packages/Curve/Plugins/MGS.MonoCurve.md b/UnityProject/Assets/MGS.Packages/Curve/Plugins/MGS.MonoCurve.md index b8e7b7d..f469a2f 100644 --- a/UnityProject/Assets/MGS.Packages/Curve/Plugins/MGS.MonoCurve.md +++ b/UnityProject/Assets/MGS.Packages/Curve/Plugins/MGS.MonoCurve.md @@ -149,7 +149,7 @@ while (len < curve.Length) p0 = p1; } -//Evaluate point on the mono curve at normalized time int the range[0,1]. +//Evaluate point on the mono curve at normalized time in the range[0,1]. var t = 0f; var p0 = curve.EvaluateNormalized(t); while (t < 1.0f) diff --git a/UnityProject/Assets/MGS.Packages/Curve/README.md b/UnityProject/Assets/MGS.Packages/Curve/README.md index b378948..678343c 100644 --- a/UnityProject/Assets/MGS.Packages/Curve/README.md +++ b/UnityProject/Assets/MGS.Packages/Curve/README.md @@ -147,7 +147,7 @@ while (len < curve.Length) p0 = p1; } -//Evaluate point on the mono curve at normalized time int the range[0,1]. +//Evaluate point on the mono curve at normalized time in the range[0,1]. var t = 0f; var p0 = curve.EvaluateNormalized(t); while (t < 1.0f)