You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kay Steinhoff edited this page Oct 7, 2024
·
1 revision
vec2
typedefstruct
{
floatx;
floaty;
floatw;
}vec2;
Description
One could say the vec2 is actually a vec3 but due to the fact that w isn't being used by the normal user I thought this to be more intuitive in the average implementation