mirror_by_normal Subroutine

private pure subroutine mirror_by_normal(self, normal)

Mirror vector given normal of mirroring plane.

Arguments

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

Vector.

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

Normal of mirroring plane.


Calls

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

Contents

None