-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2160631
commit 2eaf27b
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
//! Compute a bounding volume for an object | ||
|
||
mod cycle; | ||
mod edge; | ||
mod face; | ||
mod half_edge; | ||
mod shell; | ||
mod solid; | ||
|
||
|