forked from SofaDefrost/SoftRobots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
STLIB.ah
65 lines (53 loc) · 1.93 KB
/
STLIB.ah
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"STLIB" : {
"ns": "",
"name" : "STLIB",
"url" : "http://stlib.readthedocs.io/en/latest/"
},
"MainHeader" : {
"name": "MainHeader",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/stlib.scene.html#stlib.scene.MainHeader"
},
"ContactHeader" : {
"name": "ContactHeader",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/stlib.scene.html#stlib.scene.ContactHeader"
},
"ElasticMaterialObject" : {
"name": "ElasticMaterialObject",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/_autosummary/stlib.physics.deformable.html#stlib.physics.deformable.ElasticMaterialObject"
},
"FixedBox" : {
"name": "FixedBox",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/_autosummary/stlib.physics.constraints.html#stlib.physics.constraints.FixedBox"
},
"CollisionMesh" : {
"name": "CollisionMesh",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/_autosummary/stlib.physics.collision.html#stlib.physics.collision.CollisionMesh"
},
"Cube" : {
"name": "Cube",
"url" : "http://stlib.readthedocs.io/en/latest/_modules/stlib/physics/rigid.html#Cube"
},
"Floor" : {
"name": "Floor",
"url" : "http://stlib.readthedocs.io/en/latest/_modules/stlib/physics/rigid.html#Floor"
},
"RigidObject" : {
"name": "RigidObject",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/_autosummary/stlib.physics.rigid.html#stlib.physics.rigid.RigidObject"
},
"Node": {
"name": "Node",
"url" : "http://stlib.readthedocs.io/en/latest/_autosummary/stlib.scene.html#stlib.scene.Node"
},
"youngModulus" : {
"ns" : "STLIB::PARAMS",
"name" : "youngModulus",
"url": "https://en.wikipedia.org/wiki/Young%27s_modulus"
},
"poissonRatio" : {
"ns" : "STLIB::PARAMS",
"name" : "poissonRatio",
"url": "https://en.wikipedia.org/wiki/Poisson%27s_ratio"
}
}