HyperWorks Tools

::hwat::math::AverageVectorComponents

::hwat::math::AverageVectorComponents

Previous topic Next topic No expanding text in this topic  

::hwat::math::AverageVectorComponents

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::math::AverageVectorComponents- This function will average the vector components

 

SYNTAX

::hwat::math::AverageVectorComponents {normlist}

 

ARGUMENTS

normlist

Tcl list of lists of i, j, and k components of the vectors to be averaged, of the form {{i1 j1 k1} {i2 j2 k2} ...}.

 

RETURNS

A Tcl list containing the average of the vectors if successful and {} if not.

 

EXAMPLE

::hwat::math::AverageVectorComponents [[list 1.0 7.5 3.0] [list  2.55 3.7 7.3] [list  2.4 9.77 3.44]]

 

 

See also

Math Functions