bettercmath ~master (2021-10-22T22:55:25.7546802)
Dub
Repo
reflect
bettercmath
vector
Returns a Vector that is the reflection of
vec
against
normal
.
@
safe
@
nogc
nothrow pure
Vector
!(
T
,
N
)
reflect
(
T
uint
N
)
(
const
auto
ref
Vector
!(
T
,
N
)
vec
,
const
auto
ref
Vector
!(
T
,
N
)
normal
)
Meta
Source
See Implementation
bettercmath
vector
enums
isVector
functions
cross
dot
magnitude
magnitudeSquared
normalize
normalized
reflect
vector
structs
Vector
Returns a Vector that is the reflection of vec against normal.