gfm v3.0.9 (2016-01-09T00:51:37Z)
Home
Dub
Repo
reflect
gfm
math
vector
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
Source
See Implementation
gfm
math
vector
aliases
max
min
functions
angleBetween
cross
dot
maxByElem
minByElem
reflect
structs
Vector
templates
vec2
vec3
vec4
3D reflect, like the GLSL function.