X10D/X10D.Unity/src/Numerics
Oliver Booth 5ff521073c
fix: suppress CA5394
This analysis warning is irrelevant. We're making extension methods here, dammit! This will be the consumer's responsibility to worry about.
2023-04-11 17:04:09 +01:00
..
QuaternionExtensions.cs Added SpanExtensions and the reinterpret between Unity's structs to System.Numerics structs 2023-03-06 06:49:07 +07:00
RandomExtensions.cs fix: suppress CA5394 2023-04-11 17:04:09 +01:00
Vector2Extensions.cs perf: use UnsafeUtility for Unity<->System conversions 2023-03-29 00:14:49 +01:00
Vector2IntExtensions.cs Add Point.IsOnLine (#64) 2022-06-29 17:55:04 +01:00
Vector3Extensions.cs Merge branch 'develop' into main 2023-03-07 17:30:15 +00:00
Vector3IntExtensions.cs Add Vector2/3Int.ToSystemVector 2022-06-01 18:37:33 +01:00
Vector4Extensions.cs [ci skip] style: reformat & cleanup solution 2023-03-29 17:46:56 +01:00