MCPcopy Create free account

hub / github.com/bosiakov/fa2l / types & classes

Types & classes16 in github.com/bosiakov/fa2l

↓ 5 callersClassQuadtree
A quad-tree is similar to a binary tree, except that each node has 4 children (some of which may be empty). Each node represents a region of
fa2l/approximation.py:11
↓ 1 callersClassEdge
fa2l/structures.py:18
↓ 1 callersClassLinAttraction
fa2l/force.py:264
↓ 1 callersClassLinAttractionAntiCollision
Attraction force: Linear, with Anti-Collision
fa2l/force.py:307
↓ 1 callersClassLinAttractionDegreeDistributedAntiCollision
Attraction force: Linear, distributed by Degree, with Anti-Collision
fa2l/force.py:334
↓ 1 callersClassLinAttractionMassDistributed
Attraction force: Linear, distributed by mass (typically, degree)
fa2l/force.py:283
↓ 1 callersClassLinRepulsionAntiCollision
Repulsion force: Strong Gravity (as a Repulsion Force because it is easier)
fa2l/force.py:168
↓ 1 callersClassLinearRepulsion
Repulsion force: Linear
fa2l/force.py:122
↓ 1 callersClassLogAttraction
Attraction force: Logarithmic
fa2l/force.py:361
↓ 1 callersClassLogAttractionAntiCollision
Attraction force: Linear, distributed by Degree
fa2l/force.py:414
↓ 1 callersClassLogAttractionDegreeDistributed
Attraction force: Linear, distributed by Degree
fa2l/force.py:387
↓ 1 callersClassLogAttractionDegreeDistributedAntiCollision
Attraction force: Linear, distributed by Degree, with Anti-Collision
fa2l/force.py:441
↓ 1 callersClassNode
fa2l/structures.py:5
↓ 1 callersClassStrongGravity
Strong gravity force function
fa2l/force.py:228
ClassAttractionForce
fa2l/force.py:76
ClassRepulsionForce
Here are all the formulas for attraction and repulsion.
fa2l/force.py:91