DJIVector

struct {}

A cartesian vector in 3D space.

  • x

    X-value of the cartesian vector.

    Declaration

    Objective-C

    double x
  • y

    Y-value of the cartesian vector.

    Declaration

    Objective-C

    double y
  • z

    Z-value of the cartesian vector.

    Declaration

    Objective-C

    double z