mirror_matrix_R4P Function

public pure function mirror_matrix_R4P(normal) result(matrix)

Return the mirror matrix (Householder’s matrix) given normal of the mirroring plane.

Arguments

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

Normal of mirroring plane.

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

Rotation matrix.


Calls

proc~~mirror_matrix_r4p~~CallsGraph proc~mirror_matrix_r4p mirror_matrix_R4P proc~normalized_r4p normalized_R4P proc~mirror_matrix_r4p->proc~normalized_r4p

Called by

proc~~mirror_matrix_r4p~~CalledByGraph proc~mirror_matrix_r4p mirror_matrix_R4P proc~mirror_by_normal~4 mirror_by_normal proc~mirror_by_normal~4->proc~mirror_matrix_r4p

Contents

None