Commit Graph

1108 Commits

Author SHA1 Message Date
Oliver Booth ae82b92f23
Add Polyhedron class
Updates CHANGELOG to mention missing types
2022-06-01 18:33:30 +01:00
Oliver Booth 9d397b9538
Add Sphere struct 2022-06-01 18:32:34 +01:00
Oliver Booth b8e6169c6f
Add Cuboid struct
NB: This struct has 7 auto-properties totalling 88 bytes. I feel there may be a way to calculate LocalFront__ given the center point, orientation, and size, but it's been a long day and I cannot think how to optimize this at the moment
2022-06-01 18:32:26 +01:00
Oliver Booth 0b3bf01fa0
Convert Polygon/F to class
This change also now refers to "Points" as "Vertices"
2022-06-01 18:30:48 +01:00
Oliver Booth 34b4777a8e
Use in modifier where logical to reduce overhead 2022-06-01 18:29:41 +01:00
Oliver Booth 09393029e8
Add separated argument constructor to Circle/F 2022-06-01 18:29:12 +01:00
Oliver Booth b0cce087b3
Add additional ctor overloads for Ellipse/F 2022-06-01 17:05:25 +01:00
Oliver Booth ea56f2be48
Add Line3D 2022-06-01 16:47:03 +01:00
Oliver Booth ac23d01554
Mention Ellipse/F in CHANGELOG 2022-06-01 15:37:21 +01:00
Oliver Booth b666b272a1
Add missing unit tests, bumps coverage to 99% 2022-06-01 15:36:45 +01:00
Oliver Booth 5e835e10f1
Add Ellipse struct 2022-06-01 15:36:18 +01:00
Oliver Booth 2f74ef5f50
Initialize _points field as null 2022-06-01 15:35:53 +01:00
Oliver Booth 5f53495817
Add Circle/F conversions 2022-06-01 15:35:33 +01:00
Oliver Booth b5227f58d3
Code cleanup for X10D.Tests 2022-06-01 15:35:00 +01:00
Oliver Booth e182b0f821
Fix invalid pattern match in CircleF 2022-06-01 15:33:44 +01:00
Oliver Booth 9c1714b419
Fix xmldoc for Line -> LineF conversion 2022-06-01 14:47:41 +01:00
Oliver Booth e9b0ed08d4
Add primitive 2D structs to complement System.Drawing types 2022-06-01 13:46:22 +01:00
Oliver Booth aca68cce72
[ci skip] Format csproj 2022-06-01 13:45:09 +01:00
Oliver Booth 74af813d78
Add RectInt conversions 2022-06-01 11:06:24 +01:00
Oliver Booth 5d63560146
Marked Singleton<T> obsolete
This pattern is discouraged.

... I regret adding it.
2022-05-31 11:52:59 +01:00
Oliver Booth c600825f55
[ci skip] Update X10D.Unity.Tests 2021.3.3f1 2022-05-31 11:52:37 +01:00
Oliver Booth 28dd88cf0a
Add Vector2/3Int method parity
* Added Vector2/3Int.Deconstruct
* Added Vector2/3Int.WithX
* Added Vector2/3Int.WithY
* Added Vector3Int.WithZ
* Added Vector2Int.ToSystemPoint
* Added Vector2Int.ToSystemSize
2022-05-31 11:41:29 +01:00
Oliver Booth f35f398d7f
Add conversions between Size(F)/Point(F)/Vector and Rect/Rectangle(F) 2022-05-28 14:19:46 +01:00
Oliver Booth 7ca206721b
Add MathUtility.InverseLerp (#60) 2022-05-23 10:33:52 +01:00
Oliver Booth 683e02cc2a
Add RoundUpToPowerOf2 2022-05-18 11:55:47 +01:00
Oliver Booth 5aea71465a
Add UnityEngine/System.Drawing color conversions 2022-05-16 10:41:53 +01:00
Oliver Booth e23aa13fda
Fix alpha values in Color32Tests 2022-05-16 10:40:32 +01:00
Oliver Booth d312d05f7a
Add vector tuple deconstruction 2022-05-16 10:30:55 +01:00
Oliver Booth 1bb1feb89b
Bump to 3.2.0 2022-05-16 10:19:53 +01:00
Oliver Booth 838a7cf72a
Merge branch 'main' into develop 2022-05-16 10:12:36 +01:00
Oliver Booth e3b223b36d
[ci skip] Fix misplaced backtick 2022-05-14 20:10:21 +01:00
Oliver Booth 1b155935c1
[ci skip] Drop render from type input 2022-05-14 20:08:44 +01:00
Oliver Booth 2a0afada76
[ci skip] Improve issue templates 2022-05-14 20:07:54 +01:00
Oliver Booth eb31e0fe3f
[ci skip] Migrate issue template to issue forms
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
2022-05-14 20:04:06 +01:00
Oliver Booth 0c169cdaf4
[ci skip] .md not .yml for coc 2022-05-14 19:43:32 +01:00
Oliver Booth 98665e3363
[ci skip] Add code of conduct 2022-05-14 19:42:44 +01:00
Oliver Booth 2b5fed836b
[ci skip] Update package version 2022-05-13 10:03:22 +01:00
Oliver Booth d95ed86174
[github actions] Build, don't publish, for (pre)release 2022-05-13 09:55:06 +01:00
Oliver Booth b0ac965a7d
Merge pull request #58 from oliverbooth/develop
3.1.0
2022-05-13 09:45:58 +01:00
Oliver Booth aa00f122b1
Update CHANGELOG 2022-05-13 09:36:20 +01:00
Oliver Booth 542b56fd01
Update X10D.Unity.Tests 2021.3.2f1
Reference Unity3D.SDK 2021.1.14f1 for X10D.Unity
2022-05-13 09:10:59 +01:00
Oliver Booth 048e0a22f7
Add Singleton<T> class 2022-05-13 09:09:25 +01:00
Oliver Booth 5d7d570749
[github actions] Pass GITHUB_TOKEN to docfx job
I'm still winging it. I have no idea how to fix this bug because the action in question is beyond my control.

https://github.com/maxheld83/ghpages/issues/31

^ This issue claims the linked issue provides a fix. Wasn't able to follow, so I'm just passing this token because... why not at this point? I'm getting tired of making commits that fails CI. I just want to watch Better Call Saul.
2022-05-12 15:00:40 +01:00
Oliver Booth f6aeaf35f7
[github actions] Pass GH_PAT to docfx-action
Still winging things.
2022-05-12 14:50:47 +01:00
Oliver Booth 4da6ac7de4
[github actions] Pass repo token to docfx job
Honestly I'm just winging it at this point.
2022-05-12 14:45:39 +01:00
Oliver Booth cd9d2d7bef
[github actions] Fix BUILD_DIR for docfx job 2022-05-12 14:30:51 +01:00
Oliver Booth 28d64f74fb
[github actions] Don't push nightly for main 2022-05-12 14:30:25 +01:00
Oliver Booth 10e4738788
[github actions] Don't run docfx job for PR 2022-05-12 14:28:00 +01:00
Oliver Booth 03b345325b
[ci skip] [github actions] Update DocFx job 2022-05-12 14:26:10 +01:00
Oliver Booth a566058837
Add docfx project 2022-05-12 14:24:13 +01:00