Skip to content

dlaurie/lua-cqr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

lua-cqr

Extended idiomatic Lua interface to the CQRlib quaternion library.

This module provides an extended idiomatic Lua interface to the CQRlib library written by Herbert J. Bernstein. It is not a "binding" and access to the original documentation is only required for those who wish to understand the module's C code in cqr.c.

A quaternion is implemented as an immutable userdata consisting of four double precision numbers. The metatable of that module, which is its own __index, is returned by require "cqr".

Full documentation is provided in lua-cqr.html.

About

Extended idiomatic Lua interface to the CQRlib quaternion library]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published