reflect

Reflect the Vector I on a plane with normal N The normal N must already to be normalized

@safe pure nothrow @nogc
genType
reflect
(
genType
)
(
in genType I
,
in genType N
)
if (
isVector!genType
)

Meta