Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
James D edited this page Apr 28, 2021 · 6 revisions

Atomic

Table of Contents

Getting Started:

Contributor/Developer:

About

Atomic is a header only modern C++ library. It currently contains linear-algebra, geometry and general mathematical functions not present within the standard library. It aims to be lightweight and easy to integrate into existing projects with low overhead using a variety of modern C++ features and practices. It currently covers the following major areas:

  • Geometry
  • Linear Algebra
  • Containers
  • Other Mathematical Functions

Clone this wiki locally