Fermata.CoordinateSystems
F# library for operations related to coordinate system.
Install / Use
/learn @taidalog/Fermata.CoordinateSystemsREADME
Fermata.CoordinateSystems
An F# helper library for operations related to coordinate systems, such as Cartesian-screen coordinates conversion. Compatible with Fable.
Version 0.1.0
Modules
- Screen
Contains helper functions for working with screen coordinates. - Cartesian
Contains helper functions for working with Cartesian coordinates.
For more information, see each signature file (.fsi).
Installation
.NET CLI,
dotnet add package Fermata.CoordinateSystems --version 0.1.0
F# Intaractive,
#r "nuget: Fermata.CoordinateSystems, 0.1.0"
For more information, please see Fermata.CoordinateSystems on NuGet Gallery.
Notes
- Don't forget
npm startbefore using Fermata.CoordinateSystems in a Fable project. I forgot!
Known Issue
Release Notes
Links
License
This product is licensed under the MIT license.
