Functiondojox.math.midpoint

dojo.require("dojox.math._base");
defined in dojox/math/_base.js

Calculate the midpoint between points A and B. A and B may be multidimensional.

Usage

function (/*Array*/ a, /*Array*/ b) (view source)
parametertypedescription
aArray 
bArray