Docs.rs
  • del-canvas-core-0.1.1
    • del-canvas-core 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • nobuyuki83
    • Dependencies
      • anyhow ^1.0.86 normal
      • arrayref ^0.3.8 normal
      • del-geo-core ^0.1.29 normal
      • del-geo-nalgebra ^0.1.29 normal
      • del-msh-core ^0.1.34 normal
      • gif ^0.13.1 normal
      • image ^0.25.1 normal
      • itertools ^0.13.0 normal
      • nalgebra ^0.33.0 normal
      • num-traits ^0.2.19 normal
      • png ^0.17.13 normal
      • rand ^0.8.5 normal
      • rand_chacha ^0.3.1 normal
      • rayon ^1.10.0 normal
    • Versions
    • 5.21% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

del_canvas_core0.1.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • cam3::Camera3
  • canvas_bitmap::Canvas
  • canvas_gif::Canvas
  • canvas_svg::Canvas
  • gaussian_splatting::Gauss
  • raycast_trimesh2::TriMeshWithBvh

Enums

  • texture::Interpolation

Traits

  • rasterize_points3::PointWithColor

Functions

  • cam2::transform_world2pix_ortho_preserve_asp
  • cam3::ray3_homogeneous
  • color::i32_form_u8rgb
  • color::rgb_from_hsv
  • color::u8rgb_from_i32
  • colormap::apply_colormap
  • gaussian_splatting::diff_point2gauss
  • gaussian_splatting::rasterize
  • gaussian_splatting::tile2point
  • load_image_as_float_array
  • morphology::erode
  • rasterize_circle::fill
  • rasterize_circle::pixels_in_point
  • rasterize_line::draw_dda
  • rasterize_line::draw_dda_with_transformation
  • rasterize_line::draw_pixcenter
  • rasterize_line::pixels_in_line
  • rasterize_points3::points
  • rasterize_polygon::fill
  • rasterize_polygon::stroke
  • rasterize_triangle::fill
  • raycast_trimesh2::draw_vtxcolor
  • raycast_trimesh3::pix2tri
  • raycast_trimesh3::render_depth_bvh
  • raycast_trimesh3::render_normalmap_from_pix2tri
  • raycast_trimesh3::render_texture_from_pix2tri
  • texture::bilinear
  • texture::nearest
  • write_png_from_float_image_grayscale
  • write_png_from_float_image_rgb

Constants

  • colormap::COLORMAP_HEAT
  • colormap::COLORMAP_JET
  • colormap::COLORMAP_PLASMA
  • colormap::COLORMAP_VIRIDIS