Skip to content

vec3.without(a, b) #4

Open
Open
@magcius

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions