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 c22086d commit 3dc3d07Copy full SHA for 3dc3d07
src/basic_types.jl
@@ -8,7 +8,7 @@ Base.ndims(x::AbstractGeometry{Dim}) where Dim = Dim
8
"""
9
Geometry made of N connected points. Connected as one flat geometry, it makes a Ngon / Polygon.
10
Connected as volume it will be a Simplex / Tri / Cube.
11
-Note That `Polytype{N} where N == 3` denotes a Triangle both as a Simplex or Ngon.
+Note That `Polytope{N} where N == 3` denotes a Triangle both as a Simplex or Ngon.
12
13
abstract type Polytope{Dim, T} <: AbstractGeometry{Dim, T} end
14
abstract type AbstractPolygon{Dim, T} <: Polytope{Dim, T} end
0 commit comments