We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d57fe commit 9a83903Copy full SHA for 9a83903
src/specializations/PolyArea.jl
@@ -2,8 +2,8 @@
2
# Specialized Methods for PolyArea
3
#
4
# Why Specialized?
5
-# The PolyArea geometry defines a surface bounded by a polygon but Meshes.jl
6
-# can not define a parametric function for a polyarea because a general solution
+# The PolyArea geometry defines a surface bounded by a polygon, but Meshes.jl
+# cannot define a parametric function for a polyarea because a general solution
7
# for one does not exist. However, they can be partitioned into simpler elements
8
# and integrated separately before finally summing the result.
9
################################################################################
0 commit comments