mirror_matrix_R8P Function

public pure function mirror_matrix_R8P(normal) result(matrix)

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

Arguments

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

Normal of mirroring plane.

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

Rotation matrix.


Calls

proc~~mirror_matrix_r8p~~CallsGraph proc~mirror_matrix_r8p mirror_matrix_R8P proc~normalized_r8p normalized_R8P proc~mirror_matrix_r8p->proc~normalized_r8p

Called by

proc~~mirror_matrix_r8p~~CalledByGraph proc~mirror_matrix_r8p mirror_matrix_R8P proc~mirror_by_normal mirror_by_normal proc~mirror_by_normal->proc~mirror_matrix_r8p

Contents

None