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

Use same struct scheme as box from imath for consistency #1073

Merged

Commits on Jun 27, 2021

  1. Use same struct scheme as box from imath for consistency

    Initially we did this differently so it was obvious it didn't have the
    other functionality, but by having the same nested scheme of a box
    having 2 vecs, enables us to add templated sfinae constructors to auto
    convert the C type into c++ instead of just having to reinterpret cast
    
    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    2c458f3 View commit details
    Browse the repository at this point in the history