249 results for “topic:intersection”
A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
Source code for Game Physics Cookbook
Fastest Integer Compression
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
Set() as it should be.
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
A general library for geometry operations of union, intersections, difference, and xor
This library is inspired by functional programming - Clojure
Speed-optimized BitSet implementation for modern browsers and JavaScript engines
Awesome Embodied Navigation: Concept, Paradigm and State-of-the-arts
A library for idiomatic use of IntersectionObserver with Angular
Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
Computes the intersection between two SVG paths.
An Awesome List of Cognitive Science Resources
Intersection of curves in python
[ICCV 2023] INT2: Interactive Trajectory Prediction at Intersections
A math and collisions library for Lua.
A versatile toolkit for k-mers with taxonomic information
Reliable offsets for Rhino and Grasshopper
Geometric Algorithms implemented for Java Processing v3
C++ raytracer that supports custom models. Supports running the calculations on the CPU using C++11 threads or in the GPU via CUDA.
:curly_loop: A library that identifies points where two CGPaths intersect
Plane, 2D and 3D Ray objects for openFrameworks.It checks for the intersection of a ray with a segment, a sphere, a triangle, a plane, an ofPrimitive, an ofPolyline an with an ofMesh.
Fast and robust triangle-triangle intersection test with high precision for cross and coplanar triangles based on the algorithm by Devillers & Guigue.
SetSketch: Filling the Gap between MinHash and HyperLogLog
Machine Learning Project to identify an ID Card on an image
A tool for the comparison and identification of candidate genes based on Venn diagrams
Set of functions to find intersections between lines and rectangles and Bezier curves of order 2 and 3
Dynamic BVH implementation based on Erin Catto's paper and three-mesh-bvh