Finding coordinates of the center
Suppose we have 3 points p1,p2,p3. Make two vectors P1P2 and P2P3 .Using this two we can calculate normal to the plane formed by given 3 points. Say N is the normal.
Now direction of bisector of p1 and p2 is given by cross product of b1 = P1P2 x N. Similarly...