title: “Vector3 Class Documentation” date: 2025-06-28 layout: default —
Table of Contents
- 🔧 Class:Vector3
- 🔧 Properties
- 🔧 Signals
Class: Vector3
🔹 Public Methods
-
🔹 add Methods
-
🔹 cross Methods
⚠️ cross_product Unavailable †
⚠️ cross_product_val Unavailable † -
🔹 inner Methods
⚠️ inner_product Unavailable †
⚠️ inner_product_val Unavailable † -
🔹 length Methods
-
🔹 mul Methods
-
🔹 neg Methods
-
🔹 normalize Methods
-
🔹 rotate Methods
-
🔹 sub Methods
-
🔹 ungrouped Methods
⚠️ copy Unavailable †
⚠️ new Unavailable †
⚠️ set Unavailable †🔒 Private Methods
-
🔒 ungrouped Methods
⚠️ **clear_boxed** _Unavailable †
⚙ Dunder Methods
-
⚙ init Methods
- __init__
(self, /, *args, **kwargs)
- __init_subclass__
()
- __init__
-
⚙ reduce Methods
- __reduce__
(self, /)
- __reduce_ex__
(self, protocol, /)
- __reduce__
-
⚙ ungrouped Methods
- __class__
(name, bases, dict_)
- __delattr__
(self, name, /)
- __dir__
(self, /)
- __eq__
(self, value, /)
- __format__
(self, format_spec, /)
- __ge__
(self, value, /)
- __getattribute__
(self, name, /)
- __getstate__
(self, /)
- __gt__
(self, value, /)
- __hash__
(self, /)
- __le__
(self, value, /)
- __lt__
(self, value, /)
- __ne__
(self, value, /)
- __new__
(*args, **kwargs)
- __repr__
(self, /)
- __setattr__
(self, name, value, /)
- __sizeof__
(self, /)
- __str__
(self, /)
- __subclasshook__
(object, /)
- __weakref__
(*args, **kwargs)
🏷️ Properties
📣 Signals
- __class__
† Methods marked as “Unavailable” exist at the C/GObject layer but are not callable via GIMP Python introspection.
These may become accessible in future releases or via plugin-level extensions.