Documentation
Dlang.org
Vec3.dot
graphene
vec3
Vec3
Computes the dot product of the two given vectors.
class
Vec3
float
dot
(
graphene.vec3.Vec3
b
)
Parameters
b
graphene
.
vec3
.
Vec3
a #graphene_vec3_t
Return Value
Type:
float
the value of the dot product
graphene
vec3
Vec3
functions
add
cross
divide
dot
equal
getX
getXy
getXy0
getXyz0
getXyz1
getXyzw
getY
getZ
initFromFloat
initFromVec3
init_
interpolate
length
max
min
multiply
near
negate
normalize
scale
subtract
toFloat
static functions
alloc
one
xAxis
yAxis
zAxis
zero
Computes the dot product of the two given vectors.