Fixed spelling of Asymmetric

This commit is contained in:
Revar Desmera 2020-01-31 23:32:34 -08:00
parent 06ca151bc8
commit f5803a696a
2 changed files with 2 additions and 2 deletions

View file

@ -716,7 +716,7 @@ function is_patch(x) = is_tripatch(x) || is_rectpatch(x);
// vnf5 = bezier_patch(vnf=vnf4, rot(a=[0,90,0],p=translate(p=patch,[-50,-50,50])));
// vnf6 = bezier_patch(vnf=vnf5, rot(a=[0,-90,0],p=translate(p=patch,[-50,-50,50])));
// vnf_polyhedron(vnf6);
// Example(3D): Chaining Patches with Assymmetric Splinesteps
// Example(3D): Chaining Patches with Asymmetric Splinesteps
// steps = 8;
// edge_patch = [
// [[-60, 0,-40], [0, 0,-40], [60, 0,-40]],

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,113];
BOSL_VERSION = [2,0,114];
// Section: BOSL Library Version Functions