meld ~master (2014-08-17T13:41:53Z)
Dub
Repo
vec4
meld
maths
Undocumented in source.
struct
vec4 {
float
x
;
float
y
;
float
z
;
float
w
;
this
(float x, float y, float z, float w);
vec3
opCast
();
}
Constructors
this
this
(float x, float y, float z, float w)
Undocumented in source.
Members
Functions
opCast
vec3
opCast
()
w
float
w
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
float
x
;
y
float
y
;
z
float
z
;
Undocumented in source.
Meta
Source
See Implementation
meld
maths
functions
deg2rad
rad2deg
structs
mat4
vec2
vec3
vec4