ncollide_math 0.6.0

2 and 3-dimensional collision detection library in Rust: module describing the algebraic entities used by ncollide.
Documentation
Build #42262 2017-02-19T15:48:47.627044+00:00
# rustc version
rustc 1.16.0-nightly (df8debf6d 2017-01-25)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading ncollide_math v0.6.0
Downloading nalgebra v0.11.1
Downloading generic-array v0.2.1
Downloading typenum v1.5.2
Compiling libc v0.2.20
Compiling typenum v1.5.2
Compiling num-traits v0.1.36
Compiling approx v0.1.1
Compiling rustc-serialize v0.3.22
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.20/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=2a4507ee5e52ea3e -C extra-filename=-2a4507ee5e52ea3e --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --cap-lints allow`
Running `rustc --crate-name num_traits .cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.36/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=51f88ce8f32c0283 -C extra-filename=-51f88ce8f32c0283 --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --cap-lints allow`
Running `rustc --crate-name approx .cargo/registry/src/github.com-1ecc6299db9ec823/approx-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7e5b6aca5f24d7b7 -C extra-filename=-7e5b6aca5f24d7b7 --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --cap-lints allow`
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.5.2/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=e5159f919fcbffd6 -C extra-filename=-e5159f919fcbffd6 --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/build/typenum-e5159f919fcbffd6 -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --cap-lints allow`
Running `rustc --crate-name rustc_serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.22/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2c0b16b7ceb9fdcb -C extra-filename=-2c0b16b7ceb9fdcb --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --cap-lints allow`
Running `/home/cratesfyi/ncollide_math-0.6.0/debug/build/typenum-e5159f919fcbffd6/build-script-build`
Running `rustc --crate-name typenum .cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.5.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=456c2df896e70ce0 -C extra-filename=-456c2df896e70ce0 --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --cap-lints allow`
Compiling rand v0.3.15
Running `rustc --crate-name rand .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c9d9fbdab2355ee4 -C extra-filename=-c9d9fbdab2355ee4 --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --extern libc=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/liblibc-2a4507ee5e52ea3e.rlib --cap-lints allow`
Compiling generic-array v0.2.1
Running `rustc --crate-name generic_array .cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b5db6f131cc5092f -C extra-filename=-b5db6f131cc5092f --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --extern typenum=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libtypenum-456c2df896e70ce0.rlib --cap-lints allow`
Compiling num-complex v0.1.35
Running `rustc --crate-name num_complex .cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.1.35/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rustc-serialize"' -C metadata=2d6fd57f39d31306 -C extra-filename=-2d6fd57f39d31306 --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --extern rustc_serialize=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/librustc_serialize-2c0b16b7ceb9fdcb.rlib --extern num_traits=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnum_traits-51f88ce8f32c0283.rlib --cap-lints allow`
Compiling alga v0.5.1
Running `rustc --crate-name alga .cargo/registry/src/github.com-1ecc6299db9ec823/alga-0.5.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5c61eed79552c8fc -C extra-filename=-5c61eed79552c8fc --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --extern num_traits=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnum_traits-51f88ce8f32c0283.rlib --extern num_complex=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnum_complex-2d6fd57f39d31306.rlib --extern approx=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libapprox-7e5b6aca5f24d7b7.rlib --cap-lints allow`
Compiling nalgebra v0.11.1
Running `rustc --crate-name nalgebra .cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4da989fd0ae7771b -C extra-filename=-4da989fd0ae7771b --out-dir /home/cratesfyi/ncollide_math-0.6.0/debug/deps -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --extern approx=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libapprox-7e5b6aca5f24d7b7.rlib --extern rand=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/librand-c9d9fbdab2355ee4.rlib --extern alga=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libalga-5c61eed79552c8fc.rlib --extern generic_array=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libgeneric_array-b5db6f131cc5092f.rlib --extern num_complex=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnum_complex-2d6fd57f39d31306.rlib --extern typenum=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libtypenum-456c2df896e70ce0.rlib --extern num_traits=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnum_traits-51f88ce8f32c0283.rlib --cap-lints allow`
Documenting ncollide_math v0.6.0
Running `rustdoc --crate-name ncollide_math .cargo/registry/src/github.com-1ecc6299db9ec823/ncollide_math-0.6.0/lib.rs -o /home/cratesfyi/ncollide_math-0.6.0/doc -L dependency=/home/cratesfyi/ncollide_math-0.6.0/debug/deps --extern nalgebra=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnalgebra-4da989fd0ae7771b.rlib --extern approx=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libapprox-7e5b6aca5f24d7b7.rlib --extern num_traits=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libnum_traits-51f88ce8f32c0283.rlib --extern rustc_serialize=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/librustc_serialize-2c0b16b7ceb9fdcb.rlib --extern alga=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/libalga-5c61eed79552c8fc.rlib --extern rand=/home/cratesfyi/ncollide_math-0.6.0/debug/deps/librand-c9d9fbdab2355ee4.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 43.6 secs