Skip to content

Commit

Permalink
Merge pull request #33 from jbuckmccready/WIP_island_offsetting
Browse files Browse the repository at this point in the history
Shape Type and Multi/Island Polyline Offsetting
  • Loading branch information
jbuckmccready committed Jul 27, 2023
2 parents cd75b90 + 0ec30b5 commit e6e9192
Show file tree
Hide file tree
Showing 5 changed files with 752 additions and 1 deletion.
1 change: 1 addition & 0 deletions cavalier_contours/src/lib.rs
Expand Up @@ -9,3 +9,4 @@ mod macros;
#[macro_use]
pub mod core;
pub mod polyline;
pub mod shape_algorithms;
2 changes: 1 addition & 1 deletion cavalier_contours/src/polyline/internal/pline_offset.rs
Expand Up @@ -646,7 +646,7 @@ where
}

#[inline]
fn point_valid_for_offset<P, T>(
pub fn point_valid_for_offset<P, T>(
polyline: &P,
offset: T,
aabb_index: &StaticAABB2DIndex<T>,
Expand Down

0 comments on commit e6e9192

Please sign in to comment.