dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
Vector3.opBinary
Dgame
Math
Vector3
Vector3
Supported operation: +, -, *, / and %
Vector3
!(
T
)
opBinary
(Vector3!(T) vec)
struct
Vector3
(T)
@
nogc
const pure nothrow
Vector3
!(
T
)
opBinary
(
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 %