how to call methods of variables' type class

Respuesta propuesta how to call methods of variables' type class

  • quinta-feira, 21 de junho de 2012 14:14
     
     

    eg, 

    Variable<Vector> a,b;

    How can I do sum of a, b using  Vector.SetToSum() method? to create another vector variable of the sum of these two

    thx

Todas as Respostas