Skip to content

A small library of composable functions that can be used to manipulate 3-D cartesian coordinates using transformation matrices and matrix multiplication.

Notifications You must be signed in to change notification settings

ckeyes88/coordinate_transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoordinateTransformer

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add coordinate_transformer to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:coordinate_transformer, "~> 0.1.0"}]
end
```
  1. Ensure coordinate_transformer is started before your application:
```elixir
def application do
  [applications: [:coordinate_transformer]]
end
```

Coordinate Transformer

About

A small library of composable functions that can be used to manipulate 3-D cartesian coordinates using transformation matrices and matrix multiplication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages