mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-02 05:08:08 +00:00
Fix word in comment
This commit is contained in:
parent
ae4b1b8a66
commit
bafd117b1c
@ -80,7 +80,7 @@ impl HalfEdge {
|
|||||||
/// Compute the surface position where the half-edge starts
|
/// Compute the surface position where the half-edge starts
|
||||||
pub fn start_position(&self) -> Point<2> {
|
pub fn start_position(&self) -> Point<2> {
|
||||||
// Computing the surface position from the curve position is fine.
|
// Computing the surface position from the curve position is fine.
|
||||||
// `Edge` "owns" its start position. There is no competing code that
|
// `HalfEdge` "owns" its start position. There is no competing code that
|
||||||
// could compute the surface position from slightly different data.
|
// could compute the surface position from slightly different data.
|
||||||
|
|
||||||
let [start, _] = self.boundary.inner;
|
let [start, _] = self.boundary.inner;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user