Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
typed-geometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philip Trettner
typed-geometry
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
4b2912ef281f5639cf8b1e6bf357de0f9adf2855
Select Git revision
Branches
20
add-intersections
agrabowy
ak/develop
develop
default
protected
feature-fixed_uint
feature-units
feature/are-orthogonal-fix
feature/colors
feature/covariance
feature/perspective-vulkan
feature/restructure
jn/develop
js/develop
js/dito
jschakib
kersten
kschuster
kw/develop
master
protected
noise-functions
Tags
1
0.6.0
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jun
9
8
7
5
4
3
1
31
May
30
29
25
23
22
21
19
17
15
10
9
8
7
6
5
4
3
30
Apr
29
28
26
25
24
23
22
18
17
16
15
14
12
11
10
9
8
2
1
25
Mar
22
20
16
15
14
13
12
11
7
5
16
Feb
9
6
1
31
Jan
30
29
28
27
24
23
22
21
20
18
17
16
15
30
Dec
25
24
23
22
21
15
fixed long vs long long problem
added scalar smoothstep
renamed some 2D normal functions to perpendicular
made scalar aabb ctor explicit
moved 0-ary min/max to special values (and thus into tg-lean.hh)
uniform ranges, better b_inc naming
made LIKELY/UNLIKELY explicitly bool
added general hyperplane distance
Merge branch 'feature/add-ray-triangle-intersection-coord' into 'develop'
Add ray-triangle intersection_coordinate
gave dir a default ctor
added bool comps
scalar ctor for aabb
removed unused shape
small fixes
made angle scalar
fixed lookat matrix
fixed warning
fixed some uninitialized memory
reintroduced TG_NODISCARD because clang format
added sin_cos, added perspective reverse Z
fixed warning
made C++17 mandatory
made comp structured binding friendly again, added range type and enumeration
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/typed-geometry into develop
added color3 -> color4 ctor
applied angle rename
Merge branch 'kschuster' into 'develop'
Merge branch 'jschakib' into 'develop'
proper matrix access.
determinant and inverse for mat4x4.
Merge branch 'jschakib' into 'develop'
fix pos1 max back.
include rect object. use pos2 for rect2.
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/typed-geometry into develop
Merge branch 'jschakib' into 'develop'
fix min-max size1.
fix min-max of size1.
pow for pos, vec and size
fixed intersection compile error
Loading