/gomath

A simple math library in Go that is meant to be used for 3d graphics and game development.

Primary LanguageGoMIT LicenseMIT

Go mathematics library

Go Reference Build Status Go Report Card

A lightweight mathematics library in Go intended to be used in graphics, simulation, and game projects.

The code is split into single-precision and double-precision packages:

  • sprec - single-precision types and functions
  • dprec - double-precision types and functions