Esempio n. 1
0
 public __type__(__ftype__[] array)
 {
     V = new __vdt__(array);
 }
Esempio n. 2
0
 public __type__(__ftype__ uniform)
 {
     V = new __vdt__(/*# dfields.ForEach(f => { */ uniform /*# }, comma); */);
 }
Esempio n. 3
0
 public __type__(__type__ scale)
 {
     V = scale.V;
 }
Esempio n. 4
0
 public __type__(__vdt__ scalingFactors)
 {
     V = scalingFactors;
 }
Esempio n. 5
0
 public __type__(/*# dfields.ForEach(f => { */ __ftype__ s__f__ /*# }, comma); */)
 {
     V = new __vdt__(/*# dfields.ForEach(f => { */ s__f__ /*# }, comma); */);
 }
Esempio n. 6
0
 public __type__(__ftype__[] array, int start)
 {
     V = new __vdt__(array, start);
 }
Esempio n. 7
0
 public __type__(__type__ s)
 {
     V = s.V;
 }
Esempio n. 8
0
 public __type__(__vdt__ v)
 {
     V = v;
 }