Geometry Category Archive

Distance between two points in 3D space

Sunday, April 8th, 2007

Distance is calculated, given two points in a three-dimensional (3D) space.

Distance-3D Program Walkthrough:

  1. Distance Screenshot 1

    Just making sure you know this is 3-dimensional distance you’re dealing with here.

  2. Distance Screenshot 2

    Input the X and Y and Z values of the two given points.

  3. Distance Screenshot 3

    The 3-dimensional distance is calculated and displayed in both radical form and decimal form.

Download Distance (3D) Program »

Distance between two points

Sunday, April 8th, 2007

Distance is calculated, given two points in a two-dimensional (2D) space.

Distance Program Walkthrough:

    Distance Screenshot 1

    Input the X and Y values from both points.

    Distance Screenshot 2

    The linear distance is calculated and displayed in both radical form and decimal form.

Download Distance Program »