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.
2 parents d680144 + f3c2a78 commit 9af204eCopy full SHA for 9af204e
src/common.jl
@@ -82,7 +82,7 @@ Defaults:
82
83
If `isosurface` is called without a specified algorithm, it will default to MarchingCubes.
84
85
-If a subtype of `AbstractArray` is specified, the mesh will be default be centered at the origin between
+If a subtype of `AbstractArray` is specified, the mesh will by default be centered at the origin between
86
(-1,1) in each axis. This may be overridden by specifying a new origin and widths for the axis-aligned bounding box
87
using keywords of the same names. For example if we want our vertices in the range of (0,1), we can specify `origin=SVector(0,0,0)`
88
and `widths = SVector(1,1,1)`.
0 commit comments