![]() |
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 | |
int | t = 0 |
Xc = Xc | |
Yc = Yc | |
Zc = Zc | |
xc = Xc | |
yc = Yc | |
zc = Zc | |
int | radius = diameter/2 |
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.
int sdf_ydirection.Sphere.radius = diameter/2 |
Definition at line 120 of file sdf_ydirection.py.
int sdf_ydirection.Sphere.t = 0 |
Definition at line 107 of file sdf_ydirection.py.
sdf_ydirection.Sphere.Xc = Xc |
Definition at line 110 of file sdf_ydirection.py.
sdf_ydirection.Sphere.xc = Xc |
Definition at line 115 of file sdf_ydirection.py.
sdf_ydirection.Sphere.Yc = Yc |
Definition at line 111 of file sdf_ydirection.py.
sdf_ydirection.Sphere.yc = Yc |
Definition at line 116 of file sdf_ydirection.py.
sdf_ydirection.Sphere.Zc = Zc |
Definition at line 112 of file sdf_ydirection.py.
sdf_ydirection.Sphere.zc = Zc |
Definition at line 117 of file sdf_ydirection.py.