Transform array or vector [x,y,z] to matrix[4x4] ---> ([0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0])

后端 未结 0 1980
孤街浪徒
孤街浪徒 2020-12-31 10:28

i was wondering about how to convert a vector(or array) of x,y,z coordinates, to it\'s representation in a matrix 4*4.

Thanks Beforehand.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题