nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Vector4.this
nudsfml
graphics
glsl
Vector4
Conversion constructor
this
(T X, T Y, T Z, T W)
this
(Vector!(U) other)
struct
Vector4
(T)
this
(
U
)
(
Vector
!(
U
)
other
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
this
(Color source)
Parameters
other
Vector
!(
U
)
4D vector of different type
Meta
Source
See Implementation
nudsfml
graphics
glsl
Vector4
constructors
this
variables
w
x
y
z
Conversion constructor