8000 GitHub - gonutz/d3dmath: Go library for matrix and vector manipulation, suited for Direct3D (row-major ordering).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gonutz/d3dmath

Repository files navigation

Package d3dmath provides vector and matrix functions similar to those in D3DX, a helper library for doing 3D graphics maths.

It is designed to work well with d3d9.

The top-level package github.com/gonutz/d3dmath is only for backwards compatibility with version 1.0.0.

There are sub-packages github.com/gonutz/d3dmath/column_major/d3dmath and github.com/gonutz/d3dmath/row_major/d3dmath which sort matrices either in column or in row major order. This lets you work in both modes in Direct3D.

About

Go library for matrix and vector manipulation, suited for Direct3D (row-major ordering).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0