dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vector3.this
Dgame
Math
Vector3
Vector3
CTor
this
(
T
x
,
T
y
,
T
z
=
0
)
this
(
U
x
,
U
y
,
U
z
=
0
)
struct
Vector3
(T)
@
nogc
this
pure nothrow
(
U
)
(
U
x
,
U
y
,
U
z
= 0
)
if
(
isNumeric
!(
U
) &&
!
is
(
U
==
T
)
)
if
(
isNumeric
!(
T
)
)
this
(
const
Vector3
!(
U
)
vec
)
Meta
Source
See Implementation
Dgame
Math
Vector3
Vector3
aliases
dot
constructors
this
functions
cross
diff
isEmpty
normalize
opBinary
opEquals
opOpAssign
rotate
scalar
properties
length
variables
x
y
z
CTor