CMToMassPositions:
--------------------------------------------------------------------------
Determine mass positions from a desired center of mass.
Each mass is assumed to move along a track with a given unit vector.
Since version 7.
--------------------------------------------------------------------------
Form:
[rho, kA] = CMToMassPositions( cM, m, d, u )
--------------------------------------------------------------------------
------
Inputs
------
cM (3,1) Requested CM
m (1,n) Mass, including core
d (3,n) Position offset, including core
u (3,m) Unit vector of moving masses
-------
Outputs
-------
rho (1,m) Mass positions along track
--------------------------------------------------------------------------