Declared in OGWKinematicsAspect.h

OGWAxis

Indicates the axis the kinematics aspect has integrated in the OGWKinematicsDelegate selector aspect:kinematicsDidIntegratePosition:velocity:axis:

Definition

typedef NS_ENUM(int8_t, OGWAxis ) {
   OGWAxisX,
   OGWAxisY,
};

Constants

OGWAxisX

Indicates that the X axis was integrated.

Declared In OGWKinematicsAspect.h.

OGWAxisY

Indicates that the Y axis was integrated.

Declared In OGWKinematicsAspect.h.

Declared In

OGWKinematicsAspect.h