- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am having an issue creating a new occurrence using a matrix. I am getting this error
RuntimeError: 3 : invalid argument transform
I logged the matrices but I do not understand what the issue is.
(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0)
transformBy
(0.9999181351095504, 0.00302995523422106, 0.01243151037958249, 0.12366421759092841, 0.0030299552616395655, 0.8878563476771933, -0.4601107749884012, -1.104974592816854, -0.012431510844021457, 0.46011078801444666, 0.8877744760302924, -3.4855238784639786, 0.0, 0.0, 0.0, 1.0)
new matrix:
(0.9999181351095504, 0.00302995523422106, 0.01243151037958249, 0.12366421759092841, 0.0030299552616395655, 0.8878563476771933, -0.4601107749884012, -1.104974592816854, -0.012431510844021457, 0.46011078801444666, 0.8877744760302924, -3.4855238784639786, 0.0, 0.0, 0.0, 1.0)
I am using this function to create the occurrence with the resulting matrix
Solved! Go to Solution.