瀏覽代碼

Remove redundant phrase

Andrew Morgan 5 年之前
父節點
當前提交
c6ced03837
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tutorials/math/interpolation.rst

+ 0 - 2
tutorials/math/interpolation.rst

@@ -23,8 +23,6 @@ And often simplified to:
 
 
     interpolation = A + (B - A) * t
     interpolation = A + (B - A) * t
 
 
-which is exactly the same.
-
 The name of this type of interpolation, which transforms a value into another at *constant speed* is *"linear"*. So, when you hear about *Linear Interpolation*, you know they are referring to this simple formula.
 The name of this type of interpolation, which transforms a value into another at *constant speed* is *"linear"*. So, when you hear about *Linear Interpolation*, you know they are referring to this simple formula.
 
 
 There are other types of interpolations, which will not be covered here. A recommended read afterwards is the :ref:`Bezier <doc_beziers_and_curves>` page.
 There are other types of interpolations, which will not be covered here. A recommended read afterwards is the :ref:`Bezier <doc_beziers_and_curves>` page.