dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
Vector3.this
Dgame
Math
Vector3
Vector3
CTor
this
(T x, T y, T z)
struct
Vector3
(T)
@
nogc
pure nothrow
this
(
T
x
,
T
y
,
T
z
= 0
)
if
(
isNumeric
!(
T
)
)
this
(U x, U y, U z)
this
(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