60 REAL*8,
DIMENSION(1:3) :: vnorm
62 REAL*8 :: vedgex, vedgey, vedgez, xnorm
68 xnorm =
sqrt(vedgex**2 + vedgey**2 + vedgez**2)
70 vnorm(1) = vedgex/xnorm
71 vnorm(2) = vedgey/xnorm
72 vnorm(3) = vedgez/xnorm
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed by
subroutine planenorm3d(ax, ay, az, bx, by, bz, vNorm)