atelier v1.0.0 (2021-10-23T12:22:06Z)
Dub
Repo
Vec4.half
atelier
core
vec4
Vec4
{0.5, 0.5, 0.5, 0.5} vector. Its length is not 0.5 !
struct
Vec4
(T)
static if
(!(
__traits(isUnsigned, T)
))
static if
(
__traits(isFloating, T)
)
enum
half
=
Vec4
!
T
(
.5f
,
.5f
,
.5f
,
.5f
)
;
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
{0.5, 0.5, 0.5, 0.5} vector. Its length is not 0.5 !