dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Vector3.this
Dgame
Math
Vector3
Vector3
CTor
this
(T x, T y, T z)
this
(U x, U y, U z)
this
(U[3] pos)
struct
Vector3
(T)
pure nothrow
this
(
U
)
(
U
[3]
pos
)
if
(
isNumeric
!
U
)
if
(
isNumeric
!
T
)
this
(Vector3!U vec)
Meta
Source
See Implementation
Dgame
Math
Vector3
Vector3
aliases
dot
constructors
this
functions
asArray
cross
diff
isEmpty
move
negate
opBinary
opEquals
opNeg
opOpAssign
scalar
set
properties
length
variables
x
y
z
CTor