Jackalope / jmath (public) (License: GPLv3 or later) (since 2018-10-11) (hash sha1)
C++ conxstexpr template Math library with:
- multidimensional vectors and matrices
- geometry primitives with projection, distance and intersection functions
- coordinate systems conversions
- some routines

Depends on GCE-math C++ library as git submodule.

Used with clang (version 9 or 10) and gcc (version 9).
Written with C++17.
List of commits:
Subject Hash Author Date (UTC)
Include files reorganization. Option to include GCEM as package. CMake installation target. 68f6016e6e40fabbe168be176d3426c73b7a7b10 Jackalope 2020-05-31 23:44:28
GCC compatibility. 1225bb2c0d6f2b44ae65e1ca54b87f036c75d919 Jackalope 2020-05-29 15:53:38
removed excess template e1d8066084bfcc83e9b9a06513324d50c1968dba Jackalope 2020-05-25 01:46:37
more typedefs for vector dd05bec6f1da79751e46ac95f8196f7fe11a1c7e Jackalope 2020-05-21 11:50:27
Changed cmake library interface, gcem included properly 7e660bcdd283cc7d9203b0e03a2a5c2d7ee44829 Jackalope 2020-05-12 06:59:38
refactoring with name change to jmath, jm namespace, added license dda67de093198e66c57cbb10857c968e4382ac30 Jackalope 2020-05-09 19:07:42
replaced std min and max with math functions 0cbb0dfdbb9c3364361d27e25f70450f802518f3 Jackalope 2020-02-11 13:48:59
function number is template to prevent warnings 761fea461d2b6178c35385d63c4005eb708b2c6c Jackalope 2020-02-05 15:53:17
removed excess includes 88bc9c2f36118412a784907c91997f992825cb0e Jackalope 2020-02-05 12:18:17
changed vector to plane argument in plane distance 498b8412af406915b03f7cfa36228ae946c15baa jp.larry 2020-01-14 17:12:59
new line definitions and correct circle polygon intersection ffdc291cc19b8edcea2a33f06306dcc628d3535c jp.larry 2020-01-14 16:08:58
vector length_p2 function 8e59b70fef912432e5b9ce2299274b3d953c3116 jp.larry 2020-01-14 16:08:07
vector_base refactoring and distance,intersection functions moved to geometry header d8473eef6419504fbcc130fb1ce1f59032503a42 jp.larry 2020-01-14 00:41:30
functions to check if line out of range f54afa1443012f918cdf16483e7fb36021d1d465 jp.larry 2020-01-11 20:39:29
clusters depth slices and depth convertions a0d15a75baa2bdeef9c033c19ded7424ab29da1a jp.larry 2020-01-10 12:06:17
plane struct inherited from vector of size 4 with normal and offset 74331763aa73548b17ff91aab0d6abaa6fa0e7d8 jp.larry 2020-01-10 10:29:04
changed identation c815eb8588c6229bbf56606446e76b0a75553eee jp.larry 2020-01-10 10:28:20
sqrt function 856c393e7ba60f99bd18e524ef408f427e04fa1c jp.larry 2020-01-10 10:27:55
removed unused matrix files 1bc1e845a6a391cce90be9023fae41937dbd100d jp.larry 2020-01-07 13:55:53
frustum data type 48480173a43561e7502458579378b78591716d1c jp.larry 2020-01-07 13:53:57
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/Jackalope/jmath

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Jackalope/jmath

Clone this repository using git:
git clone git://git.rocketgit.com/user/Jackalope/jmath

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main