SVL

Software Screenshot:
SVL
Software Details:
Version: 1.5
Upload Date: 3 Jun 15
Developer: Andrew Willmott
Distribution Type: Freeware
Downloads: 48

Rating: 1.0/5 (Total Votes: 1)

SVL library provides vector and matrix classes, as well as a number of functions for performing vector arithmetic with them. Equation-like syntax is supported via class operators, for example:

#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

Similar Software

libimobiledevice
libimobiledevice

20 Feb 15

ATK
ATK

22 Jun 18

File::LockDir
File::LockDir

2 Jun 15

iTunes
iTunes

2 Jun 15

Comments to SVL

Comments not found
Add Comment
Turn on images!