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

Account for accessor normalization in AccessorView #735

Open
j9liu opened this issue Sep 29, 2023 · 0 comments
Open

Account for accessor normalization in AccessorView #735

j9liu opened this issue Sep 29, 2023 · 0 comments

Comments

@j9liu
Copy link
Contributor

j9liu commented Sep 29, 2023

AccessorView is useful for providing a view of an Accessor, such that you can access its elements like an array. However, it doesn't factor in whether the accessor is normalized.

At the very least, this have a normalized field to report whether or not it should be normalized. If it's worth it, we can implement a similar template as PropertyView, such that AccessorView<T, Normalized> handles different outputs for Normalized = true or false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant