polygon
Here are 305 public repositories matching this topic...
An extra null pointer check is not needed in functions like the following.
- LEdge
- [Range_tree_1](https://githu
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
May 9, 2020 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
It would be nice to have a shortcut for "Map It!" button to speed-up the experiments with WKT. Ctrl+enter and Shift+enter when the input is focused seem to be a reasonable choice for this!
Leaflet is listed as an external dependency in the rollup config, but it appears to still be bundled in the dist files.
-
Updated
Jan 24, 2020 - C
-
Updated
Mar 28, 2020 - JavaScript
-
Updated
Jul 1, 2020 - Python
-
Updated
Jan 13, 2019 - Dart
-
Updated
Jul 28, 2019 - C++
-
Updated
May 14, 2020 - JavaScript
-
Updated
Sep 28, 2019 - C
-
Updated
Jan 26, 2018 - C#
-
Updated
Feb 15, 2020 - C#
Thanx a lot for you lib
Please can you give a small example of using it without node.js
We have "snake" track and we need to calculate interselections and show it.
is anyone hase the same task ?
-
Updated
Jun 8, 2020 - MATLAB
-
Updated
Mar 20, 2020 - Kotlin
find . -iname '*.py' | grep -vE 'example|docs' | xargs -P 4 -I{} python3.8 -Wall -m py_compile {}
./tests/test_pyclipper.py:276: SyntaxWarning: "is" with a literal. Did you mean "=="?
self.assertTrue(len(node.Contour) is 0 or len(node.Contour) > 2)
-
Updated
Jan 12, 2020 - C#
-
Updated
Jun 30, 2020 - Swift
-
Updated
Jun 5, 2020 - C#
-
Updated
Jan 2, 2020 - Python
Add more examples
I'm a Rust n00b but I have 25+ years of experience working with geometry in C/C++ (e.g. using libs like OpenMesh). The reference docs for Plexus are extremely thin even for someone like me. I.e. I have to do a lot of trial and error when using this crate.
It would really be helpful if there were some more examples. Maybe some code that shows how to convert an indexed mesh, loaded e.g. from an O
-
Updated
Apr 18, 2017 - Pascal
Improve this page
Add a description, image, and links to the polygon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the polygon topic, visit your repo's landing page and select "manage topics."
Need Optional parameter for Keypoint class as we have one for BoundingBox
In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.
As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x