From 0f55f487bee9e8b88fb3086ff6a70c9744475f28 Mon Sep 17 00:00:00 2001 From: lemmih Date: Wed, 13 Aug 2025 07:12:19 +0200 Subject: [PATCH] trim unneeded words from the copy --- index.pug | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.pug b/index.pug index c20b795..c32dcd7 100644 --- a/index.pug +++ b/index.pug @@ -37,20 +37,19 @@ block content | of algorithms for manipulating them. This crate will be of use to you if you've ever wondered | if a point is inside a polygon or if a bank is adequately covered by surveillance cameras. p - b FAQ: dl dt Does RGeometry support 3D objects? dd Yes, but most of the algorithms are 2D only. - dt Can I compile RGeometry to JavaScript? - dd Yes, that is how the playground and all the interactive examples work. + dt Can I compile RGeometry to WASM? + dd Yes, that is how the interactive examples work. dt Any relation to HGeometry? dd Yes, there is overlap in both developers and key concepts. p | Geometry is inherently visual and the quickest way to intuitively understand this - | library is to see it in action. Below are interactive examples of most of the algorithms. + | library is to see it in action. article#triangulate.feature +feature( {title: "Triangulation"