Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mat4x2: fix multiplication functions #410

Merged
merged 2 commits into from
Mar 31, 2024

Commits on Mar 31, 2024

  1. mat4x2: fix multiplication functions

    Signed-off-by: Vincent Davis Jr <[email protected]>
    EasyIP2023 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3445f93 View commit details
    Browse the repository at this point in the history
  2. docs: mat4x2 account for latest mulitplication changes

    This also includes tables to explain how
    mat4x2, column vectors, and row vectors are
    represented. Also includes how resulting
    matrix or vector is formed.
    
    Signed-off-by: Vincent Davis Jr <[email protected]>
    EasyIP2023 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    85165dd View commit details
    Browse the repository at this point in the history