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.
noise-functions
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
9
Nov
8
7
6
5
4
3
1
30
Oct
29
28
27
26
25
24
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
Fixed contains(halfspace3) shortcut selection
Added ray2 - triangle2 intersection
Added ray - halfspace intersection
Default intersects(aabb, obj) implementation with reversed parameter order
Added ray2 - line2 and ray2 - segment2 intersections
Added ray2 - ray2 intersection
Added variadic constructor to ray_hits; Changed all intersection_parameter(ray, obj) to return ray_hits
fixed warning
Moved cylinder_boundary_no_caps intersection next to cylinder intersection
Some slight code simplifications
Reordered and grouped intersection functions
added has_edges/vertices
Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/typed-geometry into develop
is_any_range
Fixed unused warning
Added project(pos, pos)
Merge branch 'agrabowy' into 'develop'
Update from develop
fixed weird clang crash
Added aabb_of ellipse
Added area and volume of ellipse
Added perimeter of ellipse
Moved uniform(triangle)
Rewritten project onto triangle3
Added uniform for ellipse
Added min_element and max_element for comp
Added contains for ellipse
Added basic ellipse functions
Added ellipse datatype
Added any_point for all objects
Added signed_distance for halfspace
Merge branch 'kw/develop' into 'develop'
Fix clang-format
Merge branch 'agrabowy' into 'develop'
Added some includes
Added edges_of box2, box3 and all pyramid variants
Merge branch 'agrabowy' into 'develop'
Added vertices_of box3 and some TraitsT variants
Added vertices_of pyramid
Updated from develop
Loading