Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Calculate the candidate radii to join to point+direction angle pairs | Dan Goodliffe | 2021-02-27 |
| | | | | Returns a pair of the left and right variants. | ||
* | Calculate the radius to join to point+direction vector pairs | Dan Goodliffe | 2021-02-27 |
| | | | | | This uses a mental formula that was derived using symbolabs.com, it works but there just has to be simpler form of it! | ||
* | find_arc_centre given vectors | Dan Goodliffe | 2021-02-27 |
| | |||
* | Operator! to convert vec3 to vec2 | Dan Goodliffe | 2021-02-27 |
| | |||
* | Add meandering support | Dan Goodliffe | 2021-02-22 |
| | | | | Add rail links between existing nodes and arbitrary points | ||
* | Add vector pitch | Dan Goodliffe | 2021-02-14 |
| | |||
* | Rename flat_angle to vector_yaw | Dan Goodliffe | 2021-02-14 |
| | |||
* | Construct an Arc from three points | Dan Goodliffe | 2021-02-14 |
| | |||
* | Add operator[] to Arc | Dan Goodliffe | 2021-02-14 |
| | |||
* | Add consts for other compass points | Dan Goodliffe | 2021-02-14 |
| | |||
* | Factor a lot of maths and stuff into utility | Dan Goodliffe | 2021-02-07 |