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

axesValuesList

A buffer with at least one entry for each axis.

axes

The axes that determine the buffer order.

Discussion

Explicit Intermediate-layer coordinates take precedence over associated master values and axis defaults.

See Also

Intermediate Layers