rotate_by_axis_angle Subroutine

private pure subroutine rotate_by_axis_angle(self, axis, angle)

Rotate vector given axis and angle.

Angle must be in radiants.

Arguments

TypeIntentOptionalAttributesName
class(vector_R16P), intent(inout) :: self

Vector.

type(vector_R16P), intent(in) :: axis

Axis of rotation.

real(kind=R16P), intent(in) :: angle

Angle of rotation.


Calls

proc~~rotate_by_axis_angle~2~~CallsGraph proc~rotate_by_axis_angle~2 rotate_by_axis_angle proc~rotation_matrix_r16p rotation_matrix_R16P proc~rotate_by_axis_angle~2->proc~rotation_matrix_r16p proc~normalized_r16p normalized_R16P proc~rotation_matrix_r16p->proc~normalized_r16p

Contents

None