cgmath/src
Aaron Jacobs fddb3a7903 Implements the (mutable) index operator for vectors.
Again, this is possibly an oversight. The operators simply use the
mut_i() and i() methods which are demanded by the Array1<S> trait.

This means you may access the field `x` on a VectorN with vector[0]
syntax.

Signed-off-by: Aaron Jacobs <atheriel@gmail.com>
2014-07-28 22:37:49 -07:00
..
bench Update crate attribute. 2014-05-12 21:09:16 -04:00
test Adds map() to Array1, and provides implementations for Vectors, 2014-07-02 21:34:26 -07:00
aabb.rs Update for Cargo 2014-06-23 23:49:29 -07:00
angle.rs remove lifetime notations causing errors 2014-07-05 12:15:10 +12:00
approx.rs Update to compile with rust (9f8149e) 2014-06-25 21:26:15 -07:00
array.rs Use pointers for the column map. 2014-07-04 17:37:24 -07:00
cgmath.rs Remove crate_id. 2014-07-29 11:16:15 +09:00
cylinder.rs Update for Cargo 2014-06-23 23:49:29 -07:00
frustum.rs Update for Cargo 2014-06-23 23:49:29 -07:00
intersect.rs Update for Cargo 2014-06-23 23:49:29 -07:00
line.rs Update for Cargo 2014-06-23 23:49:29 -07:00
matrix.rs Merge pull request #96 from atheriel/vecmap 2014-07-05 19:24:12 -07:00
num.rs Update for Cargo 2014-06-23 23:49:29 -07:00
obb.rs Update for Cargo 2014-06-23 23:49:29 -07:00
plane.rs Update for Cargo 2014-06-23 23:49:29 -07:00
point.rs Merge pull request #96 from atheriel/vecmap 2014-07-05 19:24:12 -07:00
projection.rs Fix inverted asserts 2014-07-18 11:55:53 -04:00
quaternion.rs Merge pull request #96 from atheriel/vecmap 2014-07-05 19:24:12 -07:00
ray.rs Update for Cargo 2014-06-23 23:49:29 -07:00
rotation.rs Add a good rotation example to Basis2. 2014-07-23 20:25:42 -07:00
sphere.rs Update for Cargo 2014-06-23 23:49:29 -07:00
transform.rs Update for Cargo 2014-06-23 23:49:29 -07:00
vector.rs Implements the (mutable) index operator for vectors. 2014-07-28 22:37:49 -07:00