Sorry if this has been asked before, but I couldn't find a valid response or a response I could understand
Currently I have a code that draws a line from a Joint to Joint in the Kinect, this forms the Bone:
drawingContext.DrawLine(drawPen, jointPoints[jointType0], jointPoints[jointType1]);
In the picture aboe it shows Parallel lines joining from circle to cirlce, Can someone please explain to me or show me to create these lines?