Docs.rs
  • quaternion-core-0.5.4
    • quaternion-core 0.5.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • HamaguRe
    • Dependencies
      • num-traits ^0.2.19 normal
      • serde ^1.0.193 normal optional
    • Versions
    • 73.61% 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

quaternion_core0.5.4

Crate Items

  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Enums

  • RotationSequence
  • RotationType

Traits

  • QuaternionOps

Functions

  • add
  • conj
  • cross
  • dot
  • exp
  • frame_rotation
  • from_axis_angle
  • from_dcm
  • from_euler_angles
  • from_rotation_vector
  • hadamard
  • hadamard_add
  • identity
  • inv
  • lerp
  • ln
  • ln_versor
  • matrix_product
  • mul
  • negate
  • norm
  • normalize
  • point_rotation
  • pow
  • pow_versor
  • rotate_a_to_b
  • rotate_a_to_b_shortest
  • scale
  • scale_add
  • slerp
  • sqrt
  • sqrt_versor
  • sub
  • sum
  • to_axis_angle
  • to_dcm
  • to_euler_angles
  • to_rotation_vector

Type Aliases

  • DCM
  • Quaternion
  • Vector3