mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 05:20:35 +02:00
Add bezier endpoint, tweak _bezcorners to properly produce that
endpoint. doc tweak for polyhedra.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user