gfm v3.0.8 (2016-01-01T14:08:38Z)
Home
Dub
Repo
cross
gfm
math
vector
@
nogc
pure nothrow
Vector
!(
T
, 3)
cross
(
T
)
(
const
Vector
!(
T
, 3)
a
,
const
Vector
!(
T
, 3)
b
)
Return Value
Type:
Vector
!(
T
, 3)
3D cross product. Thanks to vuaru for corrections.
Meta
Source
See Implementation
gfm
math
vector
aliases
max
min
functions
angleBetween
cross
dot
maxByElem
minByElem
reflect
structs
Vector
templates
vec2
vec3
vec4