About Store Forum Documentation Contact



Post Reply 
Does not save a matrix
Author Message
Babulesnik Offline
Member

Post: #1
Does not save a matrix
Matrix kub_matrix[5];
Actor kib_act[5];

kub_matrix[1]=kub_act[1].matrix();

...

kub_act[2].matrix()=kub_matrix[1];
01-15-2011 04:08 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Does not save a matrix
kub_act[2].matrix(kub_matrix[1]);
01-15-2011 04:22 PM
Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #3
RE: Does not save a matrix
(01-15-2011 04:22 PM)Esenthel Wrote:  kub_act[2].matrix(kub_matrix[1]);

Without changes.
(01-15-2011 04:46 PM)Babulesnik Wrote:  
(01-15-2011 04:22 PM)Esenthel Wrote:  kub_act[2].matrix(kub_matrix[1]);

Without changes.

I am sorry. Both variants correct, the problem was in other
(This post was last modified: 01-15-2011 05:08 PM by Babulesnik.)
01-15-2011 04:46 PM
Find all posts by this user Quote this message in a reply
Post Reply