reflect

3D reflect, like the GLSL function.

pure nothrow
Vector!(T, 3u)
reflect
(
T
)
(
const Vector!(T, 3u) a
,
const Vector!(T, 3u) b
)

Return Value

Type: Vector!(T, 3u)

a reflected by normal b.

Meta