dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vector3.scalar
Dgame
Math
Vector3
Vector3
Calculate the scalar product.
struct
Vector3
(T)
@
nogc
float
scalar
const pure nothrow
(
const
Vector3
!(
T
)
vec
)
if
(
isNumeric
!(
T
)
)
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
Calculate the scalar product.