mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-26 00:55:50 +00:00
Remove outdated implementation note
This commit is contained in:
parent
dddcc8c377
commit
9a88774fff
@ -14,12 +14,6 @@ use self::{
|
||||
};
|
||||
|
||||
/// The boundary representation of a shape
|
||||
///
|
||||
/// # Implementation note
|
||||
///
|
||||
/// The goal for `Shape` is to enforce full self-consistency, through the API it
|
||||
/// provides. Steps have been made in that direction, but right now, the API is
|
||||
/// still full of holes, forcing callers to just be careful for the time being.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Shape {
|
||||
/// The minimum distance between two vertices
|
||||
|
Loading…
Reference in New Issue
Block a user