Enumeration
GSNode.NodeTypeGSNodeTypeGSNodeType
The type of path segment that the node describes.
Declaration
enum NodeTypeDeclaration
enum GSNodeType : uint8_t;Declaration
GSNodeTypeOverview
A node with type GSNode.NodeType.offCurveGSNodeTypeOffCurveGSNodeTypeOffCurve controls the curvature of the segment to the next on-curve node.
Topics
Enumeration Cases
Cubic curve to point using two off-curve points.
Hobby curve to point.
Line to point.
Off-curve point.
Quadratic curve to point using variable number of off-curve points.
Quartic curve to point using three off-curve points.
Raph New Spiral
Node used for special purposes.
Initializers
Default Implementations
Topics
Enumeration Cases
Cubic curve to point using two off-curve points.
Hobby curve to point.
Line to point.
Off-curve point.
Quadratic curve to point using variable number of off-curve points.
Quartic curve to point using three off-curve points.
Raph New Spiral
Node used for special purposes.
Relationships
Conforms To
Swift.BitwiseCopyableSwift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype
See Also
Type
The type of the node.
More efficient access to the node type.
A character representing the type of the node.