Improved docstring of mathutils.Matrix.lerp()
This commit is contained in:
		@@ -1680,7 +1680,8 @@ static PyObject *Matrix_decompose(MatrixObject *self)
 | 
			
		||||
PyDoc_STRVAR(Matrix_lerp_doc,
 | 
			
		||||
".. function:: lerp(other, factor)\n"
 | 
			
		||||
"\n"
 | 
			
		||||
"   Returns the interpolation of two matrices.\n"
 | 
			
		||||
"   Returns the interpolation of two matrices. Uses polar decomposition, see"
 | 
			
		||||
"   \"Matrix Animation and Polar Decomposition\", Shoemake and Duff, 1992.\n"
 | 
			
		||||
"\n"
 | 
			
		||||
"   :arg other: value to interpolate with.\n"
 | 
			
		||||
"   :type other: :class:`Matrix`\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user