mirror_by_normal Subroutine

private pure subroutine mirror_by_normal(self, normal)

Mirror vector given normal of mirroring plane.

Arguments

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

Vector.

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

Normal of mirroring plane.


Calls

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

Contents

None