-
https://github.com/danbuis/BBDGamesLib/blob/5070d0354bb3b66ca8f4d92588168adb1f9e2594/src/Geometry2d/BBDPoint.java#L57
recommend doing a
xloc += cos(etc)*distance
yloc += sin(etc)*distance
-
https://github.com/danbuis/BBDGamesLib/blob/5070d0354bb3b66ca8f4d92588168adb1f9e2594/src/Geometry2d/BBDPoint.java#L70
-
https://github.com/danbuis/BBDGamesLib/blob/5070d0354bb3b66ca8f4d92588168adb1f9e2594/src/Geometry2d/BBDPoint.java#L21
I could see a scenario where we get sloppy and try to scale all BBDGeometry's a…
-
Hi
I need to use the main version, because I want to use fairmotion. But I get this error. Do you know what might be causing it?I have tested it with different python versions. All have this error.…
-
https://www.youtube.com/watch?v=nSqaIY-eJm0
-
**TL;DR**: lets just create `Geometry2D` and `Geometry3D` singletons.
---
**Describe the project you are working on:**
Destructible terrain implementation in 2D.
**Describe the problem or li…
-
Dear Somdatta@somdattagoswami,
I have used added the following input " 2nd order polynomial" into the DEM-PhaseField example "the fourth-order phase field to study the growth of fracture in a two …
-
After creating all dependency (zlib + irrxml), assimp can't be created with the recipe [here](https://github.com/conan-io/conan-center-index/blob/master/recipes/assimp/5.0.x/conanfile.py), with linkin…
-
It seems that, in most cases, we want to use almost all of the geometry objects together and many of them depend on one another anyway. So we should do something like what mostapha does here for honey…
-
The engine is already available CollisionPolygon2D and CollisionShape2D for draw invisible collision zones. The last allows you to assign simple forms to shape such as a square, circle, and so on... B…