rotation_matrix_R4P Function

public pure function rotation_matrix_R4P(axis, angle) result(matrix)

Return the rotation matrix given axis and angle of ratation.

Angle must be in radiants.

Arguments

TypeIntentOptionalAttributesName
type(vector_R4P), intent(in) :: axis

Axis of ratation.

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

Angle of ratation.

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

Rotation matrix.


Calls

proc~~rotation_matrix_r4p~~CallsGraph proc~rotation_matrix_r4p rotation_matrix_R4P proc~normalized_r4p normalized_R4P proc~rotation_matrix_r4p->proc~normalized_r4p

Called by

proc~~rotation_matrix_r4p~~CalledByGraph proc~rotation_matrix_r4p rotation_matrix_R4P proc~rotate_by_axis_angle~4 rotate_by_axis_angle proc~rotate_by_axis_angle~4->proc~rotation_matrix_r4p

Contents

None