mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-12 02:05:53 +00:00
Avoid use of Curve::global_form
This commit is contained in:
parent
599008b865
commit
a52fc9ca69
@ -64,7 +64,7 @@ impl fmt::Display for HalfEdge {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
let [a, b] = self.boundary();
|
||||
write!(f, "edge from {a:?} to {b:?}")?;
|
||||
write!(f, " on {:?}", self.curve().global_form())?;
|
||||
write!(f, " on {:?}", self.global_form().curve())?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user