intersection
There are 240 repositories under intersection topic.
gkjohnson/three-mesh-bvh
A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
gszauer/GamePhysicsCookbook
Source code for Game Physics Cookbook
powturbo/TurboPFor-Integer-Compression
Fastest Integer Compression
mfogel/polygon-clipping
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
terkelg/zet
Set() as it should be.
fast-pack/SIMDCompressionAndIntersection
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
Geri-Borbas/Unity.Library.eppz.Geometry
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.
logic-building/functional-go
This library is inspired by functional programming - Clojure
mapbox/wagyu
A general library for geometry operations of union, intersections, difference, and xor
lemire/FastBitSet.js
Speed-optimized BitSet implementation for modern browsers and JavaScript engines
ng-web-apis/intersection-observer
A library for idiomatic use of IntersectionObserver with Angular
asntech/intervene
Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
DaveKeehl/svelte-reveal
Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
bpmn-io/path-intersection
Computes the intersection between two SVG paths.
abi-aryan/awesome-cogsci
An Awesome List of Cognitive Science Resources
Franky-X/Awesome-Embodied-Navigation
Awesome Embodied Navigation: Concept, Paradigm and State-of-the-arts
sukhbinder/intersection
Intersection of curves in python
AIR-DISCOVER/INT2
[ICCV 2023] INT2: Interactive Trajectory Prediction at Intersections
davisdude/mlib
A math and collisions library for Lua.
arendvw/clipper
Implementation for the clipper library in rhino and grasshopper.
shenwei356/unikmer
A versatile toolkit for k-mers with taxonomic information
maxilevi/raytracer
C++ raytracer that supports custom models. Supports running the calculations on the CPU using C++11 threads or in the GPU via CUDA.
calda/CGPathIntersection
:curly_loop: A library that identifies points where two CGPaths intersect
volfegan/GeometricAlgorithms
Geometric Algorithms implemented for Java Processing v3
edap/ofxRaycaster
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.
dynatrace-research/set-sketch-paper
SetSketch: Filling the Gap between MinHash and HyperLogLog
iShape-Rust/iOverlay
Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
tobiassteidle/ML_IDCard_Segmentation-TF-Keras
Machine Learning Project to identify an ID Card on an image
linguoliang/VennPainter
A tool for the comparison and identification of candidate genes based on Venn diagrams
LokiResearch/fast-triangle-triangle-intersection
Fast and robust triangle-triangle intersection test with high precision for cross and coplanar triangles based on the algorithm by Devillers & Guigue.
w8r/bezier-intersect
Set of functions to find intersections between lines and rectangles and Bezier curves of order 2 and 3
sakura90/sorted-array-operations
A JavaScript library of sorted array operations
kcleal/superintervals
Fast interval intersection library
rafaelbiriba/active_model_validates_intersection_of
A custom validation for your Active Model that check if an array is included in another one
rowanwins/shamos-hoey
A module to check if a polygon self-intersects
xuzebin/point-in-polygon
An interactive program for creating polygons and determining if a given point is inside or outside the polygons