atelier v1.0.0 (2021-10-23T12:22:06Z)
Dub
Repo
Vec4.zero
atelier
core
vec4
Vec4
Null vector.
enum
zero
;
enum
zero
;
struct
Vec4
(T)
static if
(!(
__traits(isUnsigned, T)
))
static if
(
__traits(isFloating, T)
)
enum
zero
=
Vec4
!
T
(
0f
,
0f
,
0f
,
0f
)
;
enum
zero
;
Meta
Source
See Source File
atelier
core
vec4
Vec4
constructors
this
functions
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
set
toSdlRect
manifest constants
half
one
zero
properties
xy
zw
variables
w
x
y
z
Null vector.