Skip to content

Commit 11b3572

Browse files
authored
Merge pull request #58 from blegat/bl/polytype
Polytype -> Polytope
2 parents 7656298 + 3dc3d07 commit 11b3572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Base.ndims(x::AbstractGeometry{Dim}) where Dim = Dim
88
"""
99
Geometry made of N connected points. Connected as one flat geometry, it makes a Ngon / Polygon.
1010
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.
11+
Note That `Polytope{N} where N == 3` denotes a Triangle both as a Simplex or Ngon.
1212
"""
1313
abstract type Polytope{Dim, T} <: AbstractGeometry{Dim, T} end
1414
abstract type AbstractPolygon{Dim, T} <: Polytope{Dim, T} end

0 commit comments

Comments
 (0)