@interface CVACLMotionTypeVector3 : NSObject @property (nonatomic) float x; @property (nonatomic) float y; @property (nonatomic) float z; @end