From 0f8367566baf671b63a9e432e8cec6b931800f7f Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 19 Nov 2024 12:19:53 +0000 Subject: [PATCH] merge master --- docs/genindex.html | 36 ++++++++-------- docs/objects.inv | Bin 25866 -> 25867 bytes docs/pyray.html | 96 ++++++++++++++++++++--------------------- docs/searchindex.js | 2 +- pyray/__init__.pyi | 16 +++---- raylib/rlgl.h.modified | 2 +- 6 files changed, 76 insertions(+), 76 deletions(-) diff --git a/docs/genindex.html b/docs/genindex.html index 1f5d889..1accfe3 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -10666,6 +10666,14 @@
  • vector2_clamp() (in module pyray)
  • vector2_clamp_value() (in module pyray) +
  • +
  • vector2_distance() (in module pyray) +
  • +
  • vector2_distance_sqr() (in module pyray) +
  • +
  • vector2_divide() (in module pyray) +
  • +
  • vector2_dot_product() (in module pyray)
  • vector2_equals() (in module pyray)
  • @@ -10790,6 +10798,14 @@
  • vector3_cross_product() (in module pyray)
  • vector3_cubic_hermite() (in module pyray) +
  • +
  • vector3_distance() (in module pyray) +
  • +
  • vector3_distance_sqr() (in module pyray) +
  • +
  • vector3_divide() (in module pyray) +
  • +
  • vector3_dot_product() (in module pyray)
  • vector3_equals() (in module pyray)
  • @@ -10839,6 +10855,8 @@
  • vector3_to_float_v() (in module pyray)
  • + + -