Programming
Programming is a journey where encountering and solving problems is a regular occurrence. To address this, I enjoy writing blogs to share potential solutions or memos as a heads-up. It's reassuring to know that you're not alone when navigating through unfamiliar territory. Given limited resources, my aim for each blog is to provide a concise description of the problem and document the solution.
CGAL
- CCW or CW oriented when using GDAL to add points to
CGAL::Polygon_2
- Avoid multiple processing when using BFS to traverse a constrained triangulation
- Avoid using pointers pointing to CGAL objects (to be updated)
- Attention when using
line_walk()
function to get intersected faces (to be updated) - Ownership issues when using GDAL to read from files (to be updated)
- Attention when comparing the handles
- Attention when using
CGAL::Exact_predicates_inexact_constructions_kernel
Graph
Web Technology
- Install
npm
locally - specific to a certain project - Comparison - data types in
JavaScript
andC++
- Benifits of using Single Page Application (a.k.a. SPA)