Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 302 Bytes

File metadata and controls

11 lines (7 loc) · 302 Bytes

CPP_utils

A collection of modules written to build projects in CPP

Linear Algebra: [namespace: cpp_utils::lin_alg]

  1. vector: A representation of 3d vectors
  2. matrix: A representation of 3 x 3 arrays

Quaternions: [namespace: cpp_utils::quat]

  1. Quaternion: A representation of quaternions