AcademySoftwareFoundation / AcademySoftwareFoundation/Imath
Imath python bindings are missing VecN * MatrixNN
Open
- Dominant language
- C++
- Stars
- 488
- Forks
- 161
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 3
Description
If I'm reading the code correctly, the C++ interface has operator overloading for VecN * MatrixNN, but the python bindings do not.
Contributor guide
Research direction
Locate the C++ VecN and MatrixNN operator overloads and the corresponding Python binding definitions. Compare the exposed Python operations with the C++ interface, then run the binding and matrix/vector tests available in the repository. Done means Python users can multiply VecN by MatrixNN consistently with the C++ API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- api, computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100