::hwat::math::AngleBetweenVectors - Finds the angle in degrees between two vectors.
::hwat::math::AngleBetweenVectors
vector1 |
Tcl list of components for the first vector. |
vector2 |
Tcl list of components for the second vector. |
The angle in degrees between the two vectors if successful, {} otherwise.
::hwat::math::AngleBetweenVectors [list 1.0 2.0 3.0] [list 4.0 5.0 6.0] .
The input lists must be of equal length.