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

[Feature Request] Create struct Transform to replace Float4x4s #21

Open
ClemensU42 opened this issue Jun 28, 2022 · 0 comments
Open

[Feature Request] Create struct Transform to replace Float4x4s #21

ClemensU42 opened this issue Jun 28, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ClemensU42
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The Transform struct is an improvement to increase performance

Describe the solution you'd like
The Transform struct stores Float3x3s internally for rotation and translaton.
It can be multiplied with other Transforms just like a Float4x4.
It can be inverted like so: here
It can multiply with directions and positions.

@ClemensU42 ClemensU42 added the enhancement New feature or request label Jun 28, 2022
@ClemensU42 ClemensU42 added this to the Release 1.0.0 milestone Jun 28, 2022
@GaryHuan9 GaryHuan9 removed this from the Release 1.0.0 milestone Jun 28, 2022
@GaryHuan9 GaryHuan9 added the good first issue Good for newcomers label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants