mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-03-13 19:29:44 +01:00
Fixed spelling of Asymmetric
This commit is contained in:
parent
06ca151bc8
commit
f5803a696a
@ -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]],
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,113];
|
||||
BOSL_VERSION = [2,0,114];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user