Skip to content

Commit

Permalink
2024/01/17 - Some minor doc changes from thoughts last night
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jan 17, 2024
1 parent 9d15197 commit a527fee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@orbitmines/explorer/Ray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ export class Ray // Other possibly names: AbstractDirectionality, ..., ??
* - `A.equivalent(B)` = `A.as_vertex().compose(B.as_vertex())`
* - `A.equivalent(B).equivalent(C)` = `A.as_vertex().compose(B.as_vertex()).compose(C.as_vertex())`
*
* An equivalence is best understood as the drawing of a single line between two things. Where those two things might have arbitrary structure around them, but we're not checking the (non-)existence of that structure. And thus:
* - An equivalence, is only a local equivalence, no global coherence of it can be guaranteed. (or: Changes of an equivalence are only applied locally, which could have global effects, but this isn't necessarily obvious).
*
* @see https://orbitmines.com/papers/on-orbits-equivalence-and-inconsistencies#:~:text=On%20Equivalences%20%26%20Inconsistencies
*/
static equivalent2 = Ray.___func(ref => {
Expand Down

0 comments on commit a527fee

Please sign in to comment.