![]() |
v0.14.0 |
Classes | |
| class | CylinderZ |
| class | Sphere |
| class | yPlane |
Functions | |
| def | sdf (delta_t, t, x, y, z, tx, ty, tz, block_id) |
| def | grad_sdf (delta_t, t, x, y, z, tx, ty, tz, block_id) |
| def | hess_sdf (delta_t, t, x, y, z, tx, ty, tz, block_id) |
| def | yDirection (t, obj) |
| def | updatePosition (t, obj) |
Variables | |
| int | r = 1 |
| int | indentationEndTime = 1 |
| int | indentationDepth = 0 |
| list | list_indenters = [] |
| def sdf_ydirection.grad_sdf | ( | delta_t, | |
| t, | |||
| x, | |||
| y, | |||
| z, | |||
| tx, | |||
| ty, | |||
| tz, | |||
| block_id | |||
| ) |
Definition at line 18 of file sdf_ydirection.py.
| def sdf_ydirection.hess_sdf | ( | delta_t, | |
| t, | |||
| x, | |||
| y, | |||
| z, | |||
| tx, | |||
| ty, | |||
| tz, | |||
| block_id | |||
| ) |
Definition at line 22 of file sdf_ydirection.py.
| def sdf_ydirection.sdf | ( | delta_t, | |
| t, | |||
| x, | |||
| y, | |||
| z, | |||
| tx, | |||
| ty, | |||
| tz, | |||
| block_id | |||
| ) |
Definition at line 12 of file sdf_ydirection.py.
| def sdf_ydirection.updatePosition | ( | t, | |
| obj | |||
| ) |
Definition at line 154 of file sdf_ydirection.py.
| def sdf_ydirection.yDirection | ( | t, | |
| obj | |||
| ) |
Definition at line 148 of file sdf_ydirection.py.
| int sdf_ydirection.indentationDepth = 0 |
Definition at line 165 of file sdf_ydirection.py.
| int sdf_ydirection.indentationEndTime = 1 |
Definition at line 163 of file sdf_ydirection.py.
| list sdf_ydirection.list_indenters = [] |
Definition at line 167 of file sdf_ydirection.py.
| int sdf_ydirection.r = 1 |
Definition at line 160 of file sdf_ydirection.py.