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
Very common in games math, and a function that should probably be more well-known: without(a, b) is a - b*dot(a, b). You can think of it as projecting a onto the plane formed by the normal of b.