SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
graphics/sketch/patches/patch-geometry_h
Normal file
12
graphics/sketch/patches/patch-geometry_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: geometry.h
|
||||
--- geometry.h.orig
|
||||
+++ geometry.h
|
||||
@@ -237,7 +237,7 @@ void fold_min_max_polyline_3d(BOX_3D * b, POLYLINE_3D
|
||||
void copy_box_2d(BOX_2D * r, BOX_2D * s);
|
||||
void copy_box_3d(BOX_3D * r, BOX_3D * s);
|
||||
int boxes_2d_intersect_p(BOX_2D * a, BOX_2D * b);
|
||||
-int boxes_3d_intersect_p(BOX_2D * a, BOX_2D * b);
|
||||
+int boxes_3d_intersect_p(BOX_3D * a, BOX_3D * b);
|
||||
|
||||
// ---- transformations --------------------------------------------------------
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue