EPR Imaging Toolbox collection user manual |
htransform_vectors Apply transformation to an array of vectors rprime = htransform_vectors(A, r) Applies the transformation A to input vectors. htransform_vectors calls hmatrix_augment to convert 3-element to 4-element vector notation and then applies the transformation. r - input vectors (float, Nx3, N - number of vectors) A - transformation matrix (float, 4x4) rprime - transformed vectors (float, Nx3, N - number of vectors) See also: |