_calculate_arrow_tail(x,
y,
z,
px,
py,
pz,
rad,
rcyl)
|
|
Calculate coordinates of the projected point arrow tail position. Tail
position is calculated in such a way that arrow cylinder 'grows' from the
surface of the pharmacophore sphere.
- Parameters:
x (float) - x-coordinate of the pharmacophore site
y (float) - y-coordinate of the pharmacophore site
z (float) - z-coordinate of the pharmacophore site
px (float) - x-coordinate of the projected point (arrow end point)
py (float) - y-coordinate of the projected point (arrow end point)
pz (float) - z-coordinate of the projected point (arrow end point)
rad (float) - pharmacophore feature sphere radii
rcyl (float) - radii of the arrow cylinder
- Returns: tuple
- tuple that contains xyz coordinates of the arrow tail point
|