Mjukvaruinformation:
Version: 1.5
Ladda upp dagen: 3 Jun 15
Licens: Gratis
Popularitet: 168
SVL biblioteket tillhandahåller vektor- och matrisklasser, samt ett antal funktioner för att utföra aritmetiska vektor med dem. Ekvation-liknande syntax stöds via klass operatörer, till exempel:
#include "SVL / SVL.h"
Vec3 v (1,0, 2,0, 3,0);
Mat3 m (1,0, 2,0, 3,0, 4,0, 5,0, 6,0, 7,0, 8,0, 9,0);
v = 2 * v + m * v;
v * = (m / 3,0) * norm (v);
cout
Kommentarer hittades inte