Fixed undefined reference in Bezier curve. Other additions and fixes included.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
/// 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 Matrix.hpp
|
||||
/// @desc Templated implementation of arbitrary-sized N-by-M matrices.
|
||||
/// @edit 2024-08-01
|
||||
/// @note On backlog, low-priority.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
Reference in New Issue
Block a user