Instance Method
setSmooth(_:withCenter:oppositeNode:) setSmooth:withCenterNode:oppositeNode: setSmooth_withCenterNode_oppositeNode_
Aligns a node opposite another node about a center node while preserving its distance from the center node.
Declaration
- (void) setSmooth:(GSNode *) node withCenterNode:(GSNode *) centerNode oppositeNode:(GSNode *) oppositeNode;Declaration
setSmooth_withCenterNode_oppositeNode_(node: GSNode, centerNode: GSNode, oppositeNode: GSNode)See Also
Editing Nodes
Aligns a node opposite a point about a center point while preserving its distance from the center point.
Moves an off-curve node to the reflection of a point about a center point.
Normalizes node types and connections based on adjacent nodes.
Sets a node connection based on the alignment of adjacent nodes.
Moves an off-curve node by an offset while preserving its locked direction.
Moves an off-curve node by an offset, constrained using a corresponding node in another path.