Calculate the midpoint of a segment defined by two points

Input Variables   Output Variables  
Program Code
  Description
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Description *
Variable Name * (dynamic type) UP
Down
Delete
Description *
Input Variables List
Output Variables List
Source Code
Subject
Description
Calculate the midpoint of a segment defined by two points A(Xa , Ya) and B(Xb,Yb). The midpoint is a point whose x and y coordinates are given by 

X coordinate of Midpoint= (Xa+Xb) / 2 
Y coordinate of Midpoint= (Ya+Yb) / 2
Category General
Created By tech
Created Date 10/26/2010
Last Modify Date 10/26/2010
Calculation Count 984
Version 1.0
Positive 0
Neutral 0
Negative 0
Related Program ID None