Docs.rs
  • cs2-nav-0.3.4
    • cs2-nav 0.3.4
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • JanEricNitschke
    • Dependencies
      • bincode =1.3.3 normal
      • byteorder ^1.5.0 normal
      • clap ^4.5.31 normal
      • geo ^0.29.3 normal
      • itertools ^0.14.0 normal
      • petgraph ^0.7.1 normal
      • pyo3 ^0.23.5 normal
      • rayon ^1.10.0 normal
      • rustc-hash ^2.1.1 normal
      • serde ^1.0.218 normal
      • serde_json ^1.0.140 normal
      • sha2 ^0.10.8 normal
      • simple-tqdm ^0.2.0 normal
      • tikv-jemallocator ^0.6 normal
    • Versions
    • 34.87% of the crate is documented
  • Go to latest version
  • Platform
    • 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

cs2_nav0.3.4

Module constants

Module Items

  • Constants
  • Functions

In crate cs2_nav

cs2_nav

Module constants

Source

Constants§

CROUCHING_ATTRIBUTE_FLAG
CROUCHING_SPEED
CROUCH_JUMP_HEIGHT
CROUCH_JUMP_HEIGHT_GAIN
CT_SIDE
DEFAULT_BOMB_TIME_IN_SECS
DEFAULT_FREEZE_TIME_IN_SECS
DEFAULT_INFERNO_DURATION_IN_SECS
DEFAULT_ROUND_TIME_IN_SECS
DEFAULT_SERVER_TICKRATE
DEFAULT_SMOKE_DURATION_IN_SECS
GRAVITY
JUMP_HEIGHT
LADDER_SPEED
PLAYER_CROUCH_EYE_LEVEL
PLAYER_CROUCH_HEIGHT
PLAYER_EYE_LEVEL
PLAYER_HEIGHT
PLAYER_WIDTH
RUNNING_SPEED
T_SIDE

Functions§

jump_speed
0.5m * v^2 = m * g * h v = sqrt(2 * g * h)