Skip to content

Releases: NetFabric/NetFabric.Angle

NetFabric.Angle 3.3.0

16 Nov 16:29
Compare
Choose a tag to compare

Added angle representation in revolutions.

NetFabric.Angle 3.2.0

12 Nov 23:02
Compare
Choose a tag to compare

Enhanced debugging experience with custom visualizers for Visual Studio. When stopped at a breakpoint, with the mouse hovering on an Angle variable, the DataTip shows the variable value but, when expanded shows the value in all angle measurement units.

NetFabric.Angle 3.1.0

12 Nov 21:52
Compare
Choose a tag to compare

Add binary serialization.

NetFabric.Angle 3.0.0

10 Nov 22:34
0b8271e
Compare
Choose a tag to compare

New API with distinct angle representations for each unit type, reducing rounding issues.

NetFabric.Angle 2.0.2

16 Jul 19:48
Compare
Choose a tag to compare

Added Min, Max, Sum and Range for enumerable of Angle

NetFabric.Angle 1.0.49

16 May 06:44
Compare
Choose a tag to compare

Fixed Unity serialization

NetFabric.Angle 1.0.48

11 May 13:30
Compare
Choose a tag to compare

Enhanced debugging experience with custom visualizers for Visual Studio. When stopped at a breakpoint with the mouse hovering on an Angle variable, the DataTip shows the variable value in degrees and when expanded shows the value in all angle measurement units.

NetFabric.Angle 1.0.47

06 May 21:58
Compare
Choose a tag to compare

Added support for string formats for easy output in all angle measurement units.

NetFabric.Angle 1.0.45

29 Apr 22:12
Compare
Choose a tag to compare
  • Added linear interpolation (lerp).
  • Added a AngleRangeAttribute so range metadata can be added to fields and properties.
  • Added support for .NET Micro Framework versions 4.2 and 4.3.
  • Improved Unity support:
    • Applied SerializableAttribute to Angle.
    • Added a custom property drawer for Angle.
    • Added extension methods so Angle can be used directly Unity objects.
    • Packaged as a .unitypackage for easy import.

NetFabric.Angle 1.0.36

18 Apr 20:09
Compare
Choose a tag to compare
  • Added support for Unity (.NET 3.5) and .NET Micro Framework 4.4
  • Improved documentation