We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Axis class uses std::array<float,4> for its xy limits [xmin,ymin,xmax,ymax]. This should be a separate bounding box class, which allows for:
Axis
std::array<float,4>
The text was updated successfully, but these errors were encountered:
#12 #13 add vector and bbox classes from Aboria
4c7235f
#13 #12 start integrating vector and bbox into rest of code
2b50b78
#13 #12 continue integrating vector and bbox into rest of code
10a0230
#13 #12 finish 2d vector class and bounding box class
1ca7be0
#12 #3 use vfloat2_t for plot values, fix axis ticks, plot closest po…
1da6d8d
…int to cursor
martinjrobins
No branches or pull requests
The
Axis
class usesstd::array<float,4>
for its xy limits [xmin,ymin,xmax,ymax]. This should be a separate bounding box class, which allows for:The text was updated successfully, but these errors were encountered: