mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
change infinity
This commit is contained in:
@@ -5,7 +5,7 @@ function vrn_sphere(points) =
|
|||||||
let(
|
let(
|
||||||
r = norm(points[0]),
|
r = norm(points[0]),
|
||||||
plane_pts = [for(p = points) stereographic_proj_to_plane(p / r)],
|
plane_pts = [for(p = points) stereographic_proj_to_plane(p / r)],
|
||||||
inifinity = [4e8, 0],
|
inifinity = [4e7, 0],
|
||||||
vrn2_cells = vrn2_cells_from(concat(plane_pts, [inifinity]))
|
vrn2_cells = vrn2_cells_from(concat(plane_pts, [inifinity]))
|
||||||
)
|
)
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user