godot::builtin

Module math

Expand description

Math-related functions and traits like ApproxEq.

Macros§

  • Asserts that two values are approximately equal
  • Asserts that two values are not approximately equal, using the provided func for equality checking.

Traits§

  • Approximate equality-comparison of geometric types.
  • Trait that provides Godot math functions as extensions on f32 and f64.