Gabriel Diaconita
Gabriel Diaconita
…ning As a side effect, the clang-doc log now is shown progressively as it occurs, since we no longer suppress the log using Out-Null. Fixes #1129
## Steps to reproduce ```powershell PS C:\test> cmd.exe /c "powershell.exe -command ""New-TemporaryFile""" ``` ## Expected behavior ```none Command to success and return a temporary file path ``` ## Actual behavior...
Hi, I've made a little scenario consisting of a sphere and a plane (with normal (0, 1, 0) and distance 0, so the xOz plane). The system has a gravity...
Hi, I've noticed that the Matrix3D class (jiglib/maths/matrix3d.js) possibly has a bug in the appendRotation() and angleAxis() functions. The conversion from degrees to angles is done with angle=angle/(pi_2), whereas it...