CBA_fnc_vectMap3D

Description

Returns the resulting vector of the matrix-vector product.

Only accepts a 3x3 matrix and 3D vector.

Parameters

_matrix3x3 matrix, which serves as a map.  ARRAY
_vector3D vector that is mapped.  ARRAY

Returns

_returnVector3D vector returned after matrix multiplication ARRAY

Examples

// point reflection at origin [0,0,0]
[[[-1,0,0],[0,-1,0],[0,0,-1]], [1,2,3]] call CBA_fnc_vectMap3D;

Author

Kex

Array to read from [Array]
Close