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.
feature-units
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
24
Oct
23
22
20
16
15
14
13
2
25
Sep
24
22
18
15
9
8
6
5
4
3
10
Aug
3
27
Jul
16
15
22
Jun
18
16
10
26
May
20
19
18
11
10
5
4
3
2
30
Apr
29
26
24
15
11
10
9
8
7
4
3
30
Mar
29
27
25
14
13
12
11
9
8
7
6
5
2
28
Feb
22
19
18
17
16
14
13
12
11
10
8
6
5
4
3
1
31
Jan
30
29
28
27
26
23
22
21
20
17
15
14
13
11
10
9
8
7
6
16
Dec
13
10
9
8
6
4
3
2
29
Nov
28
27
26
25
20
19
18
17
16
15
14
13
12
11
7
5
4
31
Oct
30
28
26
25
24
22
21
20
19
18
17
16
15
14
13
12
11
10
8
7
3
2
1
30
Sep
29
28
27
25
24
23
20
19
17
16
13
10
9
7
6
4
3
29
Aug
28
27
22
21
20
19
14
9
8
7
3
1
25
Jul
23
17
16
15
10
4
1
24
Jun
21
20
18
17
Added remaining volume_of implementations (hemisphere and capsule)
made aabb -> box implicit again
Merge branch 'agrabowy' into 'develop'
Added solid_of
Simplified contains(triangle) using edges_of(triangle)
Renamed normal to normal_of
Renamed circumcircle to circumcircle_of
Renamed perimeter to perimeter_of
Renamed vertices to vertices_of
Renamed volume to volume_of
Renamed edges to edges_of (with deprecation)
Renamed centroid to centroid_of (and deprecated centroid)
deprecated area and signed_area
Renamed area to area_of
Added missing typename
Merge branch 'agrabowy' into 'develop'
added missing include
Changed caps_of(cylinder) to return an array instead of a pair
Simplified and unified project for all pyramid variants
Simplified and unified contains for all pyramid variants
Unified TraitsT variants of caps_of for hemispheres and pyramids
Added caps_of(cylinder)
added inf_of segment, ray, and cylinder
Unified inf_of(cone)
Added uniform_by_area, _volume, and _length
Small fix for uniform color4
unified uniform(pyramid) variants with if constexpr and vertices(pyramid.base)
Added apex_of(cone)
pointers are not comp convertible
better error msg when using uniform(rng) with lvalues
added std::byte uniform
Merge branch 'bugfix/fixed-uint-gcd' into 'develop'
Fixed several bugs.
Merge branch 'feature/fixed_int_gcd' into 'develop'
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/typed-geometry into develop
Added trailing zeros / ones count
Fixed typo
expended from_data matrix api
Merge branch 'singular-values-3-4' into 'develop'
rename to tg::singular_values and add D=3 and D=4 cases
Loading