25 #import <Foundation/Foundation.h>
48 #pragma mark initializers
56 -(instancetype)initWithPartIndex:(NSInteger)partIndex pointIndex:(NSInteger)pointIndex;
66 -(instancetype)initWithPartIndex:(NSInteger)partIndex insertionIndex:(NSInteger)insertionIndex;
74 +(instancetype)sketchVertexWithPartIndex:(NSInteger)partIndex pointIndex:(NSInteger)pointIndex;
84 +(instancetype)sketchVertexWithPartIndex:(NSInteger)partIndex insertionIndex:(NSInteger)insertionIndex;
87 #pragma mark properties
93 @property (nonatomic, assign, readonly) NSInteger
partIndex;
99 @property (nonatomic, assign, readonly) NSInteger
pointIndex;
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73
A class that represents a vertex or mid-vertex in the AGSSketchEditor.
Definition: AGSSketchVertex.h:46
AGSPoint * point
Definition: AGSSketchVertex.h:112
NSInteger insertionIndex
Definition: AGSSketchVertex.h:105
NSInteger partIndex
Definition: AGSSketchVertex.h:93
NSInteger pointIndex
Definition: AGSSketchVertex.h:99