dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
faceforward
dlsl
vector
Flip the Vector N based on an incident vector I and a reference Vector Nref
@
safe
pure nothrow @
nogc
genType
faceforward
(
genType
)
(
in
genType
N
,
in
genType
I
,
in
genType
Nref
)
if
(
isVector
!
genType
)
Meta
Source
See Implementation
dlsl
vector
aliases
isInfinity
isNaN
isValid
vec2
functions
cross
distance
dot
faceforward
length
normalize
reflect
refract
structs
Vector
templates
isVector
Flip the Vector N based on an incident vector I and a reference Vector Nref