Showing 34 open source projects for "quaternion"

View related business solutions
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 1

    Quaternion Lorentz

    Complex quaternion calculator with Lorentz boosts and rotations

    C++ code to perform the Lorentz boosts and rotations of special relativity using complex quaternions The interface is a complex quaternion console-based calculator with operations + - * / and functions for Lorentz boosts and rotations. THEORY Complex quaternions have form q = A + B * I + C * J + D * K A, B, C, D complex I * I = -1 J * J = -1 K * K = -1 I * J = K J * I = -K J * K = I K * J = -I K * I = J I * K = -J Transpose T takes I into -I, J into -J, K into -K...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Quaternion toolbox for Matlab

    Quaternion and octonion toolbox for Matlab

    Quaternion toolbox for Matlab is a toolbox that extends Matlab to handle matrices of quaternions with real and complex components. Many Matlab operators and functions are overloaded to work for real quaternion and complexified quaternion matrices. Version 2 of the toolbox adds support for octonions. Version 3 adds symbolic computation with quaternions, provided that you have the Symbolic Math Toolbox (if you don't the numeric functionality will still work).
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    LQSTFM is a Matlab toolbox for handling linear quaternion systems. It requires the QTFM toolbox to provide the underlying quaternion operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    nars2000

    nars2000

    NARS2000: An Experimental APL Interpreter

    APL is an arrary-oriented language initially conceived in the 1960s by Kenneth E. Iverson, IBM Fellow and 1979 ACM Turing Award recipient. It is ideally suited to computer programming because it subsumes the tedious aspects of the job allowing the programmer to concentrate on the heart of the project. NARS2000 is a Free Open Source implementation of APL. For more details on this project, visit the NARS2000.org website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
  • 5
    QuatView

    QuatView

    Quaternion Viewer and Converter

    Quaternion conversion and visualization program for Windows. Includes 3D OpenGl graphics, real-time quaternion file playback, and a server to receive and display quaternion data from remote computers via TCP. Also displays Euler angles and DCM.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    The Rotations Conversion Library (RCL) is a collection of C++ functions that address common computations and numerical handling of rotations in 3D Euclidean space, including support for rotation matrices (`Rotmat`), Quaternions (`Quat`), intrinsic ZYX Euler angles (`Euler`), fused angles (`Fused`) and tilt angles (`Tilt`). In addition to the core competency of being able to convert between each of the representations, operations such as inversion, ZYX yaw extraction, fused yaw extraction,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    QuantumQuaternionCrypto

    To develop Qubit-resistant cryptography based on 4D-hypercomplexity...

    ...requiring the Quaternion (or even 8D-Biquaternion?) number system as a basis of Asymmetric Public-Private Key Digital Encryption to befuddle and overwhelm the highly-anticipated, powerful but fragile technology of Quantum Computation. Major recent Asian analytical advances are budding out in Singapore and India, whose foundations may well be provide a practical, efficient coding approach (adapting beautifully to the visualization and equation facilities of Wolfram/Mathematica) to Strong...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    brilliant as reality

    A raytracer that tries to combine simplicity with power.

    ... - Image in image effects - Quaternion based rotations (simple to use, of course!) - Useable via SDL or shared library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    libquaternion

    Library to work with quaternion.

    Math library to work with quaternions. Have SSE, SSE2, SSE3, SSE4.1 optimizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10
    Attitude Estimator

    Attitude Estimator

    A C++ implementation of a nonlinear 3D IMU fusion algorithm.

    Attitude Estimator is a generic platform-independent C++ library that implements an IMU sensor fusion algorithm. Up to 3-axis gyroscope, accelerometer and magnetometer data can be processed into a full 3D quaternion orientation estimate, with the use of a nonlinear Passive Complementary Filter. The library is targeted at robotic applications, but is by no means limited to this. Features of the estimator include gyro bias estimation, transient quick learning, multiple estimation algorithms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Local Observations to Global Integration
    Logi (Local Observations to Global Integration) transforms several local coordinate systems (composed of polar measurements) into a global spatial uniform network with respect to the Guide to the Expression of Uncertainty in Measurement (GUM).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    The CML (Configurable Math Library) is a free, open-source C++ vector, matrix, and quaternion math library designed for use in games, graphics, computational geometry, and related applications. Please note: the CML source has moved to GitHub: https://github.com/demianmnave/CML
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    CQRlib is an ANSI C implementation of a utility library for quaternion arithmetic and quaternion rotation math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    qspline CC0

    qspline (Quaternion Cubic Spline) under the CC0 license

    Quaternion Cubic Spline by James McEnnan Qspline does quaternion interpolation such that the quaternion and angular rate and acceleration vectors are continuous functions of time, while maintaining quaternion normalization. This project releases the core functions (in qspline.c) under the CC0 license (Public Domain). The original project can be found here: http://sourceforge.net/projects/qspline/ The documentation can be found in the original project here: http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Firmware for the UM6 Orientation Sensor from CH Robotics. The UM6 firmware supports quaternion and Euler Angle estimation using rate gyros, accelerometers, and magnetic sensors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Vector,quaternion,matrix math library

    Vector,quaternion,matrix math library

    Free vector,quaternion,matrix math library

    Over 75 C++ function for working with vectors, matrix and quaternions. Inside the package there is no cycles, if's, classes or structures. Ideal for designing 3D engines. Headlines of functions are intuitive. For each headline there is a one line comment in Russian. Matrix are presented in OpenGL form 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15 Now we are working on adding 50+ more functions for processing the planes, splines, bezier curves and interpolation methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SymbolicC++

    An object oriented C++ library for computer algebra

    SymbolicC++ is a general purpose computer algebra system embedded in the programming language C++. It is free software released under the terms of the GNU General Public License. SymbolicC++ is used by including a C++ header file or by linking against a library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Research on severals marching cubes algorithmes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Graphics api based on open gl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    iSDGE
    iSDGE is meant to be a free next generation 3D game engine for mobile devices supporting OpenGL ES 2.0. It is very easy to use, extremely flexible and fast. iSDGE is mostly written in C++ and currently comes with an Objective-C binding for iOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This Quaternion based 3D Camera is designed from the ground up to be robust, but most importantly, it's geared toward new programmers, so its primary focus is for it to be the easiest possible to get into your project and start using.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Maya plugin implementing a smooth skinning node doing dual quaternion skinning. Please visit the project's homepage for more information and downloads.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    This is a Python script for Blender which uses short (quaternion-based, floretion-based) algorithms to draw curves in space. The user can create new shapes and curves by setting a variety of parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Qspline does quaternion interpolation such that the quaternion and angular rate and acceleration vectors are continuous functions of time, while maintaining quaternion normalization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A mini 3D computer graphics C++ cross-platform library (LGPL). Providing the minimum set of 3D objects: vector, point, transformation matrix, and quaternion. Suitable for students who are learning 3D concepts, or 3D gurus who like to build a scene-graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next