taidalog / Fermata.CoordinateSystems

F# library for operations related to coordinate system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 start before using Fermata.CoordinateSystems in a Fable project. I forgot!

Known Issue

Release Notes

Releases on GitHub

Links

License

This product is licensed under the MIT license.

About

F# library for operations related to coordinate system.

License:MIT License


Languages

Language:F# 100.0%