gfm v2.0.11 (2015-02-12T17:50:21Z)
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
functions
angleBetween
cross
dot
max
min
reflect
structs
Vector
templates
vec2
vec3
vec4