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

Determine if Float32Arrays can be used for Matrix fields in Frame #31

Closed
gkjohnson opened this issue Oct 16, 2020 · 1 comment · Fixed by #65
Closed

Determine if Float32Arrays can be used for Matrix fields in Frame #31

gkjohnson opened this issue Oct 16, 2020 · 1 comment · Fixed by #65
Milestone

Comments

@gkjohnson
Copy link
Owner

gkjohnson commented Oct 16, 2020

64 bit will give more precision for multiplication particularly at small values.

Related to #32

@gkjohnson
Copy link
Owner Author

Considering these matrices are derived entirely from the dof values, positions, and rotations it's probably good enough to store the matrices in 32 bit buffers. The only case where precision may be an issue is when computing the rotation and position difference in the getClosureError function.

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

Successfully merging a pull request may close this issue.

1 participant