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
Yes, I meant getting the vector dimension (2 for Vec2). I think it would make sense having an equivalent len for the cases where is not compiled with -d:vmathArrayBased.
Sorry for this probably naive question. I was trying the following:
This works if compiled with
-d:vmathArrayBased
, but how can I get the length of the vector when is not based in arrays?The text was updated successfully, but these errors were encountered: