anyKode Marilou
ContentsIndexHome
PreviousUpNext
MODAVECTOR3

MODA 3D vector.

C++
struct MODAVECTOR3 {
  union {
    struct {
      float x;
      float y;
      float z;
    };
    float v[3];
  };
};

ModaCPPMath.h

A 3d vector (X, Y, Z) usually (but not necessary) in Marilou editor axes.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!