Description: Rotation Matrix with inputs angle in rad and rotation axis.
There are 3 possible cases:
Property | Value |
---|---|
Result | Tensor-valued function |
Data Types | Tensor2 |
real(kind=8) :: phi
type(Tensor2) :: R
R = rotation_matrix(phi,1)
Description: Rotation Matrix with inputs angle in rad and rotation axis.
There are 3 possible cases:
Property | Value |
---|---|
Result | Tensor-valued function |
Data Types | Tensor2 |
real(kind=8) :: phi
type(Tensor2) :: R
R = rotation_matrix(phi,1)