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
Named element access with .{x,y,z,w} for SVector and MVector (#980)
Having access with v.x etc makes the *concrete* SVector interface much
more usable for geometry; indeed, it will "just work like you expect"
without the need to resort to a custom FieldVector type.
This makes the concrete SVector/MVector interface fatter, but I don't
think it can do any harm to people who don't want to use it.
0 commit comments