/DirectXMath

single-file ( header-only ) DirectX math library for C

Primary LanguageC

DirectXMath

This is a suckless and single header/file DirectXMath library written by Microsoft. It can only be used by C.

Usage

Just add:

#define XM_NO_INTRINSICS

#include "DirectXMath.h"

or

#define XM_SSE_INTRINSICS

#include "DirectXMath.h"

to your C file.