..
comp
Add Absolute
, Col
, Mat
, AbsoluteRotate
traits.
2013-09-13 10:26:19 +02:00
absolute.rs
Add Absolute
, Col
, Mat
, AbsoluteRotate
traits.
2013-09-13 10:26:19 +02:00
basis.rs
Update to work with the last compiler.
2013-08-28 14:22:12 +02:00
col.rs
Add Absolute
, Col
, Mat
, AbsoluteRotate
traits.
2013-09-13 10:26:19 +02:00
column.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
cross.rs
Add two traits: CrossMatrix
and Row
.
2013-08-25 23:01:44 +02:00
dim.rs
Update to work with the last compiler.
2013-08-28 14:22:12 +02:00
dot.rs
Add a Dot
and a Norm
trait for vectors having a dot product and a norm.
2013-09-08 18:20:06 +02:00
homogeneous.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
indexable.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
inv.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
iterable.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
mat_cast.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
mat.rs
Add Absolute
, Col
, Mat
, AbsoluteRotate
traits.
2013-09-13 10:26:19 +02:00
norm.rs
Add a Dot
and a Norm
trait for vectors having a dot product and a norm.
2013-09-08 18:20:06 +02:00
outer.rs
Add outer product.
2013-08-12 16:45:31 +02:00
rlmul.rs
Add and Identity
matrix type.
2013-08-23 15:59:26 +02:00
rotation.rs
Add Absolute
, Col
, Mat
, AbsoluteRotate
traits.
2013-09-13 10:26:19 +02:00
row.rs
Add Absolute
, Col
, Mat
, AbsoluteRotate
traits.
2013-09-13 10:26:19 +02:00
sample.rs
Rework of the traits for Vectors.
2013-08-18 18:33:25 +02:00
scalar_op.rs
"Replaced" Scalar{Add, Sub, Mul, Div} by operator overloading.
2013-09-14 21:32:38 +02:00
transformation.rs
Add methods to set the translation/rotation/transformation directly.
2013-09-06 08:48:08 +02:00
translation.rs
Add methods to set the translation/rotation/transformation directly.
2013-09-06 08:48:08 +02:00
transpose.rs
Fix curly braces.
2013-08-05 10:13:44 +02:00
vec_cast.rs
Add Round
impl for vectors.
2013-08-15 10:41:47 +02:00
vector.rs
"Replaced" Scalar{Add, Sub, Mul, Div} by operator overloading.
2013-09-14 21:32:38 +02:00