unit
unit
unit(expr)
Returns the unit vector of the 3D vector
expr
Example:
unit(100,100,100);
returns (0.577530,0.577350,0.577350)