No description
Find a file
Renaud Casenave-Péré 48d6456f0e Maths module with a generic vector submodule.
Simple vector and scalar operations are supported like + - * / but
without any optimization whatsoever to keep it generic and simple for now.

A swizzle function to get a new vector out of a subset of the original
vector's attributes is also added.

A lengthsq and length function is also provided.
2014-08-17 21:30:08 +09:00
src Maths module with a generic vector submodule. 2014-08-17 21:30:08 +09:00
t Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
.gitignore Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
README.md Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
README.org Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
stoe-test.asd Initial Commit: bootstrap project with cl-project 2014-01-02 20:56:35 +09:00
stoe.asd Maths module with a generic vector submodule. 2014-08-17 21:30:08 +09:00

Stoe - SaintOEngine - A 3d engine in common-lisp

Usage

Installation

Author

Copyright (c) 2014 Renaud Casenave-Péré (renaud@casenave-pere.fr)

License

Licensed under the GPL3 License.