phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
dotProduct
old_geometry
T
dotProduct
(
T
U
)
(
in
T
a
,
in
U
b
)
if
(
isInstanceOf
!(
Vector
,
T
) &&
isInstanceOf
!(
Vector
,
U
)
&&
(
T.dimension
==
U.dimension
)
)
Return Value
Type:
T
Scalar/Dot-Product of Two Vectors
a
and
b
.
Meta
Source
See Implementation
old_geometry
functions
crossProduct
distance
dotProduct
intersect
outerProduct
spherePoint
unite
structs
Box
ForcedParticle
Matrix
Particle
Plane
Sphere
SpherePoint3