Docs.rs
  • gramit-0.2.0
    • gramit 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • wuggen
    • Dependencies
      • serde ^1.0 normal optional
      • vulkano ^0.16 normal optional
    • Versions
    • 83.78% 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

gramit0.2.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • angle::Angle
  • lerp::Fraction
  • lerp::Lerp
  • mat::Mat2
  • mat::Mat3
  • mat::Mat4
  • quaternion::Quaternion
  • transform::Transform
  • vec::Vec2
  • vec::Vec3
  • vec::Vec4

Enums

  • lerp::MakeFractionError

Traits

  • fp::ApproxEq
  • mat::SquareMatrix
  • vec::Vector

Macros

  • assert_approx_eq
  • assert_within_threshold
  • vec2
  • vec3
  • vec4

Functions

  • lerp::lerp
  • transform::frustum
  • transform::look_at
  • transform::ortho
  • transform::perspective
  • transform::rotate
  • transform::scale
  • transform::shear_x
  • transform::shear_y
  • transform::shear_z
  • transform::translate
  • vec::cross
  • vec::dot
  • vec::length
  • vec::normalize
  • vec::project

Constants

  • fp::EQ_THRESHOLD_F32