help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rotation matrix definition


From: kingcrimson
Subject: Re: Rotation matrix definition
Date: Thu, 21 Nov 2019 13:26:15 +0100


> Il giorno 21 nov 2019, alle ore 13:01, Carlo de Falco <address@hidden> ha 
> scritto:
> 
> T = vecrot (pi, (v + [1; 0; 0])/2)

use 

T = vecrot (pi, (vecnorm (v) + [1; 0; 0]) / 2)

if is not unitary.

c.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]