point2d
Here are 4 public repositories matching this topic...
Essential vector math library supporting allocation free programming for real time systems. Extreme focus on unit and integration testing, type safety, and crash early code quality standards.
-
Updated
Nov 21, 2018 - HTML
This implementation assumes that a Point2D structure has been defined to represent 2D points with x and y coordinates, and that a vector of Point2D objects has been provided to represent the input data points. The implementation uses a recursive algorithm to subdivide the 2D space into quadrants and store the input data points in the appropriate ..
-
Updated
Feb 16, 2023 - C++
Improve this page
Add a description, image, and links to the point2d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the point2d topic, visit your repo's landing page and select "manage topics."