gfm v2.0.11 (2015-02-12T17:50:21Z)
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
functions
angleBetween
cross
dot
max
min
reflect
structs
Vector
templates
vec2
vec3
vec4
3D reflect, like the GLSL function.