Skip to content

Commit

Permalink
RefineToLength
Browse files Browse the repository at this point in the history
  • Loading branch information
cartesian-theatrics committed Mar 29, 2024
1 parent aa13604 commit bfc6b69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/java/src/main/java/manifold3d/Manifold.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ public CrossSection slice() {
@Name("Project")
public native @ByVal CrossSection project();

@Name("RefineToLength")
public native @ByVal Manifold refineToLength(float length);

@Name("BatchBoolean")
public static native @ByVal Manifold BatchBoolean(@ByRef ManifoldVector manifolds, @Cast("manifold::OpType") int op);

Expand Down

0 comments on commit bfc6b69

Please sign in to comment.