DirectXMath Matrix Stack should have option to maintain inverse

Open
#140 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp

Research direction

Start by locating the DirectXMath Matrix Stack implementation and any existing tests or examples for it. Determine how an opt-in inverse can be exposed and maintained alongside the existing matrix, then verify that the inverse remains correct as the stack changes without affecting users who do not enable the option.

Written by the indexing model from the issue text.

Description

enhancement matrixstack

The original D3DX9math implementation of Matrix Stack only tracked a single matrix. One of the reasons, however, to create a stack is to be able to step-by-step maintain a matching inverse. Would be nice to add as an opt-in feature.

Dominant language
C++
Stars
1.8k
Forks
262
Avg merge
20h 57m
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/DirectXMath

All issues in microsoft/DirectXMath

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.