Crate shape_core

source ·
Expand description

Structs

Traits

  • Generic trait for floating point numbers
  • The base trait for numeric types, covering 0 and 1 values, comparisons, basic numeric operations, and string conversion.
  • Defines a multiplicative identity element for Self.
  • A trait for real number types that do not necessarily have floating-point-specific characteristics such as NaN and infinity.
  • Useful functions for signed numbers (i.e. numbers that can be negative).
  • A trait for checking if a shape is empty
  • Defines an additive identity element for Self.