Instance Method
transform(for:)transformForHash:transformForHash_
A transform that maps a geometric hash to the matching position on the path.
Declaration
func transform(for hash: GSPathHash) -> AffineTransform?Declaration
- (NSAffineTransform *) transformForHash:(GSPathHash *) hash;Declaration
transformForHash_(hash: GSPathHash) -> NSAffineTransformDiscussion
Returns nil when the hash does not match the path.
See Also
Equality and Comparison
Whether another path has the same closed state, node count, and node positions.
A geometric hash for matching paths with the same node structure.
Enumerates matching node positions for a geometric hash.