Registry / utility / linmath

linmath

JSON →
library2022-07-30vcpkgunverified

linmath.h -- A small library for linear math as required for computer graphics.

vcpkg install linmath
INSTALL
IMPORT
SIG · LINMATH
L
linmath
utilitycppv2022-07-30
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

linmath.h
#include <linmath.h>

Create and print a 3D vector.

#include <linmath.h> #include <stdio.h> int main() { vec3 v = {1.0f, 2.0f, 3.0f}; printf("x: %f\n", v[0]); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-07-30latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

linmath — pip install linmath · libregistry