phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
outerProduct
old_geometry
auto
outerProduct
(
Ta
Tb
uint
Da
uint
Db
)
(
in
Vector
!(
Ta
,
Da
)
a
,
in
Vector
!(
Tb
,
Db
)
b
)
if
(
Da
>= 1 &&
Db
>= 1
)
Return Value
Type:
auto
Outer-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