Documentation
Dlang.org
Vec4.dot
graphene
vec4
Vec4
Computes the dot product of the two given vectors.
class
Vec4
float
dot
(
graphene.vec4.Vec4
b
)
Parameters
b
graphene
.
vec4
.
Vec4
a #graphene_vec4_t
Return Value
Type:
float
the value of the dot product
graphene
vec4
Vec4
functions
add
divide
dot
equal
getW
getX
getXy
getXyz
getY
getZ
initFromFloat
initFromVec2
initFromVec3
initFromVec4
init_
interpolate
length
max
min
multiply
near
negate
normalize
scale
subtract
toFloat
static functions
alloc
one
wAxis
xAxis
yAxis
zAxis
zero
Computes the dot product of the two given vectors.