Instance Method
axesValuesList(_:axes:) axesValuesList:axes: axesValuesList_axes_
Copies the internal values for the requested axes into a buffer.
Declaration
func axesValuesList(_ axesValuesList: UnsafeMutablePointer<CGFloat>, axes: [GSAxis])Declaration
- (void) axesValuesList:(CGFloat *) axesValuesList axes:(NSArray<GSAxis *> *) axes;Declaration
axesValuesList_axes_(axesValuesList: float, axes: list[GSAxis])Parameters
axesValuesListA buffer with at least one entry for each axis.
axesThe axes that determine the buffer order.
Discussion
Explicit Intermediate-layer coordinates take precedence over associated master values and axis defaults.
See Also
Intermediate Layers
Explicit Intermediate-layer coordinates keyed by axis ID.
Returns an explicit Intermediate-layer coordinate, or
NSNotFoundwhen no coordinate is set for the axis.Axes represented by Intermediate-layer coordinates.
Copies explicit Intermediate-layer coordinates into an axis-value buffer.
A stable key describing the complete Intermediate-layer location.
A display description of the explicit Intermediate-layer coordinates.