dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
dot
dath
vector
Returns the dot product of 2 vectors.
@
nogc
pure nothrow
real
dot
(
T
ulong
n
)
(
Vec
!(
T
,
n
)
a
,
Vec
!(
T
,
n
)
b
)
Meta
Source
See Implementation
dath
vector
aliases
Vec2
Vec2d
Vec2f
Vec2i
Vec2u
Vec3
Vec3d
Vec3f
Vec3i
Vec3u
Vec4
Vec4d
Vec4f
Vec4i
Vec4u
functions
cross
dot
structs
Vec
Returns the dot product of 2 vectors.