10 lines
413 B
C++
10 lines
413 B
C++
/// Josh's 3D Math Library
|
|
/// A C++20 Library for 3D Math, Computer Graphics, and Scientific Computing.
|
|
/// Developed and Maintained by Josh O'Leary @ Redacted Software.
|
|
/// Special Thanks to William Tomasine II and Maxine Hayes.
|
|
/// (c) 2024 Redacted Software
|
|
/// This work is dedicated to the public domain.
|
|
|
|
/// @file OBBTests.hpp
|
|
/// @desc Unit tests for the Oriented Bounding Box class.
|
|
/// @edit 2024-07-23
|