vec4 Class

No description.

Behaviors

~vec4()
vec4()
vec4(float init)
vec4(float x, float y, float z, float w)

Methods

vec3& opAssign(const vec3&in v)
float& opIndex(uint index)

Properties

float x
float y
float z
float w