mirror_by_normal Subroutine

private pure subroutine mirror_by_normal(self, normal)

Mirror vector given normal of mirroring plane.

Arguments

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

Vector.

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

Normal of mirroring plane.


Calls

proc~~mirror_by_normal~3~~CallsGraph proc~mirror_by_normal~3 mirror_by_normal proc~mirror_matrix mirror_matrix proc~mirror_by_normal~3->proc~mirror_matrix proc~normalized normalized proc~mirror_matrix->proc~normalized

Contents

None