reflect

Returns a Vector that is the reflection of vec against normal.

@safe @nogc nothrow pure
Vector!(T, N)
reflect
(
T
uint N
)
(
const auto ref Vector!(T, N) vec
,
const auto ref Vector!(T, N) normal
)

Meta