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

mat4x3: fix multiplication functions #411

Merged
merged 2 commits into from
Mar 31, 2024

Commits on Mar 31, 2024

  1. mat4x3: fix multiplication functions

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

    This also includes tables to explain how
    mat4x3, 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
    013ac5d View commit details
    Browse the repository at this point in the history