Function Basis.set

String opCast(T : String)() const { String s; // @Todo return s; }

void set (
  float xx,
  float xy,
  float xz,
  float yx,
  float yy,
  float yz,
  float zx,
  float zy,
  float zz
) nothrow @nogc;