Skip to content

Commit

Permalink
docs for Matrix44()
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Mar 4, 2018
1 parent e8e8994 commit 475d8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Returns orthogonal 2D vector, z value is unchanged.

.. method:: Vector.lerp(other, factor=.5)

Linear interpolation between self and other, returns new Vector() object.
Linear interpolation between vector and other, returns new Vector() object.

:param other: target vector/point
:param factor: interpolation factor (0==self, 1=other, 0.5=mid point)
Expand Down

0 comments on commit 475d8da

Please sign in to comment.