-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
When Snap Intersection is turned on, the tool snaps to endpoints of lines/polylines …
-
I'm thinking that each sprite in the returned sprite array could have `rayIntersect` and `rayIncidence` properties, these would be written to by `world.rayCast` and `world.rayCastAll`.
-
### Steps to reproduce
1. add axis
2. add two point nearst point to scatterseries
3. two point show intersection
4. I want Two point hierarchical display , how can do it ?
5.
Platfor…
-
```julia
julia> r = Rope(Point(1, 0), Point(1, 1), Point(2, 1));
julia> q = Quadrangle(Point(0,0), Point(0, 1), Point(1, 1), Point(1, 0));
julia> intersection(q, r)
ERROR: StackOverflowError:
…
-
( for those just tuning in, this thread is a continuation of a discussion started here https://github.com/TheDuckCow/godot-road-generator/pull/177 )
Hey thanks for the detailed response. So last …
-
- create a triangle using the line tool
- create the incircle using geometric construction or the inscribed circle tool
- enable snap intersection
- select the distance point to point tool
- hover the…
-
```
If there would be possible to simulate a point grid and cast it on each
section, could we get the number of intersections between these points and
the objects of given class?
The point grid would…
-
I wanted this for the same reason as in this post: Segment curve from intersection of two curves . Using the tool “point intersection curves” does define the point but you can’t use it in any formulas…
-
## Problem
I can't calculate a headshot because there is no `intersection_point` field in builtin `pointed_thing`. E.g.
```lua
on_use = function(itemstack, user, pointed_thing)
-- whatever c…
-
For 1.85.0 with MSVC2022 the result of boost::geometry::intersection for certain input is wrong.
Coordinate type: double
when some of the points of different input polygons are close to each other…