RotationMatrix3D Function

public function RotationMatrix3D(rotx, roty, rotz, n, angle) result(Rmat)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in), optional :: rotx
real(kind=real64), intent(in), optional :: roty
real(kind=real64), intent(in), optional :: rotz
real(kind=real64), intent(in), optional :: n(3)
real(kind=real64), intent(in), optional :: angle

Return Value real(kind=real64) (3,3)


Contents

None