This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nalgebra
Watch
3
Star
0
Fork
You've already forked nalgebra
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f68f7f4f00
nalgebra
/
.gitignore
12 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add matrix adaptors and addapted to the now rust features.
2013-05-17 05:30:39 +08:00
*.swp
Add comments and adapted to new rust syntax.
2013-05-21 23:25:01 +08:00
*.html
Add the doc folder to the .gitignore.
2013-09-22 17:09:32 +08:00
doc
Add delta-transformation implementations.
2013-05-20 03:45:30 +08:00
lib
Add type aliases.
2013-07-22 19:44:08 +08:00
TODO
Fix coordinate calculation in DMat::from_fn(). The builder function `f` was receiving incorrect coordinates, often involving a uint underflow. Added a test case to verify the new behavior.
2014-07-27 08:03:37 +08:00
target/
Add points. This adds the Pnt{1,2,3,4,5,6} structures. This adds the traits: − AnyPnt − FloatPnt − PntExt − FloatPntExt − Orig (to return the zero point) − PntAsVec − VecAsPnt This adds operator overloading: − Pnt + Vec − Pnt - Vec − Pnt * Scalar − Pnt / Scalar − Pnt + Scalar − Pnt - Scalar − Iso * Pnt − Rot * Pnt − Pnt * Iso − Pnt * Rot This changes some behavior: − Iso multiplication with a Vec does not translate the vector any more. − ToHomogeneous adds a 0.0 at the end of a Vec and a 1.0 at the end of a Pnt. − FromHomogeneous performs w-normalization on a Pnt, but not on a Vec. − The Translate<Vec> trait is never implemented (i-e. a Vec is not to be translated). cc #25
2014-10-10 17:23:52 +08:00
Cargo.lock
update .gitignore.
2016-08-22 04:01:39 +08:00
*.orig
*.swo
Add vscode config folder to .gitignore.
2018-06-09 06:43:21 +08:00
site/
.vscode/