A .NET library for working with planar, spatial, and multi-axis coordinate systems. Includes support for Cartesian, polar, spherical, and cylindrical coordinates, as well as utilities for scaling, timestamping, and axis management. Ideal for applications in geometry, physics, robotics, and data visualization.
$ dotnet add package Oakrey.CoordinatesThe Coordinates project is a .NET library designed for working with various coordinate systems and specialized coordinate-related utilities. It provides support for planar, spatial, and multi-axis coordinate systems, along with tools for scaling, timestamping, and axis management. This library is ideal for applications in geometry, physics, robotics, and data visualization.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Coordinates and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Coordinates
Run the following command in your Package Manager Console:
Install-Package Oakrey.Coordinates
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.