|  | v0.15.0 | 
| Public Member Functions | |
| __init__ (self, Xc, Yc, Zc, diameter, indentationDepth) | |
| sDF (self, x, y, z) | |
| gradSdf (self, x, y, z) | |
| hessSdf (self, x, y, z) | |
| Public Attributes | |
| t | |
| Xc | |
| Yc | |
| Zc | |
| xc | |
| yc | |
| zc | |
| radius | |
| depth | |
Definition at line 60 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.__init__ | ( | self, | |
| Xc, | |||
| Yc, | |||
| Zc, | |||
| diameter, | |||
| indentationDepth | |||
| ) | 
Definition at line 61 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.gradSdf | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
Definition at line 82 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.hessSdf | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
Definition at line 91 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.sDF | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
Definition at line 79 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.depth | 
Definition at line 77 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.radius | 
Definition at line 76 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.t | 
Definition at line 63 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.Xc | 
Definition at line 66 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.xc | 
Definition at line 71 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.Yc | 
Definition at line 67 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.yc | 
Definition at line 72 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.Zc | 
Definition at line 68 of file sdf_ydirection.py.
| sdf_ydirection.CylinderZ.zc | 
Definition at line 73 of file sdf_ydirection.py.
