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
Add len() for Warp vectors, quaternions, matrices, arrays, and tiles.
In the case where the length is known at compile time (e.g.: for vectors), the result should return a constant that can be used in constant expressions.
The text was updated successfully, but these errors were encountered:
Description
Add
len()
for Warp vectors, quaternions, matrices, arrays, and tiles.In the case where the length is known at compile time (e.g.: for vectors), the result should return a constant that can be used in constant expressions.
The text was updated successfully, but these errors were encountered: