anyKode Marilou
ContentsIndexHome
PreviousUpNext
MODAMATRIX

MODA Matrix.

C++
struct MODAMATRIX {
  union {
    struct {
      float _11, _12, _13, _14;
      float _21, _22, _23, _24;
      float _31, _32, _33, _34;
      float _41, _42, _43, _44;
    };
    float m[4][4];
    float m2[16];
  };
};

ModaCPPMath.h

4*4 Matrix in Direct X axes.

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