Docs.rs
rtbvh-0.6.2
rtbvh 0.6.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
meirbon
Dependencies
crossbeam ^0.8
normal
glam >=0.14
normal
num ^0.4
normal
num_cpus ^1.13
normal
rayon ^1.5
normal
serde ^1.0
normal
optional
bvh ^0.5
dev
l3d ^0.3
dev
pixels ^0.4.0
dev
rayon ^1.5
dev
winit ^0.25.0
dev
Versions
5.88%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Bounds
rtbvh
0.6.2
Bounds
Required Methods
bounds
Implementors
In crate rtbvh
rtbvh
Trait
Bounds
Copy item path
Source
pub trait Bounds<E:
Debug
+
Copy
=
i32
> { // Required method fn
bounds
(&self) ->
Aabb
<E>; }
Required Methods
§
Source
fn
bounds
(&self) ->
Aabb
<E>
Implementors
§
Source
§
impl
Bounds
for
Bvh
Source
§
impl
Bounds
for
Mbvh
Source
§
impl<E:
Debug
+
Copy
>
Bounds
<E> for
Aabb
<E>