Docs.rs
  • raytracing-0.2.0
    • raytracing 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sigurd4
    • Dependencies
      • moddef ^0.2.2 normal
      • num ^0.4.1 normal
      • image ^0.25.6 dev
    • Versions
    • 0% 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

raytracing0.2.0

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Ray
  • Raytrace
  • RaytraceWithNorm
  • shapes::Transform
  • shapes::_3d::Tetrahedron
  • shapes::nd::HyperCube
  • shapes::nd::HyperPlane
  • shapes::nd::HyperRectangle
  • shapes::nd::HyperSphere

Traits

  • shapes::Shape

Functions

  • matrix::diagonal
  • matrix::identity
  • matrix::mul_matrix_collumn
  • matrix::mul_matrix_matrix
  • vec2::magnitude
  • vec2::magnitude_squared
  • vec2::mul_dot
  • vec2::normalize
  • vec2::sub
  • vec3::magnitude
  • vec3::magnitude_squared
  • vec3::mul_cross
  • vec3::mul_dot
  • vec3::normalize
  • vec3::sub

Type Aliases

  • shapes::_2d::Circle
  • shapes::_2d::Line
  • shapes::_2d::Rectangle
  • shapes::_3d::Cube
  • shapes::_3d::Plane
  • shapes::_3d::RectangularPrism
  • shapes::_3d::Sphere