Cleanup: Python: naming mismatch in bvh.ray_cast.

This commit is contained in:
Jeroen Bakker 2021-02-18 09:09:31 +01:00
parent 450ea1b755
commit 1bcc8f8410
1 changed files with 2 additions and 2 deletions

View File

@ -333,8 +333,8 @@ PyDoc_STRVAR(py_bvhtree_ray_cast_doc,
"\n"
" Cast a ray onto the mesh.\n"
"\n"
" :arg co: Start location of the ray in object space.\n"
" :type co: :class:`Vector`\n"
" :arg origin: Start location of the ray in object space.\n"
" :type origin: :class:`Vector`\n"
" :arg direction: Direction of the ray in object space.\n"
" :type direction: :class:`Vector`\n" PYBVH_FIND_GENERIC_DISTANCE_DOC
PYBVH_FIND_GENERIC_RETURN_DOC);