mirror_by_normal Subroutine

private pure subroutine mirror_by_normal(self, normal)

Mirror vector given normal of mirroring plane.

Arguments

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

Vector.

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

Normal of mirroring plane.


Calls

proc~~mirror_by_normal~2~~CallsGraph proc~mirror_by_normal~2 mirror_by_normal proc~mirror_matrix_r16p mirror_matrix_R16P proc~mirror_by_normal~2->proc~mirror_matrix_r16p proc~normalized_r16p normalized_R16P proc~mirror_matrix_r16p->proc~normalized_r16p

Contents

None