atelier ~master (2021-08-24T13:35:22Z)
Dub
Repo
Vec4.one
atelier
core
vec4
Vec4
{1, 1, 1, 1} vector. Its length is not one !
enum
one
;
enum
one
;
struct
Vec4
(T)
static if
(!(
__traits(isUnsigned, T)
))
static if
(
__traits(isFloating, T)
)
enum
one
=
Vec4
!
T
(
1f
,
1f
,
1f
,
1f
)
;
enum
one
;
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
{1, 1, 1, 1} vector. Its length is not one !