Enumeration
GSNode.ConnectionGSNodeConnectionGSNodeConnection
The transition of a path through an on-curve node.
Declaration
enum ConnectionDeclaration
enum GSNodeConnection : uint8_t;Declaration
GSNodeConnectionTopics
Enumeration Cases
The incoming and outgoing path segments are independent.
The incoming and outgoing path segments are required to meet at the same angle.
The connection is adjusted for a more refined transition from the incoming to the outgoing path segment.
Initializers
Default Implementations
Topics
Enumeration Cases
The incoming and outgoing path segments are independent.
The incoming and outgoing path segments are required to meet at the same angle.
The connection is adjusted for a more refined transition from the incoming to the outgoing path segment.
Relationships
Conforms To
Swift.BitwiseCopyableSwift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype
See Also
Connection
The connection between the incoming and outgoing path segments.
Convenience to simplify checking the connection.
Automatically sets the connection for the node depending on the angle of the incoming and outgoing path segments.
Toggles the connection type between GSNode.Connection.sharpGSNodeConnectionSharpGSNodeConnectionSharp and GSNode.Connection.smoothGSNodeConnectionSmoothGSNodeConnectionSmooth.
Toggles the connection type between GSNode.Connection.sharpGSNodeConnectionSharpGSNodeConnectionSharp and GSNode.Connection.smoothGSNodeConnectionSmoothGSNodeConnectionSmooth/GSNode.Connection.superSmoothGSNodeConnectionSuperSmoothGSNodeConnectionSuperSmooth.