Class
GSPathSegment
Declaration
class GSPathSegmentDeclaration
@interface GSPathSegment : NSObjectDeclaration
class GSPathSegment(NSObject)Topics
Initializers
Instance Properties
Instance Methods
The angle the segment is spanning. a quarter circle would be 90° …
is used in makeCorner and offset paths to connect the segments when there is a gap
returns the “t” if there is one inflection, two inflections are rare and too degenerated, returns NSNotFound if none
similar to inflectionTime but filters out value close the the edges
to split before the segment is offset.
Topics
Instance Variables
Instance Properties
Instance Methods
The angle the segment is spanning. a quarter circle would be 90° …
is used in makeCorner and offset paths to connect the segments when there is a gap
returns the “t” if there is one inflection, two inflections are rare and too degenerated, returns NSNotFound if none
similar to inflectionTime but filters out value close the the edges
to split before the segment is offset.
Relationships
Inherits From
NSObject
Conforms To
NSCopyingObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.Hashable
Relationships
Inherits From
NSObject
Conforms To
NSCopying