Add bezier endpoint, tweak _bezcorners to properly produce that

endpoint.  doc tweak for polyhedra.
This commit is contained in:
Adrian Mariano
2021-01-05 23:29:10 -05:00
parent 3712de6c58
commit d097be435b
3 changed files with 13 additions and 9 deletions

View File

@@ -121,6 +121,7 @@ function _unique_groups(m) = [
//
// Arguments:
// name = Name of polyhedron to create.
// ---
// index = Index to select from polyhedron list. Default: 0.
// type = Type of polyhedron: "platonic", "archimedean", "catalan".
// faces = Number of faces.
@@ -564,6 +565,7 @@ _stellated_polyhedra_ = [
//
// Arguments:
// name = Name of polyhedron to create.
// ---
// index = Index to select from polyhedron list. Default: 0.
// type = Type of polyhedron: "platonic", "archimedean", "catalan".
// faces = Number of faces.