::hwat::utils::CreateHmVector - Creates a vector in HM.
::hwat::utils::CreateHmVector d_iComp d_jComp d_kComp n_markID
d_iComp |
"i" component of the vector. |
d_jComp |
"j" component of the vector. |
d_kComp |
"k" component of the vector. |
n_markID |
Optional, the HM mark ID to use. Default = 1, can be 1 or 2. |
ID of the mark is successful and {} if not.
::hwat::utils::CreateHmVector 1.2 2.4 4.8 2
Not passing an ID for the mark means that 1 is to be used.