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