-
Notifications
You must be signed in to change notification settings - Fork 37
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
Decode CurveData<T> with RawBuffer. #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Nothing much to add, only some QoL, but not strictly necessary.
Last amended commit includes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Is there an example about this? I have no idea how to do it/what it does.
Yes, I didn't rename it yet as it's only a guess for now. I'll test it tomorrow. |
Last amended commit:
|
Include getter/setter to modify data of a CurveData. No allocator implemented to create/destroy/resize number of points of a curve.
Last amended commit rename |
Include getter/setter to modify data of a CurveData.
No allocator implemented to create/destroy/resize number of points of a curve.
WIP, it needs more testing.