Docs.rs
  • fyrox-math-0.3.0
    • fyrox-math 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mrDIMAS
    • Dependencies
      • arrayvec ^0.7.4 normal
      • bytemuck ^1.16.1 normal
      • nalgebra ^0.33 normal
      • num-traits ^0.2.18 normal
      • rectutils ^0.3.0 normal
      • uuid ^1 normal
    • Versions
    • 19.03% of the crate is documented
  • Go to latest version
  • 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

fyrox_math0.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • OptionRect
  • Rect
  • SmoothAngle
  • TriangleDefinition
  • TriangleEdge
  • aabb::AxisAlignedBoundingBox
  • curve::Curve
  • curve::CurveKey
  • frustum::Frustum
  • octree::Octree
  • pack::RectPacker
  • plane::Plane
  • quadtree::QuadTree
  • ray::IntersectionResult
  • ray::Ray
  • segment::LineSegment

Enums

  • PlaneClass
  • RotationOrder
  • curve::CurveKeyKind
  • octree::OctreeNode
  • quadtree::QuadTreeBuildError
  • ray::CylinderKind

Traits

  • Matrix3Ext
  • Matrix4Ext
  • Number
  • PositionProvider
  • Vector2Ext
  • Vector3Ext
  • quadtree::BoundsProvider
  • quadtree::QueryStorage

Functions

  • barycentric_is_inside
  • barycentric_to_world
  • classify_plane
  • cubicf
  • cubicf_derivative
  • get_arbitrary_line_perpendicular
  • get_barycentric_coords
  • get_barycentric_coords_2d
  • get_closest_point
  • get_closest_point_triangle_set
  • get_closest_point_triangles
  • get_farthest_point
  • get_polygon_normal
  • get_signed_triangle_area
  • ieee_remainder
  • inf_sup_cubicf
  • is_point_inside_2d_triangle
  • is_point_inside_triangle
  • lerpf
  • m4x4_approx_eq
  • quat_from_euler
  • ray_rect_intersection
  • round_to_step
  • solve_quadratic
  • spherical_to_cartesian
  • triangle_area
  • triangulator::triangulate
  • vec3_to_vec2_by_plane
  • vector_to_quat
  • wrap_angle
  • wrapf

Type Aliases

  • segment::LineSegment2
  • segment::LineSegment3