Instance Method
isEqual(to:)isEqualToPath:isEqualToPath_
Whether another path has the same closed state, node count, and node positions.
Declaration
func isEqual(to otherPath: GSPath) -> BoolDeclaration
- (BOOL) isEqualToPath:(GSPath *) otherPath;Declaration
isEqualToPath_(otherPath: GSPath) -> boolDiscussion
Node positions are compared with a small tolerance. Node types, connections, and attributes are not compared.
See Also
Equality and Comparison
A geometric hash for matching paths with the same node structure.
Enumerates matching node positions for a geometric hash.
A transform that maps a geometric hash to the matching position on the path.