Declaration

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

Declaration

axesValueListFromAxes_axesValues_(axes: list[GSAxis], axesValues: GSAxisValues) -> float

Parameters

axes

The axes that define the order of the returned values.

axesValues

Axis values keyed by axis identifier.

Discussion

The caller owns the returned buffer and must release it with free. Missing axis values contribute zero.

See Also

Axis Values