Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8549

Rotation matrix

$
0
0

@Petras_Vestartas wrote:

Hi,

I would like to learn/understand transformation matrices.

Therefore I would like to ask how to construct rotation matrix if I have an object and its axis and target axis. As image below.

What I would like to do is:

Declare rotation matrix:

Transform t;

and then assign each value individually:

t.M00 = ...;
t.M01 = ...;

But I do not know the math behind rotation matrix

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8549

Trending Articles