dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vector3.opBinary
Dgame
Math
Vector3
Vector3
Supported operation: +, -, *, / and %
Vector3
!(
T
)
opBinary
(
const
Vector3
!(
T
)
vec
)
struct
Vector3
(T)
@
nogc
Vector3
!(
T
)
opBinary
const pure nothrow
(
string
op
)
(
const
Vector3
!(
T
)
vec
)
if
(
isNumeric
!(
T
)
)
Vector3
!(
T
)
opBinary
(
float
num
)
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
Supported operation: +, -, *, / and %