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

Document that Mat3x3 and Mat4x4 constructors are column major #4842

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented Jan 17, 2024

What

The comments were incorrect.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG

@jleibs jleibs added 🌊 C++ API C/C++ API specific 📖 documentation Improvements or additions to documentation exclude from changelog PRs with this won't show up in CHANGELOG.md labels Jan 17, 2024
@jleibs jleibs marked this pull request as ready for review January 17, 2024 14:32
@jleibs jleibs added this to the 0.12.1 milestone Jan 17, 2024
@jleibs jleibs merged commit 495ad54 into main Jan 17, 2024
36 of 39 checks passed
@jleibs jleibs deleted the jleibs/cpp_comment branch January 17, 2024 14:35
@emilk emilk changed the title Indicate Mat3x3 and Mat4x4 constructors are column major Document that Mat3x3 and Mat4x4 constructors are column major Jan 17, 2024
@emilk emilk added include in changelog and removed exclude from changelog PRs with this won't show up in CHANGELOG.md labels Jan 17, 2024
emilk pushed a commit that referenced this pull request Jan 17, 2024
### What

The comments were incorrect.

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/4842/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/4842/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/4842/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4842)
- [Docs
preview](https://rerun.io/preview/c5fdfbb020e4024ba8b3cb27a20bc8f20f4b4cf1/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/c5fdfbb020e4024ba8b3cb27a20bc8f20f4b4cf1/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 C++ API C/C++ API specific 📖 documentation Improvements or additions to documentation include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants