-
Hi,
I'm confused about matrix multiplication. I used to use "*" operator to perform my matrix multiplications, coming from a first C++/glm experience. it seems that in python 3.5+, numpy matrix mul…
-
The documentation states that apply_to_vector can be used to transform a list of vectors (instead of calling apply_to_vector on each one in a Python loop)
```python
"""
:param numpy.array vec: …
-
On Windows, I can't open the `examples/xyz/opt.xyz` file. I can import it but when I click on the second image o the trajectory, the following error appears:
```
dict_keys([, , , , , ])
Traceback…
-
## 🚀 Feature
- Construct camera via `cameras_from_unity_world_to_camera_matrix(unity_world_to_camera_matrix)`
- Construct R, T via `convert_unity_transform(unity_camera_position, untiy_camera_rotati…
-
### Please explain the issue you're experiencing (with as much detail as possible):
When I run manim-slides Main I just get this error message
![image](https://github.com/jeertmans/manim-slides/ass…
-
Hi, I'm trying to calculate the accuracy of my own dataset and want to use coordinates in the world frame. The json file from inference.py output contains 'location' and 'quaternion_xyzw', but they ar…
-
### Body
I have a kind request for all the contributors to the latest provider packages release.
Could you please help us to test the RC versions of the providers?
The guidelines on how to test p…
-
I could not find this information so I thought I would ask here.
Is there a way to be able to process an array or list of vectors all at once?
So something like,
```python
lst = [Vector3([1,…
-
I have a file with only the quickstart code:
```
from wasabi2d import Scene, run
scene = Scene()
# The rest of your code goes here.
run() # keep this at the end of the file
```
I set up …
-
## Description of the bug
Under Windows, using the documentation in https://docs.manim.community/en/stable/installation/windows.html to grab the necessary dependencies and manim itself, as well as us…