Skip to content

Commit

Permalink
Update test2.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wherrera10 committed Sep 28, 2019
1 parent d4d1e60 commit 86bff55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ edge = CatmullClark.Edge(face[1], face[2])
@test !CatmullClark.nexttohole(edge, donutfaces)

@test_throws String CatmullClark.adjacentpoints(Point3f0(100, 100, 100), donutfaces)

f = CatmullClark.edgesforface(face)[1]

@test f.p1[3] == 2.0

@test CatmullClark.edgemidpoint(f)[1] == 0.0

0 comments on commit 86bff55

Please sign in to comment.