|  | 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 | |
Definition at line 104 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.__init__ | ( | self, | |
| Xc, | |||
| Yc, | |||
| Zc, | |||
| diameter, | |||
| indentationDepth | |||
| ) | 
Definition at line 105 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.gradSdf | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
Definition at line 125 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.hessSdf | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
Definition at line 134 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.sDF | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) | 
Definition at line 122 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.radius | 
Definition at line 120 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.t | 
Definition at line 107 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.Xc | 
Definition at line 110 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.xc | 
Definition at line 115 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.Yc | 
Definition at line 111 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.yc | 
Definition at line 116 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.Zc | 
Definition at line 112 of file sdf_ydirection.py.
| sdf_ydirection.Sphere.zc | 
Definition at line 117 of file sdf_ydirection.py.
