Declaration

+ (BOOL) axesValueListFromAxes:(NSArray<GSAxis *> *) axes axesValues:(GSAxisValues *) axesValues intoList:(CGFloat *) axesValueList;

Declaration

axesValueListFromAxes_axesValues_intoList_(axes: list[GSAxis], axesValues: GSAxisValues, axesValueList: float) -> bool

Parameters

axes

The axes that define the order of the written values.

axesValues

Axis values keyed by axis identifier.

axesValueList

The destination list.

Return Value

YES when at least one value was written.

Discussion

The list must have room for one value per axis. Missing axis values contribute zero.

See Also

Axis Values