Exemple #1
0
 public MatrixCalc(MatrixOp op, MatrixSource provider, MatrixSource source, DrawState state)
 {
     #if DEBUG
     this.state = state;
     #endif
     this.op = op;
     this.provider = provider;
     this.source = source;
 }
Exemple #2
0
        public MatrixCalc(MatrixOp op, MatrixSource provider, MatrixSource source, DrawState state)
        {
#if DEBUG
            this.state = state;
#endif
            this.op       = op;
            this.provider = provider;
            this.source   = source;
        }