reflect

3D reflect, like the GLSL function.

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

Return Value

Type: Vector!(T, 3)

a reflected by normal b.

Meta