dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
cross
dath
vector
Returns the cross product of 2 Vec3. The result is always a float Vec3.
@
nogc
pure nothrow
Vec
!(
float
, 3)
cross
(
T
)
(
Vec
!(
T
, 3)
a
,
Vec
!(
T
, 3)
b
)
Meta
Source
See Implementation
dath
vector
aliases
Vec2
Vec2d
Vec2f
Vec2i
Vec2u
Vec3
Vec3d
Vec3f
Vec3i
Vec3u
Vec4
Vec4d
Vec4f
Vec4i
Vec4u
functions
cross
dot
structs
Vec
Returns the cross product of 2 Vec3. The result is always a float Vec3.