fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -4
- bl_operators/node/__init__.pyi +51 -47
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +0 -50
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
- bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
- bl_ui/node_add_menu_shader/__init__.pyi +21 -39
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -12
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +0 -90
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +29 -137
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +7 -41
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +294 -634
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +60 -59
- bpy/app/handlers/__init__.pyi +4 -0
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +17 -166
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +27 -217
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +61 -522
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +2 -50
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +306 -666
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +43 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +23 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -74
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +41 -312
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +92 -669
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +116 -1316
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +65 -33
- bpy/types/__init__.pyi +21798 -58228
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +1 -7
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +162 -230
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/__init__.pyi +16 -0
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +4 -24
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
mathutils/__init__.pyi
CHANGED
|
@@ -40,171 +40,126 @@ class Color:
|
|
|
40
40
|
"""This object gives access to Colors in Blender.Most colors returned by Blender APIs are in scene linear color space, as defined by the OpenColorIO configuration. The notable exception is user interface theming colors, which are in sRGB color space."""
|
|
41
41
|
|
|
42
42
|
b: float
|
|
43
|
-
""" Blue color channel.
|
|
44
|
-
|
|
45
|
-
:type: float
|
|
46
|
-
"""
|
|
43
|
+
""" Blue color channel."""
|
|
47
44
|
|
|
48
45
|
g: float
|
|
49
|
-
""" Green color channel.
|
|
50
|
-
|
|
51
|
-
:type: float
|
|
52
|
-
"""
|
|
46
|
+
""" Green color channel."""
|
|
53
47
|
|
|
54
48
|
h: float
|
|
55
|
-
""" HSV Hue component in [0, 1].
|
|
56
|
-
|
|
57
|
-
:type: float
|
|
58
|
-
"""
|
|
49
|
+
""" HSV Hue component in [0, 1]."""
|
|
59
50
|
|
|
60
51
|
hsv: tuple[float, float, float]
|
|
61
|
-
""" HSV Values in [0, 1].
|
|
62
|
-
|
|
63
|
-
:type: tuple[float, float, float]
|
|
64
|
-
"""
|
|
52
|
+
""" HSV Values in [0, 1]."""
|
|
65
53
|
|
|
66
54
|
is_frozen: bool
|
|
67
|
-
""" True when this object has been frozen (read-only).
|
|
68
|
-
|
|
69
|
-
:type: bool
|
|
70
|
-
"""
|
|
55
|
+
""" True when this object has been frozen (read-only)."""
|
|
71
56
|
|
|
72
57
|
is_valid: bool
|
|
73
|
-
""" True when the owner of this data is valid.
|
|
74
|
-
|
|
75
|
-
:type: bool
|
|
76
|
-
"""
|
|
58
|
+
""" True when the owner of this data is valid."""
|
|
77
59
|
|
|
78
60
|
is_wrapped: bool
|
|
79
|
-
""" True when this object wraps external data (read-only).
|
|
80
|
-
|
|
81
|
-
:type: bool
|
|
82
|
-
"""
|
|
61
|
+
""" True when this object wraps external data (read-only)."""
|
|
83
62
|
|
|
84
63
|
owner: typing.Any
|
|
85
64
|
""" The item this is wrapping or None (read-only)."""
|
|
86
65
|
|
|
87
66
|
r: float
|
|
88
|
-
""" Red color channel.
|
|
89
|
-
|
|
90
|
-
:type: float
|
|
91
|
-
"""
|
|
67
|
+
""" Red color channel."""
|
|
92
68
|
|
|
93
69
|
s: float
|
|
94
|
-
""" HSV Saturation component in [0, 1].
|
|
95
|
-
|
|
96
|
-
:type: float
|
|
97
|
-
"""
|
|
70
|
+
""" HSV Saturation component in [0, 1]."""
|
|
98
71
|
|
|
99
72
|
v: float
|
|
100
|
-
""" HSV Value component in [0, 1].
|
|
101
|
-
|
|
102
|
-
:type: float
|
|
103
|
-
"""
|
|
73
|
+
""" HSV Value component in [0, 1]."""
|
|
104
74
|
|
|
105
75
|
def copy(self) -> typing_extensions.Self:
|
|
106
76
|
"""Returns a copy of this color.
|
|
107
77
|
|
|
108
78
|
:return: A copy of the color.
|
|
109
|
-
:rtype: typing_extensions.Self
|
|
110
79
|
"""
|
|
111
80
|
|
|
112
81
|
def freeze(self) -> typing_extensions.Self:
|
|
113
82
|
"""Make this object immutable.After this the object can be hashed, used in dictionaries & sets.
|
|
114
83
|
|
|
115
84
|
:return: An instance of this object.
|
|
116
|
-
:rtype: typing_extensions.Self
|
|
117
85
|
"""
|
|
118
86
|
|
|
119
87
|
def from_aces_to_scene_linear(self) -> typing_extensions.Self:
|
|
120
88
|
"""Convert from ACES2065-1 linear to scene linear color space.
|
|
121
89
|
|
|
122
90
|
:return: A color in scene linear color space.
|
|
123
|
-
:rtype: typing_extensions.Self
|
|
124
91
|
"""
|
|
125
92
|
|
|
126
93
|
def from_acescg_to_scene_linear(self) -> typing_extensions.Self:
|
|
127
94
|
"""Convert from ACEScg linear to scene linear color space.
|
|
128
95
|
|
|
129
96
|
:return: A color in scene linear color space.
|
|
130
|
-
:rtype: typing_extensions.Self
|
|
131
97
|
"""
|
|
132
98
|
|
|
133
99
|
def from_rec2020_linear_to_scene_linear(self) -> typing_extensions.Self:
|
|
134
100
|
"""Convert from Rec.2020 linear color space to scene linear color space.
|
|
135
101
|
|
|
136
102
|
:return: A color in scene linear color space.
|
|
137
|
-
:rtype: typing_extensions.Self
|
|
138
103
|
"""
|
|
139
104
|
|
|
140
105
|
def from_rec709_linear_to_scene_linear(self) -> typing_extensions.Self:
|
|
141
106
|
"""Convert from Rec.709 linear color space to scene linear color space.
|
|
142
107
|
|
|
143
108
|
:return: A color in scene linear color space.
|
|
144
|
-
:rtype: typing_extensions.Self
|
|
145
109
|
"""
|
|
146
110
|
|
|
147
111
|
def from_scene_linear_to_aces(self) -> typing_extensions.Self:
|
|
148
112
|
"""Convert from scene linear to ACES2065-1 linear color space.
|
|
149
113
|
|
|
150
114
|
:return: A color in ACES2065-1 linear color space.
|
|
151
|
-
:rtype: typing_extensions.Self
|
|
152
115
|
"""
|
|
153
116
|
|
|
154
117
|
def from_scene_linear_to_acescg(self) -> typing_extensions.Self:
|
|
155
118
|
"""Convert from scene linear to ACEScg linear color space.
|
|
156
119
|
|
|
157
120
|
:return: A color in ACEScg linear color space.
|
|
158
|
-
:rtype: typing_extensions.Self
|
|
159
121
|
"""
|
|
160
122
|
|
|
161
123
|
def from_scene_linear_to_rec2020_linear(self) -> typing_extensions.Self:
|
|
162
124
|
"""Convert from scene linear to Rec.2020 linear color space.
|
|
163
125
|
|
|
164
126
|
:return: A color in Rec.2020 linear color space.
|
|
165
|
-
:rtype: typing_extensions.Self
|
|
166
127
|
"""
|
|
167
128
|
|
|
168
129
|
def from_scene_linear_to_rec709_linear(self) -> typing_extensions.Self:
|
|
169
130
|
"""Convert from scene linear to Rec.709 linear color space.
|
|
170
131
|
|
|
171
132
|
:return: A color in Rec.709 linear color space.
|
|
172
|
-
:rtype: typing_extensions.Self
|
|
173
133
|
"""
|
|
174
134
|
|
|
175
135
|
def from_scene_linear_to_srgb(self) -> typing_extensions.Self:
|
|
176
136
|
"""Convert from scene linear to sRGB color space.
|
|
177
137
|
|
|
178
138
|
:return: A color in sRGB color space.
|
|
179
|
-
:rtype: typing_extensions.Self
|
|
180
139
|
"""
|
|
181
140
|
|
|
182
141
|
def from_scene_linear_to_xyz_d65(self) -> typing_extensions.Self:
|
|
183
142
|
"""Convert from scene linear to CIE XYZ (Illuminant D65) color space.
|
|
184
143
|
|
|
185
144
|
:return: A color in XYZ color space.
|
|
186
|
-
:rtype: typing_extensions.Self
|
|
187
145
|
"""
|
|
188
146
|
|
|
189
147
|
def from_srgb_to_scene_linear(self) -> typing_extensions.Self:
|
|
190
148
|
"""Convert from sRGB to scene linear color space.
|
|
191
149
|
|
|
192
150
|
:return: A color in scene linear color space.
|
|
193
|
-
:rtype: typing_extensions.Self
|
|
194
151
|
"""
|
|
195
152
|
|
|
196
153
|
def from_xyz_d65_to_scene_linear(self) -> typing_extensions.Self:
|
|
197
154
|
"""Convert from CIE XYZ (Illuminant D65) to scene linear color space.
|
|
198
155
|
|
|
199
156
|
:return: A color in scene linear color space.
|
|
200
|
-
:rtype: typing_extensions.Self
|
|
201
157
|
"""
|
|
202
158
|
|
|
203
159
|
def __init__(self, rgb: collections.abc.Sequence[float] = (0.0, 0.0, 0.0)) -> None:
|
|
204
160
|
"""
|
|
205
161
|
|
|
206
162
|
:param rgb:
|
|
207
|
-
:type rgb: collections.abc.Sequence[float]
|
|
208
163
|
"""
|
|
209
164
|
|
|
210
165
|
def __get__(self, instance, owner) -> typing_extensions.Self:
|
|
@@ -213,7 +168,6 @@ class Color:
|
|
|
213
168
|
:param instance:
|
|
214
169
|
:param owner:
|
|
215
170
|
:return:
|
|
216
|
-
:rtype: typing_extensions.Self
|
|
217
171
|
"""
|
|
218
172
|
|
|
219
173
|
def __set__(
|
|
@@ -223,7 +177,6 @@ class Color:
|
|
|
223
177
|
|
|
224
178
|
:param instance:
|
|
225
179
|
:param value:
|
|
226
|
-
:type value: collections.abc.Sequence[float] | typing_extensions.Self
|
|
227
180
|
"""
|
|
228
181
|
|
|
229
182
|
def __add__(
|
|
@@ -232,9 +185,7 @@ class Color:
|
|
|
232
185
|
"""
|
|
233
186
|
|
|
234
187
|
:param other:
|
|
235
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
236
188
|
:return:
|
|
237
|
-
:rtype: typing_extensions.Self
|
|
238
189
|
"""
|
|
239
190
|
|
|
240
191
|
def __sub__(
|
|
@@ -243,27 +194,21 @@ class Color:
|
|
|
243
194
|
"""
|
|
244
195
|
|
|
245
196
|
:param other:
|
|
246
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
247
197
|
:return:
|
|
248
|
-
:rtype: typing_extensions.Self
|
|
249
198
|
"""
|
|
250
199
|
|
|
251
200
|
def __mul__(self, other: float) -> typing_extensions.Self:
|
|
252
201
|
"""
|
|
253
202
|
|
|
254
203
|
:param other:
|
|
255
|
-
:type other: float
|
|
256
204
|
:return:
|
|
257
|
-
:rtype: typing_extensions.Self
|
|
258
205
|
"""
|
|
259
206
|
|
|
260
207
|
def __truediv__(self, other: float) -> typing_extensions.Self:
|
|
261
208
|
"""
|
|
262
209
|
|
|
263
210
|
:param other:
|
|
264
|
-
:type other: float
|
|
265
211
|
:return:
|
|
266
|
-
:rtype: typing_extensions.Self
|
|
267
212
|
"""
|
|
268
213
|
|
|
269
214
|
def __radd__(
|
|
@@ -272,9 +217,7 @@ class Color:
|
|
|
272
217
|
"""
|
|
273
218
|
|
|
274
219
|
:param other:
|
|
275
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
276
220
|
:return:
|
|
277
|
-
:rtype: typing_extensions.Self
|
|
278
221
|
"""
|
|
279
222
|
|
|
280
223
|
def __rsub__(
|
|
@@ -283,27 +226,21 @@ class Color:
|
|
|
283
226
|
"""
|
|
284
227
|
|
|
285
228
|
:param other:
|
|
286
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
287
229
|
:return:
|
|
288
|
-
:rtype: typing_extensions.Self
|
|
289
230
|
"""
|
|
290
231
|
|
|
291
232
|
def __rmul__(self, other: float) -> typing_extensions.Self:
|
|
292
233
|
"""
|
|
293
234
|
|
|
294
235
|
:param other:
|
|
295
|
-
:type other: float
|
|
296
236
|
:return:
|
|
297
|
-
:rtype: typing_extensions.Self
|
|
298
237
|
"""
|
|
299
238
|
|
|
300
239
|
def __rtruediv__(self, other: float) -> typing_extensions.Self:
|
|
301
240
|
"""
|
|
302
241
|
|
|
303
242
|
:param other:
|
|
304
|
-
:type other: float
|
|
305
243
|
:return:
|
|
306
|
-
:rtype: typing_extensions.Self
|
|
307
244
|
"""
|
|
308
245
|
|
|
309
246
|
def __iadd__(
|
|
@@ -312,9 +249,7 @@ class Color:
|
|
|
312
249
|
"""
|
|
313
250
|
|
|
314
251
|
:param other:
|
|
315
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
316
252
|
:return:
|
|
317
|
-
:rtype: typing_extensions.Self
|
|
318
253
|
"""
|
|
319
254
|
|
|
320
255
|
def __isub__(
|
|
@@ -323,27 +258,21 @@ class Color:
|
|
|
323
258
|
"""
|
|
324
259
|
|
|
325
260
|
:param other:
|
|
326
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
327
261
|
:return:
|
|
328
|
-
:rtype: typing_extensions.Self
|
|
329
262
|
"""
|
|
330
263
|
|
|
331
264
|
def __imul__(self, other: float) -> typing_extensions.Self:
|
|
332
265
|
"""
|
|
333
266
|
|
|
334
267
|
:param other:
|
|
335
|
-
:type other: float
|
|
336
268
|
:return:
|
|
337
|
-
:rtype: typing_extensions.Self
|
|
338
269
|
"""
|
|
339
270
|
|
|
340
271
|
def __itruediv__(self, other: float) -> typing_extensions.Self:
|
|
341
272
|
"""
|
|
342
273
|
|
|
343
274
|
:param other:
|
|
344
|
-
:type other: float
|
|
345
275
|
:return:
|
|
346
|
-
:rtype: typing_extensions.Self
|
|
347
276
|
"""
|
|
348
277
|
|
|
349
278
|
@typing.overload
|
|
@@ -351,9 +280,7 @@ class Color:
|
|
|
351
280
|
"""
|
|
352
281
|
|
|
353
282
|
:param key:
|
|
354
|
-
:type key: int
|
|
355
283
|
:return:
|
|
356
|
-
:rtype: float
|
|
357
284
|
"""
|
|
358
285
|
|
|
359
286
|
@typing.overload
|
|
@@ -361,9 +288,7 @@ class Color:
|
|
|
361
288
|
"""
|
|
362
289
|
|
|
363
290
|
:param key:
|
|
364
|
-
:type key: slice
|
|
365
291
|
:return:
|
|
366
|
-
:rtype: tuple[float, ...]
|
|
367
292
|
"""
|
|
368
293
|
|
|
369
294
|
@typing.overload
|
|
@@ -371,9 +296,7 @@ class Color:
|
|
|
371
296
|
"""
|
|
372
297
|
|
|
373
298
|
:param key:
|
|
374
|
-
:type key: int
|
|
375
299
|
:param value:
|
|
376
|
-
:type value: float
|
|
377
300
|
"""
|
|
378
301
|
|
|
379
302
|
@typing.overload
|
|
@@ -383,68 +306,46 @@ class Color:
|
|
|
383
306
|
"""
|
|
384
307
|
|
|
385
308
|
:param key:
|
|
386
|
-
:type key: slice
|
|
387
309
|
:param value:
|
|
388
|
-
:type value: collections.abc.Iterable[float] | Color
|
|
389
310
|
"""
|
|
390
311
|
|
|
391
312
|
class Euler:
|
|
392
313
|
"""This object gives access to Eulers in Blender.`Euler angles <https://en.wikipedia.org/wiki/Euler_angles>`__ on Wikipedia."""
|
|
393
314
|
|
|
394
315
|
is_frozen: bool
|
|
395
|
-
""" True when this object has been frozen (read-only).
|
|
396
|
-
|
|
397
|
-
:type: bool
|
|
398
|
-
"""
|
|
316
|
+
""" True when this object has been frozen (read-only)."""
|
|
399
317
|
|
|
400
318
|
is_valid: bool
|
|
401
|
-
""" True when the owner of this data is valid.
|
|
402
|
-
|
|
403
|
-
:type: bool
|
|
404
|
-
"""
|
|
319
|
+
""" True when the owner of this data is valid."""
|
|
405
320
|
|
|
406
321
|
is_wrapped: bool
|
|
407
|
-
""" True when this object wraps external data (read-only).
|
|
322
|
+
""" True when this object wraps external data (read-only)."""
|
|
408
323
|
|
|
409
|
-
:
|
|
410
|
-
"""
|
|
411
|
-
|
|
412
|
-
order: typing.Any
|
|
324
|
+
order: typing.Literal["XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"]
|
|
413
325
|
""" Euler rotation order."""
|
|
414
326
|
|
|
415
327
|
owner: typing.Any
|
|
416
328
|
""" The item this is wrapping or None (read-only)."""
|
|
417
329
|
|
|
418
330
|
x: float
|
|
419
|
-
""" Euler axis angle in radians.
|
|
420
|
-
|
|
421
|
-
:type: float
|
|
422
|
-
"""
|
|
331
|
+
""" Euler axis angle in radians."""
|
|
423
332
|
|
|
424
333
|
y: float
|
|
425
|
-
""" Euler axis angle in radians.
|
|
426
|
-
|
|
427
|
-
:type: float
|
|
428
|
-
"""
|
|
334
|
+
""" Euler axis angle in radians."""
|
|
429
335
|
|
|
430
336
|
z: float
|
|
431
|
-
""" Euler axis angle in radians.
|
|
432
|
-
|
|
433
|
-
:type: float
|
|
434
|
-
"""
|
|
337
|
+
""" Euler axis angle in radians."""
|
|
435
338
|
|
|
436
339
|
def copy(self) -> typing_extensions.Self:
|
|
437
340
|
"""Returns a copy of this euler.
|
|
438
341
|
|
|
439
342
|
:return: A copy of the euler.
|
|
440
|
-
:rtype: typing_extensions.Self
|
|
441
343
|
"""
|
|
442
344
|
|
|
443
345
|
def freeze(self) -> typing_extensions.Self:
|
|
444
346
|
"""Make this object immutable.After this the object can be hashed, used in dictionaries & sets.
|
|
445
347
|
|
|
446
348
|
:return: An instance of this object.
|
|
447
|
-
:rtype: typing_extensions.Self
|
|
448
349
|
"""
|
|
449
350
|
|
|
450
351
|
def make_compatible(
|
|
@@ -456,7 +357,6 @@ class Euler:
|
|
|
456
357
|
so interpolating between them works as intended.
|
|
457
358
|
|
|
458
359
|
:param other: Other euler rotation.
|
|
459
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
460
360
|
"""
|
|
461
361
|
|
|
462
362
|
def rotate(
|
|
@@ -471,12 +371,11 @@ class Euler:
|
|
|
471
371
|
"""Rotates the euler by another mathutils value.
|
|
472
372
|
|
|
473
373
|
:param other: rotation component of mathutils value
|
|
474
|
-
:type other: Matrix | Quaternion | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float] | typing_extensions.Self
|
|
475
374
|
"""
|
|
476
375
|
|
|
477
376
|
def rotate_axis(
|
|
478
377
|
self,
|
|
479
|
-
axis,
|
|
378
|
+
axis: typing.Literal["X", "Y", "Z"],
|
|
480
379
|
angle: float,
|
|
481
380
|
/,
|
|
482
381
|
) -> None:
|
|
@@ -485,21 +384,18 @@ class Euler:
|
|
|
485
384
|
|
|
486
385
|
:param axis: An axis string.
|
|
487
386
|
:param angle: angle in radians.
|
|
488
|
-
:type angle: float
|
|
489
387
|
"""
|
|
490
388
|
|
|
491
389
|
def to_matrix(self) -> Matrix:
|
|
492
390
|
"""Return a matrix representation of the euler.
|
|
493
391
|
|
|
494
392
|
:return: A 3x3 rotation matrix representation of the euler.
|
|
495
|
-
:rtype: Matrix
|
|
496
393
|
"""
|
|
497
394
|
|
|
498
395
|
def to_quaternion(self) -> Quaternion:
|
|
499
396
|
"""Return a quaternion representation of the euler.
|
|
500
397
|
|
|
501
398
|
:return: Quaternion representation of the euler.
|
|
502
|
-
:rtype: Quaternion
|
|
503
399
|
"""
|
|
504
400
|
|
|
505
401
|
def zero(self) -> None:
|
|
@@ -513,9 +409,7 @@ class Euler:
|
|
|
513
409
|
"""
|
|
514
410
|
|
|
515
411
|
:param angles:
|
|
516
|
-
:type angles: collections.abc.Sequence[float]
|
|
517
412
|
:param order:
|
|
518
|
-
:type order: str
|
|
519
413
|
"""
|
|
520
414
|
|
|
521
415
|
def __get__(self, instance, owner) -> typing_extensions.Self:
|
|
@@ -524,7 +418,6 @@ class Euler:
|
|
|
524
418
|
:param instance:
|
|
525
419
|
:param owner:
|
|
526
420
|
:return:
|
|
527
|
-
:rtype: typing_extensions.Self
|
|
528
421
|
"""
|
|
529
422
|
|
|
530
423
|
def __set__(
|
|
@@ -534,7 +427,6 @@ class Euler:
|
|
|
534
427
|
|
|
535
428
|
:param instance:
|
|
536
429
|
:param value:
|
|
537
|
-
:type value: collections.abc.Sequence[float] | typing_extensions.Self
|
|
538
430
|
"""
|
|
539
431
|
|
|
540
432
|
@typing.overload
|
|
@@ -542,9 +434,7 @@ class Euler:
|
|
|
542
434
|
"""
|
|
543
435
|
|
|
544
436
|
:param key:
|
|
545
|
-
:type key: int
|
|
546
437
|
:return:
|
|
547
|
-
:rtype: float
|
|
548
438
|
"""
|
|
549
439
|
|
|
550
440
|
@typing.overload
|
|
@@ -552,9 +442,7 @@ class Euler:
|
|
|
552
442
|
"""
|
|
553
443
|
|
|
554
444
|
:param key:
|
|
555
|
-
:type key: slice
|
|
556
445
|
:return:
|
|
557
|
-
:rtype: tuple[float, ...]
|
|
558
446
|
"""
|
|
559
447
|
|
|
560
448
|
@typing.overload
|
|
@@ -562,9 +450,7 @@ class Euler:
|
|
|
562
450
|
"""
|
|
563
451
|
|
|
564
452
|
:param key:
|
|
565
|
-
:type key: int
|
|
566
453
|
:param value:
|
|
567
|
-
:type value: float
|
|
568
454
|
"""
|
|
569
455
|
|
|
570
456
|
@typing.overload
|
|
@@ -574,9 +460,7 @@ class Euler:
|
|
|
574
460
|
"""
|
|
575
461
|
|
|
576
462
|
:param key:
|
|
577
|
-
:type key: slice
|
|
578
463
|
:param value:
|
|
579
|
-
:type value: collections.abc.Iterable[float] | Euler
|
|
580
464
|
"""
|
|
581
465
|
|
|
582
466
|
class Matrix:
|
|
@@ -588,52 +472,28 @@ class Matrix:
|
|
|
588
472
|
""" Access the matrix by columns, 3x3 and 4x4 only, (read-only)."""
|
|
589
473
|
|
|
590
474
|
is_frozen: bool
|
|
591
|
-
""" True when this object has been frozen (read-only).
|
|
592
|
-
|
|
593
|
-
:type: bool
|
|
594
|
-
"""
|
|
475
|
+
""" True when this object has been frozen (read-only)."""
|
|
595
476
|
|
|
596
477
|
is_identity: bool
|
|
597
|
-
""" True if this is an identity matrix (read-only).
|
|
598
|
-
|
|
599
|
-
:type: bool
|
|
600
|
-
"""
|
|
478
|
+
""" True if this is an identity matrix (read-only)."""
|
|
601
479
|
|
|
602
480
|
is_negative: bool
|
|
603
|
-
""" True if this matrix results in a negative scale, 3x3 and 4x4 only, (read-only).
|
|
604
|
-
|
|
605
|
-
:type: bool
|
|
606
|
-
"""
|
|
481
|
+
""" True if this matrix results in a negative scale, 3x3 and 4x4 only, (read-only)."""
|
|
607
482
|
|
|
608
483
|
is_orthogonal: bool
|
|
609
|
-
""" True if this matrix is orthogonal, 3x3 and 4x4 only, (read-only).
|
|
610
|
-
|
|
611
|
-
:type: bool
|
|
612
|
-
"""
|
|
484
|
+
""" True if this matrix is orthogonal, 3x3 and 4x4 only, (read-only)."""
|
|
613
485
|
|
|
614
486
|
is_orthogonal_axis_vectors: bool
|
|
615
|
-
""" True if this matrix has got orthogonal axis vectors, 3x3 and 4x4 only, (read-only).
|
|
616
|
-
|
|
617
|
-
:type: bool
|
|
618
|
-
"""
|
|
487
|
+
""" True if this matrix has got orthogonal axis vectors, 3x3 and 4x4 only, (read-only)."""
|
|
619
488
|
|
|
620
489
|
is_valid: bool
|
|
621
|
-
""" True when the owner of this data is valid.
|
|
622
|
-
|
|
623
|
-
:type: bool
|
|
624
|
-
"""
|
|
490
|
+
""" True when the owner of this data is valid."""
|
|
625
491
|
|
|
626
492
|
is_wrapped: bool
|
|
627
|
-
""" True when this object wraps external data (read-only).
|
|
628
|
-
|
|
629
|
-
:type: bool
|
|
630
|
-
"""
|
|
493
|
+
""" True when this object wraps external data (read-only)."""
|
|
631
494
|
|
|
632
495
|
median_scale: float
|
|
633
|
-
""" The average scale applied to each axis (read-only).
|
|
634
|
-
|
|
635
|
-
:type: float
|
|
636
|
-
"""
|
|
496
|
+
""" The average scale applied to each axis (read-only)."""
|
|
637
497
|
|
|
638
498
|
owner: typing.Any
|
|
639
499
|
""" The item this is wrapping or None (read-only)."""
|
|
@@ -642,10 +502,7 @@ class Matrix:
|
|
|
642
502
|
""" Access the matrix by rows (default), (read-only)."""
|
|
643
503
|
|
|
644
504
|
translation: Vector
|
|
645
|
-
""" The translation component of the matrix.
|
|
646
|
-
|
|
647
|
-
:type: Vector
|
|
648
|
-
"""
|
|
505
|
+
""" The translation component of the matrix."""
|
|
649
506
|
|
|
650
507
|
@classmethod
|
|
651
508
|
def Diagonal(
|
|
@@ -656,9 +513,7 @@ class Matrix:
|
|
|
656
513
|
"""Create a diagonal (scaling) matrix using the values from the vector.
|
|
657
514
|
|
|
658
515
|
:param vector: The vector of values for the diagonal.
|
|
659
|
-
:type vector: Vector | collections.abc.Sequence[float]
|
|
660
516
|
:return: A diagonal matrix.
|
|
661
|
-
:rtype: typing_extensions.Self
|
|
662
517
|
"""
|
|
663
518
|
|
|
664
519
|
@classmethod
|
|
@@ -670,9 +525,7 @@ class Matrix:
|
|
|
670
525
|
"""Create an identity matrix.
|
|
671
526
|
|
|
672
527
|
:param size: The size of the identity matrix to construct [2, 4].
|
|
673
|
-
:type size: int
|
|
674
528
|
:return: A new identity matrix.
|
|
675
|
-
:rtype: typing_extensions.Self
|
|
676
529
|
"""
|
|
677
530
|
|
|
678
531
|
@classmethod
|
|
@@ -692,19 +545,17 @@ class Matrix:
|
|
|
692
545
|
acting as the inverse of the decompose() method.Any of the inputs may be replaced with None if not needed.
|
|
693
546
|
|
|
694
547
|
:param location: The translation component.
|
|
695
|
-
:type location: None | Vector | collections.abc.Sequence[float]
|
|
696
548
|
:param rotation: The rotation component as a 3x3 matrix, quaternion, euler or None for no rotation.
|
|
697
|
-
:type rotation: Euler | None | Quaternion | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float] | typing_extensions.Self
|
|
698
549
|
:param scale: The scale component.
|
|
699
|
-
:type scale: None | Vector | collections.abc.Sequence[float]
|
|
700
550
|
:return: Combined transformation as a 4x4 matrix.
|
|
701
|
-
:rtype: typing_extensions.Self
|
|
702
551
|
"""
|
|
703
552
|
|
|
704
553
|
@classmethod
|
|
705
554
|
def OrthoProjection(
|
|
706
555
|
cls,
|
|
707
|
-
axis: Vector
|
|
556
|
+
axis: Vector
|
|
557
|
+
| collections.abc.Sequence[float]
|
|
558
|
+
| typing.Literal["X", "Y", "XY", "XZ", "YZ"],
|
|
708
559
|
size: int,
|
|
709
560
|
/,
|
|
710
561
|
) -> typing_extensions.Self:
|
|
@@ -713,11 +564,8 @@ class Matrix:
|
|
|
713
564
|
:param axis: An axis string,
|
|
714
565
|
where a single axis is for a 2D matrix.
|
|
715
566
|
Or a vector for an arbitrary axis
|
|
716
|
-
:type axis: Vector | collections.abc.Sequence[float]
|
|
717
567
|
:param size: The size of the projection matrix to construct [2, 4].
|
|
718
|
-
:type size: int
|
|
719
568
|
:return: A new projection matrix.
|
|
720
|
-
:rtype: typing_extensions.Self
|
|
721
569
|
"""
|
|
722
570
|
|
|
723
571
|
@classmethod
|
|
@@ -725,20 +573,19 @@ class Matrix:
|
|
|
725
573
|
cls,
|
|
726
574
|
angle: float,
|
|
727
575
|
size: int,
|
|
728
|
-
axis: Vector
|
|
576
|
+
axis: Vector
|
|
577
|
+
| collections.abc.Sequence[float]
|
|
578
|
+
| typing.Literal["X", "Y", "Z"]
|
|
579
|
+
| None = [],
|
|
729
580
|
/,
|
|
730
581
|
) -> typing_extensions.Self:
|
|
731
582
|
"""Create a matrix representing a rotation.
|
|
732
583
|
|
|
733
584
|
:param angle: The angle of rotation desired, in radians.
|
|
734
|
-
:type angle: float
|
|
735
585
|
:param size: The size of the rotation matrix to construct [2, 4].
|
|
736
|
-
:type size: int
|
|
737
586
|
:param axis: an axis string or a 3D Vector Object
|
|
738
587
|
(optional when size is 2).
|
|
739
|
-
:type axis: Vector | collections.abc.Sequence[float] | None
|
|
740
588
|
:return: A new rotation matrix.
|
|
741
|
-
:rtype: typing_extensions.Self
|
|
742
589
|
"""
|
|
743
590
|
|
|
744
591
|
@classmethod
|
|
@@ -752,19 +599,15 @@ class Matrix:
|
|
|
752
599
|
"""Create a matrix representing a scaling.
|
|
753
600
|
|
|
754
601
|
:param factor: The factor of scaling to apply.
|
|
755
|
-
:type factor: float
|
|
756
602
|
:param size: The size of the scale matrix to construct [2, 4].
|
|
757
|
-
:type size: int
|
|
758
603
|
:param axis: Direction to influence scale. (optional).
|
|
759
|
-
:type axis: Vector | collections.abc.Sequence[float] | None
|
|
760
604
|
:return: A new scale matrix.
|
|
761
|
-
:rtype: typing_extensions.Self
|
|
762
605
|
"""
|
|
763
606
|
|
|
764
607
|
@classmethod
|
|
765
608
|
def Shear(
|
|
766
609
|
cls,
|
|
767
|
-
plane,
|
|
610
|
+
plane: typing.Literal["X", "Y", "XY", "XZ", "YZ"],
|
|
768
611
|
size: int,
|
|
769
612
|
factor: collections.abc.Sequence[float] | float,
|
|
770
613
|
/,
|
|
@@ -774,11 +617,8 @@ class Matrix:
|
|
|
774
617
|
:param plane: An axis string,
|
|
775
618
|
where a single axis is for a 2D matrix only.
|
|
776
619
|
:param size: The size of the shear matrix to construct [2, 4].
|
|
777
|
-
:type size: int
|
|
778
620
|
:param factor: The factor of shear to apply. For a 2 size matrix use a single float. For a 3 or 4 size matrix pass a pair of floats corresponding with the plane axis.
|
|
779
|
-
:type factor: collections.abc.Sequence[float] | float
|
|
780
621
|
:return: A new shear matrix.
|
|
781
|
-
:rtype: typing_extensions.Self
|
|
782
622
|
"""
|
|
783
623
|
|
|
784
624
|
@classmethod
|
|
@@ -790,9 +630,7 @@ class Matrix:
|
|
|
790
630
|
"""Create a matrix representing a translation.
|
|
791
631
|
|
|
792
632
|
:param vector: The translation vector.
|
|
793
|
-
:type vector: Vector | collections.abc.Sequence[float]
|
|
794
633
|
:return: An identity matrix with a translation.
|
|
795
|
-
:rtype: typing_extensions.Self
|
|
796
634
|
"""
|
|
797
635
|
|
|
798
636
|
def adjugate(self) -> None:
|
|
@@ -802,35 +640,30 @@ class Matrix:
|
|
|
802
640
|
"""Return an adjugated copy of the matrix.
|
|
803
641
|
|
|
804
642
|
:return: the adjugated matrix.
|
|
805
|
-
:rtype: typing_extensions.Self
|
|
806
643
|
"""
|
|
807
644
|
|
|
808
645
|
def copy(self) -> typing_extensions.Self:
|
|
809
646
|
"""Returns a copy of this matrix.
|
|
810
647
|
|
|
811
648
|
:return: an instance of itself
|
|
812
|
-
:rtype: typing_extensions.Self
|
|
813
649
|
"""
|
|
814
650
|
|
|
815
651
|
def decompose(self) -> tuple[Vector, Quaternion, Vector]:
|
|
816
652
|
"""Return the translation, rotation, and scale components of this matrix.
|
|
817
653
|
|
|
818
654
|
:return: Tuple of translation, rotation, and scale.
|
|
819
|
-
:rtype: tuple[Vector, Quaternion, Vector]
|
|
820
655
|
"""
|
|
821
656
|
|
|
822
657
|
def determinant(self) -> float:
|
|
823
658
|
"""Return the determinant of a matrix.`Determinant <https://en.wikipedia.org/wiki/Determinant>`__ on Wikipedia.
|
|
824
659
|
|
|
825
660
|
:return: Return the determinant of a matrix.
|
|
826
|
-
:rtype: float
|
|
827
661
|
"""
|
|
828
662
|
|
|
829
663
|
def freeze(self) -> typing_extensions.Self:
|
|
830
664
|
"""Make this object immutable.After this the object can be hashed, used in dictionaries & sets.
|
|
831
665
|
|
|
832
666
|
:return: An instance of this object.
|
|
833
|
-
:rtype: typing_extensions.Self
|
|
834
667
|
"""
|
|
835
668
|
|
|
836
669
|
def identity(self) -> None:
|
|
@@ -847,7 +680,6 @@ class Matrix:
|
|
|
847
680
|
|
|
848
681
|
:param fallback: Set the matrix to this value when the inverse cannot be calculated
|
|
849
682
|
(instead of raising a `ValueError` exception).
|
|
850
|
-
:type fallback: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self | None
|
|
851
683
|
"""
|
|
852
684
|
|
|
853
685
|
def invert_safe(self) -> None:
|
|
@@ -866,9 +698,7 @@ class Matrix:
|
|
|
866
698
|
|
|
867
699
|
:param fallback: return this when the inverse cant be calculated
|
|
868
700
|
(instead of raising a `ValueError`).
|
|
869
|
-
:type fallback: typing.Any | None
|
|
870
701
|
:return: The inverted matrix or fallback when given.
|
|
871
|
-
:rtype: typing.Any | typing_extensions.Self
|
|
872
702
|
"""
|
|
873
703
|
|
|
874
704
|
def inverted_safe(self) -> typing_extensions.Self:
|
|
@@ -877,7 +707,6 @@ class Matrix:
|
|
|
877
707
|
If tweaked matrix is still degenerated, return the identity matrix instead.
|
|
878
708
|
|
|
879
709
|
:return: the inverted matrix.
|
|
880
|
-
:rtype: typing_extensions.Self
|
|
881
710
|
"""
|
|
882
711
|
|
|
883
712
|
def lerp(
|
|
@@ -890,11 +719,8 @@ class Matrix:
|
|
|
890
719
|
"""Returns the interpolation of two matrices. Uses polar decomposition, see "Matrix Animation and Polar Decomposition", Shoemake and Duff, 1992.
|
|
891
720
|
|
|
892
721
|
:param other: value to interpolate with.
|
|
893
|
-
:type other: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
894
722
|
:param factor: The interpolation value in [0.0, 1.0].
|
|
895
|
-
:type factor: float
|
|
896
723
|
:return: The interpolated matrix.
|
|
897
|
-
:rtype: typing_extensions.Self
|
|
898
724
|
"""
|
|
899
725
|
|
|
900
726
|
def normalize(self) -> None:
|
|
@@ -904,7 +730,6 @@ class Matrix:
|
|
|
904
730
|
"""Return a column normalized matrix
|
|
905
731
|
|
|
906
732
|
:return: a column normalized matrix
|
|
907
|
-
:rtype: typing_extensions.Self
|
|
908
733
|
"""
|
|
909
734
|
|
|
910
735
|
def resize_4x4(self) -> None:
|
|
@@ -922,28 +747,24 @@ class Matrix:
|
|
|
922
747
|
"""Rotates the matrix by another mathutils value.
|
|
923
748
|
|
|
924
749
|
:param other: rotation component of mathutils value
|
|
925
|
-
:type other: Euler | Quaternion | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float] | typing_extensions.Self
|
|
926
750
|
"""
|
|
927
751
|
|
|
928
752
|
def to_2x2(self) -> typing_extensions.Self:
|
|
929
753
|
"""Return a 2x2 copy of this matrix.
|
|
930
754
|
|
|
931
755
|
:return: a new matrix.
|
|
932
|
-
:rtype: typing_extensions.Self
|
|
933
756
|
"""
|
|
934
757
|
|
|
935
758
|
def to_3x3(self) -> typing_extensions.Self:
|
|
936
759
|
"""Return a 3x3 copy of this matrix.
|
|
937
760
|
|
|
938
761
|
:return: a new matrix.
|
|
939
|
-
:rtype: typing_extensions.Self
|
|
940
762
|
"""
|
|
941
763
|
|
|
942
764
|
def to_4x4(self) -> typing_extensions.Self:
|
|
943
765
|
"""Return a 4x4 copy of this matrix.
|
|
944
766
|
|
|
945
767
|
:return: a new matrix.
|
|
946
|
-
:rtype: typing_extensions.Self
|
|
947
768
|
"""
|
|
948
769
|
|
|
949
770
|
def to_euler(
|
|
@@ -959,30 +780,25 @@ class Matrix:
|
|
|
959
780
|
:param euler_compat: Optional euler argument the new euler will be made
|
|
960
781
|
compatible with (no axis flipping between them).
|
|
961
782
|
Useful for converting a series of matrices to animation curves.
|
|
962
|
-
:type euler_compat: Euler | collections.abc.Sequence[float] | None
|
|
963
783
|
:return: Euler representation of the matrix.
|
|
964
|
-
:rtype: Euler
|
|
965
784
|
"""
|
|
966
785
|
|
|
967
786
|
def to_quaternion(self) -> Quaternion:
|
|
968
787
|
"""Return a quaternion representation of the rotation matrix.
|
|
969
788
|
|
|
970
789
|
:return: Quaternion representation of the rotation matrix.
|
|
971
|
-
:rtype: Quaternion
|
|
972
790
|
"""
|
|
973
791
|
|
|
974
792
|
def to_scale(self) -> Vector:
|
|
975
793
|
"""Return the scale part of a 3x3 or 4x4 matrix.
|
|
976
794
|
|
|
977
795
|
:return: Return the scale of a matrix.
|
|
978
|
-
:rtype: Vector
|
|
979
796
|
"""
|
|
980
797
|
|
|
981
798
|
def to_translation(self) -> Vector:
|
|
982
799
|
"""Return the translation part of a 4 row matrix.
|
|
983
800
|
|
|
984
801
|
:return: Return the translation of a matrix.
|
|
985
|
-
:rtype: Vector
|
|
986
802
|
"""
|
|
987
803
|
|
|
988
804
|
def transpose(self) -> None:
|
|
@@ -992,7 +808,6 @@ class Matrix:
|
|
|
992
808
|
"""Return a new, transposed matrix.
|
|
993
809
|
|
|
994
810
|
:return: a transposed matrix
|
|
995
|
-
:rtype: typing_extensions.Self
|
|
996
811
|
"""
|
|
997
812
|
|
|
998
813
|
def zero(self) -> None:
|
|
@@ -1010,7 +825,6 @@ class Matrix:
|
|
|
1010
825
|
"""
|
|
1011
826
|
|
|
1012
827
|
:param rows:
|
|
1013
|
-
:type rows: collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
1014
828
|
"""
|
|
1015
829
|
|
|
1016
830
|
def __get__(self, instance, owner) -> typing_extensions.Self:
|
|
@@ -1019,7 +833,6 @@ class Matrix:
|
|
|
1019
833
|
:param instance:
|
|
1020
834
|
:param owner:
|
|
1021
835
|
:return:
|
|
1022
|
-
:rtype: typing_extensions.Self
|
|
1023
836
|
"""
|
|
1024
837
|
|
|
1025
838
|
def __set__(
|
|
@@ -1032,7 +845,6 @@ class Matrix:
|
|
|
1032
845
|
|
|
1033
846
|
:param instance:
|
|
1034
847
|
:param value:
|
|
1035
|
-
:type value: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
1036
848
|
"""
|
|
1037
849
|
|
|
1038
850
|
@typing.overload
|
|
@@ -1040,9 +852,7 @@ class Matrix:
|
|
|
1040
852
|
"""
|
|
1041
853
|
|
|
1042
854
|
:param key:
|
|
1043
|
-
:type key: int
|
|
1044
855
|
:return:
|
|
1045
|
-
:rtype: Vector
|
|
1046
856
|
"""
|
|
1047
857
|
|
|
1048
858
|
@typing.overload
|
|
@@ -1050,9 +860,7 @@ class Matrix:
|
|
|
1050
860
|
"""
|
|
1051
861
|
|
|
1052
862
|
:param key:
|
|
1053
|
-
:type key: slice
|
|
1054
863
|
:return:
|
|
1055
|
-
:rtype: tuple[Vector, ...]
|
|
1056
864
|
"""
|
|
1057
865
|
|
|
1058
866
|
@typing.overload
|
|
@@ -1062,9 +870,7 @@ class Matrix:
|
|
|
1062
870
|
"""
|
|
1063
871
|
|
|
1064
872
|
:param key:
|
|
1065
|
-
:type key: int
|
|
1066
873
|
:param value:
|
|
1067
|
-
:type value: Vector | collections.abc.Iterable[float]
|
|
1068
874
|
"""
|
|
1069
875
|
|
|
1070
876
|
@typing.overload
|
|
@@ -1077,16 +883,13 @@ class Matrix:
|
|
|
1077
883
|
"""
|
|
1078
884
|
|
|
1079
885
|
:param key:
|
|
1080
|
-
:type key: slice
|
|
1081
886
|
:param value:
|
|
1082
|
-
:type value: collections.abc.Iterable[Vector | collections.abc.Iterable[float]] | Matrix
|
|
1083
887
|
"""
|
|
1084
888
|
|
|
1085
889
|
def __len__(self) -> int:
|
|
1086
890
|
"""
|
|
1087
891
|
|
|
1088
892
|
:return:
|
|
1089
|
-
:rtype: int
|
|
1090
893
|
"""
|
|
1091
894
|
|
|
1092
895
|
def __add__(
|
|
@@ -1097,9 +900,7 @@ class Matrix:
|
|
|
1097
900
|
"""
|
|
1098
901
|
|
|
1099
902
|
:param other:
|
|
1100
|
-
:type other: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
1101
903
|
:return:
|
|
1102
|
-
:rtype: typing_extensions.Self
|
|
1103
904
|
"""
|
|
1104
905
|
|
|
1105
906
|
def __sub__(
|
|
@@ -1110,18 +911,14 @@ class Matrix:
|
|
|
1110
911
|
"""
|
|
1111
912
|
|
|
1112
913
|
:param other:
|
|
1113
|
-
:type other: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
1114
914
|
:return:
|
|
1115
|
-
:rtype: typing_extensions.Self
|
|
1116
915
|
"""
|
|
1117
916
|
|
|
1118
917
|
def __mul__(self, other: float) -> typing_extensions.Self:
|
|
1119
918
|
"""
|
|
1120
919
|
|
|
1121
920
|
:param other:
|
|
1122
|
-
:type other: float
|
|
1123
921
|
:return:
|
|
1124
|
-
:rtype: typing_extensions.Self
|
|
1125
922
|
"""
|
|
1126
923
|
|
|
1127
924
|
@typing.overload
|
|
@@ -1133,9 +930,7 @@ class Matrix:
|
|
|
1133
930
|
"""
|
|
1134
931
|
|
|
1135
932
|
:param other:
|
|
1136
|
-
:type other: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
1137
933
|
:return:
|
|
1138
|
-
:rtype: typing_extensions.Self
|
|
1139
934
|
"""
|
|
1140
935
|
|
|
1141
936
|
@typing.overload
|
|
@@ -1143,9 +938,7 @@ class Matrix:
|
|
|
1143
938
|
"""
|
|
1144
939
|
|
|
1145
940
|
:param other:
|
|
1146
|
-
:type other: Vector | collections.abc.Sequence[float]
|
|
1147
941
|
:return:
|
|
1148
|
-
:rtype: Vector
|
|
1149
942
|
"""
|
|
1150
943
|
|
|
1151
944
|
def __radd__(
|
|
@@ -1156,9 +949,7 @@ class Matrix:
|
|
|
1156
949
|
"""
|
|
1157
950
|
|
|
1158
951
|
:param other:
|
|
1159
|
-
:type other: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
1160
952
|
:return:
|
|
1161
|
-
:rtype: typing_extensions.Self
|
|
1162
953
|
"""
|
|
1163
954
|
|
|
1164
955
|
def __rsub__(
|
|
@@ -1169,94 +960,58 @@ class Matrix:
|
|
|
1169
960
|
"""
|
|
1170
961
|
|
|
1171
962
|
:param other:
|
|
1172
|
-
:type other: collections.abc.Sequence[collections.abc.Sequence[float]] | typing_extensions.Self
|
|
1173
963
|
:return:
|
|
1174
|
-
:rtype: typing_extensions.Self
|
|
1175
964
|
"""
|
|
1176
965
|
|
|
1177
966
|
def __rmul__(self, other: float) -> typing_extensions.Self:
|
|
1178
967
|
"""
|
|
1179
968
|
|
|
1180
969
|
:param other:
|
|
1181
|
-
:type other: float
|
|
1182
970
|
:return:
|
|
1183
|
-
:rtype: typing_extensions.Self
|
|
1184
971
|
"""
|
|
1185
972
|
|
|
1186
973
|
def __imul__(self, other: float) -> typing_extensions.Self:
|
|
1187
974
|
"""
|
|
1188
975
|
|
|
1189
976
|
:param other:
|
|
1190
|
-
:type other: float
|
|
1191
977
|
:return:
|
|
1192
|
-
:rtype: typing_extensions.Self
|
|
1193
978
|
"""
|
|
1194
979
|
|
|
1195
980
|
class Quaternion:
|
|
1196
981
|
"""This object gives access to Quaternions in Blender.The constructor takes arguments in various forms:"""
|
|
1197
982
|
|
|
1198
983
|
angle: float
|
|
1199
|
-
""" Angle of the quaternion.
|
|
1200
|
-
|
|
1201
|
-
:type: float
|
|
1202
|
-
"""
|
|
984
|
+
""" Angle of the quaternion."""
|
|
1203
985
|
|
|
1204
986
|
axis: Vector
|
|
1205
|
-
""" Quaternion axis as a vector.
|
|
1206
|
-
|
|
1207
|
-
:type: Vector
|
|
1208
|
-
"""
|
|
987
|
+
""" Quaternion axis as a vector."""
|
|
1209
988
|
|
|
1210
989
|
is_frozen: bool
|
|
1211
|
-
""" True when this object has been frozen (read-only).
|
|
1212
|
-
|
|
1213
|
-
:type: bool
|
|
1214
|
-
"""
|
|
990
|
+
""" True when this object has been frozen (read-only)."""
|
|
1215
991
|
|
|
1216
992
|
is_valid: bool
|
|
1217
|
-
""" True when the owner of this data is valid.
|
|
1218
|
-
|
|
1219
|
-
:type: bool
|
|
1220
|
-
"""
|
|
993
|
+
""" True when the owner of this data is valid."""
|
|
1221
994
|
|
|
1222
995
|
is_wrapped: bool
|
|
1223
|
-
""" True when this object wraps external data (read-only).
|
|
1224
|
-
|
|
1225
|
-
:type: bool
|
|
1226
|
-
"""
|
|
996
|
+
""" True when this object wraps external data (read-only)."""
|
|
1227
997
|
|
|
1228
998
|
magnitude: float
|
|
1229
|
-
""" Size of the quaternion (read-only).
|
|
1230
|
-
|
|
1231
|
-
:type: float
|
|
1232
|
-
"""
|
|
999
|
+
""" Size of the quaternion (read-only)."""
|
|
1233
1000
|
|
|
1234
1001
|
owner: typing.Any
|
|
1235
1002
|
""" The item this is wrapping or None (read-only)."""
|
|
1236
1003
|
|
|
1237
1004
|
w: float
|
|
1238
|
-
""" Quaternion axis value.
|
|
1239
|
-
|
|
1240
|
-
:type: float
|
|
1241
|
-
"""
|
|
1005
|
+
""" Quaternion axis value."""
|
|
1242
1006
|
|
|
1243
1007
|
x: float
|
|
1244
|
-
""" Quaternion axis value.
|
|
1245
|
-
|
|
1246
|
-
:type: float
|
|
1247
|
-
"""
|
|
1008
|
+
""" Quaternion axis value."""
|
|
1248
1009
|
|
|
1249
1010
|
y: float
|
|
1250
|
-
""" Quaternion axis value.
|
|
1251
|
-
|
|
1252
|
-
:type: float
|
|
1253
|
-
"""
|
|
1011
|
+
""" Quaternion axis value."""
|
|
1254
1012
|
|
|
1255
1013
|
z: float
|
|
1256
|
-
""" Quaternion axis value.
|
|
1257
|
-
|
|
1258
|
-
:type: float
|
|
1259
|
-
"""
|
|
1014
|
+
""" Quaternion axis value."""
|
|
1260
1015
|
|
|
1261
1016
|
def conjugate(self) -> None:
|
|
1262
1017
|
"""Set the quaternion to its conjugate (negate x, y, z)."""
|
|
@@ -1265,14 +1020,12 @@ class Quaternion:
|
|
|
1265
1020
|
"""Return a new conjugated quaternion.
|
|
1266
1021
|
|
|
1267
1022
|
:return: a new quaternion.
|
|
1268
|
-
:rtype: typing_extensions.Self
|
|
1269
1023
|
"""
|
|
1270
1024
|
|
|
1271
1025
|
def copy(self) -> typing_extensions.Self:
|
|
1272
1026
|
"""Returns a copy of this quaternion.
|
|
1273
1027
|
|
|
1274
1028
|
:return: A copy of the quaternion.
|
|
1275
|
-
:rtype: typing_extensions.Self
|
|
1276
1029
|
"""
|
|
1277
1030
|
|
|
1278
1031
|
def cross(
|
|
@@ -1283,9 +1036,7 @@ class Quaternion:
|
|
|
1283
1036
|
"""Return the cross product of this quaternion and another.
|
|
1284
1037
|
|
|
1285
1038
|
:param other: The other quaternion to perform the cross product with.
|
|
1286
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1287
1039
|
:return: The cross product.
|
|
1288
|
-
:rtype: typing_extensions.Self
|
|
1289
1040
|
"""
|
|
1290
1041
|
|
|
1291
1042
|
def dot(
|
|
@@ -1296,16 +1047,13 @@ class Quaternion:
|
|
|
1296
1047
|
"""Return the dot product of this quaternion and another.
|
|
1297
1048
|
|
|
1298
1049
|
:param other: The other quaternion to perform the dot product with.
|
|
1299
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1300
1050
|
:return: The dot product.
|
|
1301
|
-
:rtype: float
|
|
1302
1051
|
"""
|
|
1303
1052
|
|
|
1304
1053
|
def freeze(self) -> typing_extensions.Self:
|
|
1305
1054
|
"""Make this object immutable.After this the object can be hashed, used in dictionaries & sets.
|
|
1306
1055
|
|
|
1307
1056
|
:return: An instance of this object.
|
|
1308
|
-
:rtype: typing_extensions.Self
|
|
1309
1057
|
"""
|
|
1310
1058
|
|
|
1311
1059
|
def identity(self) -> None:
|
|
@@ -1318,7 +1066,6 @@ class Quaternion:
|
|
|
1318
1066
|
"""Return a new, inverted quaternion.
|
|
1319
1067
|
|
|
1320
1068
|
:return: the inverted value.
|
|
1321
|
-
:rtype: typing_extensions.Self
|
|
1322
1069
|
"""
|
|
1323
1070
|
|
|
1324
1071
|
def make_compatible(
|
|
@@ -1330,7 +1077,6 @@ class Quaternion:
|
|
|
1330
1077
|
so interpolating between them works as intended.
|
|
1331
1078
|
|
|
1332
1079
|
:param other: The other quaternion to make compatible with.
|
|
1333
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1334
1080
|
"""
|
|
1335
1081
|
|
|
1336
1082
|
def negate(self) -> None:
|
|
@@ -1343,7 +1089,6 @@ class Quaternion:
|
|
|
1343
1089
|
"""Return a new normalized quaternion.
|
|
1344
1090
|
|
|
1345
1091
|
:return: a normalized copy.
|
|
1346
|
-
:rtype: typing_extensions.Self
|
|
1347
1092
|
"""
|
|
1348
1093
|
|
|
1349
1094
|
def rotate(
|
|
@@ -1358,7 +1103,6 @@ class Quaternion:
|
|
|
1358
1103
|
"""Rotates the quaternion by another mathutils value.
|
|
1359
1104
|
|
|
1360
1105
|
:param other: rotation component of mathutils value
|
|
1361
|
-
:type other: Euler | Matrix | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float] | typing_extensions.Self
|
|
1362
1106
|
"""
|
|
1363
1107
|
|
|
1364
1108
|
def rotation_difference(
|
|
@@ -1369,9 +1113,7 @@ class Quaternion:
|
|
|
1369
1113
|
"""Returns a quaternion representing the rotational difference.
|
|
1370
1114
|
|
|
1371
1115
|
:param other: second quaternion.
|
|
1372
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1373
1116
|
:return: the rotational difference between the two quat rotations.
|
|
1374
|
-
:rtype: typing_extensions.Self
|
|
1375
1117
|
"""
|
|
1376
1118
|
|
|
1377
1119
|
def slerp(
|
|
@@ -1383,23 +1125,19 @@ class Quaternion:
|
|
|
1383
1125
|
"""Returns the interpolation of two quaternions.
|
|
1384
1126
|
|
|
1385
1127
|
:param other: value to interpolate with.
|
|
1386
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1387
1128
|
:param factor: The interpolation value in [0.0, 1.0].
|
|
1388
|
-
:type factor: float
|
|
1389
1129
|
:return: The interpolated rotation.
|
|
1390
|
-
:rtype: typing_extensions.Self
|
|
1391
1130
|
"""
|
|
1392
1131
|
|
|
1393
1132
|
def to_axis_angle(self) -> tuple[Vector, float]:
|
|
1394
1133
|
"""Return the axis, angle representation of the quaternion.
|
|
1395
1134
|
|
|
1396
1135
|
:return: Axis, angle.
|
|
1397
|
-
:rtype: tuple[Vector, float]
|
|
1398
1136
|
"""
|
|
1399
1137
|
|
|
1400
1138
|
def to_euler(
|
|
1401
1139
|
self,
|
|
1402
|
-
order="XYZ",
|
|
1140
|
+
order: typing.Literal["XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"] = "XYZ",
|
|
1403
1141
|
euler_compat: Euler | collections.abc.Sequence[float] | None = None,
|
|
1404
1142
|
/,
|
|
1405
1143
|
) -> Euler:
|
|
@@ -1409,13 +1147,11 @@ class Quaternion:
|
|
|
1409
1147
|
:param euler_compat: Optional euler argument the new euler will be made
|
|
1410
1148
|
compatible with (no axis flipping between them).
|
|
1411
1149
|
Useful for converting a series of matrices to animation curves.
|
|
1412
|
-
:type euler_compat: Euler | collections.abc.Sequence[float] | None
|
|
1413
1150
|
:return: Euler representation of the quaternion.
|
|
1414
|
-
:rtype: Euler
|
|
1415
1151
|
"""
|
|
1416
1152
|
|
|
1417
1153
|
def to_exponential_map(self) -> None:
|
|
1418
|
-
"""Return the exponential map representation of the quaternion.This representation
|
|
1154
|
+
"""Return the exponential map representation of the quaternion.This representation consists of the rotation axis multiplied by the rotation angle.
|
|
1419
1155
|
Such a representation is useful for interpolation between multiple orientations.To convert back to a quaternion, pass it to the `Quaternion` constructor.
|
|
1420
1156
|
|
|
1421
1157
|
:return: exponential map.
|
|
@@ -1425,12 +1161,11 @@ class Quaternion:
|
|
|
1425
1161
|
"""Return a matrix representation of the quaternion.
|
|
1426
1162
|
|
|
1427
1163
|
:return: A 3x3 rotation matrix representation of the quaternion.
|
|
1428
|
-
:rtype: Matrix
|
|
1429
1164
|
"""
|
|
1430
1165
|
|
|
1431
1166
|
def to_swing_twist(
|
|
1432
1167
|
self,
|
|
1433
|
-
axis,
|
|
1168
|
+
axis: typing.Literal["X", "Y", "Z"],
|
|
1434
1169
|
/,
|
|
1435
1170
|
) -> tuple[Quaternion, float]:
|
|
1436
1171
|
"""Split the rotation into a swing quaternion with the specified
|
|
@@ -1438,7 +1173,6 @@ class Quaternion:
|
|
|
1438
1173
|
|
|
1439
1174
|
:param axis: Twist axis as a string.
|
|
1440
1175
|
:return: Swing, twist angle.
|
|
1441
|
-
:rtype: tuple[Quaternion, float]
|
|
1442
1176
|
"""
|
|
1443
1177
|
|
|
1444
1178
|
def __init__(
|
|
@@ -1449,9 +1183,7 @@ class Quaternion:
|
|
|
1449
1183
|
"""
|
|
1450
1184
|
|
|
1451
1185
|
:param seq:
|
|
1452
|
-
:type seq: Vector | collections.abc.Sequence[float]
|
|
1453
1186
|
:param angle:
|
|
1454
|
-
:type angle: float
|
|
1455
1187
|
"""
|
|
1456
1188
|
|
|
1457
1189
|
def __get__(self, instance, owner) -> typing_extensions.Self:
|
|
@@ -1460,7 +1192,6 @@ class Quaternion:
|
|
|
1460
1192
|
:param instance:
|
|
1461
1193
|
:param owner:
|
|
1462
1194
|
:return:
|
|
1463
|
-
:rtype: typing_extensions.Self
|
|
1464
1195
|
"""
|
|
1465
1196
|
|
|
1466
1197
|
def __set__(
|
|
@@ -1470,14 +1201,12 @@ class Quaternion:
|
|
|
1470
1201
|
|
|
1471
1202
|
:param instance:
|
|
1472
1203
|
:param value:
|
|
1473
|
-
:type value: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1474
1204
|
"""
|
|
1475
1205
|
|
|
1476
1206
|
def __len__(self) -> int:
|
|
1477
1207
|
"""
|
|
1478
1208
|
|
|
1479
1209
|
:return:
|
|
1480
|
-
:rtype: int
|
|
1481
1210
|
"""
|
|
1482
1211
|
|
|
1483
1212
|
@typing.overload
|
|
@@ -1485,9 +1214,7 @@ class Quaternion:
|
|
|
1485
1214
|
"""
|
|
1486
1215
|
|
|
1487
1216
|
:param key:
|
|
1488
|
-
:type key: int
|
|
1489
1217
|
:return:
|
|
1490
|
-
:rtype: float
|
|
1491
1218
|
"""
|
|
1492
1219
|
|
|
1493
1220
|
@typing.overload
|
|
@@ -1495,9 +1222,7 @@ class Quaternion:
|
|
|
1495
1222
|
"""
|
|
1496
1223
|
|
|
1497
1224
|
:param key:
|
|
1498
|
-
:type key: slice
|
|
1499
1225
|
:return:
|
|
1500
|
-
:rtype: tuple[float, ...]
|
|
1501
1226
|
"""
|
|
1502
1227
|
|
|
1503
1228
|
@typing.overload
|
|
@@ -1505,9 +1230,7 @@ class Quaternion:
|
|
|
1505
1230
|
"""
|
|
1506
1231
|
|
|
1507
1232
|
:param key:
|
|
1508
|
-
:type key: int
|
|
1509
1233
|
:param value:
|
|
1510
|
-
:type value: float
|
|
1511
1234
|
"""
|
|
1512
1235
|
|
|
1513
1236
|
@typing.overload
|
|
@@ -1517,9 +1240,7 @@ class Quaternion:
|
|
|
1517
1240
|
"""
|
|
1518
1241
|
|
|
1519
1242
|
:param key:
|
|
1520
|
-
:type key: slice
|
|
1521
1243
|
:param value:
|
|
1522
|
-
:type value: collections.abc.Iterable[float] | Quaternion
|
|
1523
1244
|
"""
|
|
1524
1245
|
|
|
1525
1246
|
def __add__(
|
|
@@ -1528,9 +1249,7 @@ class Quaternion:
|
|
|
1528
1249
|
"""
|
|
1529
1250
|
|
|
1530
1251
|
:param other:
|
|
1531
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1532
1252
|
:return:
|
|
1533
|
-
:rtype: typing_extensions.Self
|
|
1534
1253
|
"""
|
|
1535
1254
|
|
|
1536
1255
|
def __sub__(
|
|
@@ -1539,9 +1258,7 @@ class Quaternion:
|
|
|
1539
1258
|
"""
|
|
1540
1259
|
|
|
1541
1260
|
:param other:
|
|
1542
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1543
1261
|
:return:
|
|
1544
|
-
:rtype: typing_extensions.Self
|
|
1545
1262
|
"""
|
|
1546
1263
|
|
|
1547
1264
|
def __mul__(
|
|
@@ -1550,9 +1267,7 @@ class Quaternion:
|
|
|
1550
1267
|
"""
|
|
1551
1268
|
|
|
1552
1269
|
:param other:
|
|
1553
|
-
:type other: collections.abc.Sequence[float] | float | typing_extensions.Self
|
|
1554
1270
|
:return:
|
|
1555
|
-
:rtype: typing_extensions.Self
|
|
1556
1271
|
"""
|
|
1557
1272
|
|
|
1558
1273
|
@typing.overload
|
|
@@ -1560,9 +1275,7 @@ class Quaternion:
|
|
|
1560
1275
|
"""
|
|
1561
1276
|
|
|
1562
1277
|
:param other:
|
|
1563
|
-
:type other: typing_extensions.Self
|
|
1564
1278
|
:return:
|
|
1565
|
-
:rtype: typing_extensions.Self
|
|
1566
1279
|
"""
|
|
1567
1280
|
|
|
1568
1281
|
@typing.overload
|
|
@@ -1570,9 +1283,7 @@ class Quaternion:
|
|
|
1570
1283
|
"""
|
|
1571
1284
|
|
|
1572
1285
|
:param other:
|
|
1573
|
-
:type other: Vector
|
|
1574
1286
|
:return:
|
|
1575
|
-
:rtype: Vector
|
|
1576
1287
|
"""
|
|
1577
1288
|
|
|
1578
1289
|
def __radd__(
|
|
@@ -1581,9 +1292,7 @@ class Quaternion:
|
|
|
1581
1292
|
"""
|
|
1582
1293
|
|
|
1583
1294
|
:param other:
|
|
1584
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1585
1295
|
:return:
|
|
1586
|
-
:rtype: typing_extensions.Self
|
|
1587
1296
|
"""
|
|
1588
1297
|
|
|
1589
1298
|
def __rsub__(
|
|
@@ -1592,9 +1301,7 @@ class Quaternion:
|
|
|
1592
1301
|
"""
|
|
1593
1302
|
|
|
1594
1303
|
:param other:
|
|
1595
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
1596
1304
|
:return:
|
|
1597
|
-
:rtype: typing_extensions.Self
|
|
1598
1305
|
"""
|
|
1599
1306
|
|
|
1600
1307
|
def __rmul__(
|
|
@@ -1603,9 +1310,7 @@ class Quaternion:
|
|
|
1603
1310
|
"""
|
|
1604
1311
|
|
|
1605
1312
|
:param other:
|
|
1606
|
-
:type other: collections.abc.Sequence[float] | float | typing_extensions.Self
|
|
1607
1313
|
:return:
|
|
1608
|
-
:rtype: typing_extensions.Self
|
|
1609
1314
|
"""
|
|
1610
1315
|
|
|
1611
1316
|
def __imul__(
|
|
@@ -1614,2092 +1319,381 @@ class Quaternion:
|
|
|
1614
1319
|
"""
|
|
1615
1320
|
|
|
1616
1321
|
:param other:
|
|
1617
|
-
:type other: collections.abc.Sequence[float] | float | typing_extensions.Self
|
|
1618
1322
|
:return:
|
|
1619
|
-
:rtype: typing_extensions.Self
|
|
1620
1323
|
"""
|
|
1621
1324
|
|
|
1622
1325
|
class Vector:
|
|
1623
1326
|
"""This object gives access to Vectors in Blender."""
|
|
1624
1327
|
|
|
1625
1328
|
is_frozen: bool
|
|
1626
|
-
""" True when this object has been frozen (read-only).
|
|
1627
|
-
|
|
1628
|
-
:type: bool
|
|
1629
|
-
"""
|
|
1329
|
+
""" True when this object has been frozen (read-only)."""
|
|
1630
1330
|
|
|
1631
1331
|
is_valid: bool
|
|
1632
|
-
""" True when the owner of this data is valid.
|
|
1633
|
-
|
|
1634
|
-
:type: bool
|
|
1635
|
-
"""
|
|
1332
|
+
""" True when the owner of this data is valid."""
|
|
1636
1333
|
|
|
1637
1334
|
is_wrapped: bool
|
|
1638
|
-
""" True when this object wraps external data (read-only).
|
|
1639
|
-
|
|
1640
|
-
:type: bool
|
|
1641
|
-
"""
|
|
1335
|
+
""" True when this object wraps external data (read-only)."""
|
|
1642
1336
|
|
|
1643
1337
|
length: float
|
|
1644
|
-
""" Vector Length.
|
|
1645
|
-
|
|
1646
|
-
:type: float
|
|
1647
|
-
"""
|
|
1338
|
+
""" Vector Length."""
|
|
1648
1339
|
|
|
1649
1340
|
length_squared: float
|
|
1650
|
-
""" Vector length squared (v.dot(v)).
|
|
1651
|
-
|
|
1652
|
-
:type: float
|
|
1653
|
-
"""
|
|
1341
|
+
""" Vector length squared (v.dot(v))."""
|
|
1654
1342
|
|
|
1655
1343
|
magnitude: float
|
|
1656
|
-
""" Vector Length.
|
|
1657
|
-
|
|
1658
|
-
:type: float
|
|
1659
|
-
"""
|
|
1344
|
+
""" Vector Length."""
|
|
1660
1345
|
|
|
1661
1346
|
owner: typing.Any
|
|
1662
1347
|
""" The item this is wrapping or None (read-only)."""
|
|
1663
1348
|
|
|
1664
1349
|
w: float
|
|
1665
|
-
""" Vector W axis (4D Vectors only).
|
|
1666
|
-
|
|
1667
|
-
:type: float
|
|
1668
|
-
"""
|
|
1350
|
+
""" Vector W axis (4D Vectors only)."""
|
|
1669
1351
|
|
|
1670
1352
|
ww: typing_extensions.Self
|
|
1671
|
-
"""
|
|
1672
|
-
|
|
1673
|
-
:type: typing_extensions.Self
|
|
1674
|
-
"""
|
|
1675
|
-
|
|
1676
1353
|
www: typing_extensions.Self
|
|
1677
|
-
"""
|
|
1678
|
-
|
|
1679
|
-
:type: typing_extensions.Self
|
|
1680
|
-
"""
|
|
1681
|
-
|
|
1682
1354
|
wwww: typing_extensions.Self
|
|
1683
|
-
"""
|
|
1684
|
-
|
|
1685
|
-
:type: typing_extensions.Self
|
|
1686
|
-
"""
|
|
1687
|
-
|
|
1688
1355
|
wwwx: typing_extensions.Self
|
|
1689
|
-
"""
|
|
1690
|
-
|
|
1691
|
-
:type: typing_extensions.Self
|
|
1692
|
-
"""
|
|
1693
|
-
|
|
1694
1356
|
wwwy: typing_extensions.Self
|
|
1695
|
-
"""
|
|
1696
|
-
|
|
1697
|
-
:type: typing_extensions.Self
|
|
1698
|
-
"""
|
|
1699
|
-
|
|
1700
1357
|
wwwz: typing_extensions.Self
|
|
1701
|
-
"""
|
|
1702
|
-
|
|
1703
|
-
:type: typing_extensions.Self
|
|
1704
|
-
"""
|
|
1705
|
-
|
|
1706
1358
|
wwx: typing_extensions.Self
|
|
1707
|
-
"""
|
|
1708
|
-
|
|
1709
|
-
:type: typing_extensions.Self
|
|
1710
|
-
"""
|
|
1711
|
-
|
|
1712
1359
|
wwxw: typing_extensions.Self
|
|
1713
|
-
"""
|
|
1714
|
-
|
|
1715
|
-
:type: typing_extensions.Self
|
|
1716
|
-
"""
|
|
1717
|
-
|
|
1718
1360
|
wwxx: typing_extensions.Self
|
|
1719
|
-
"""
|
|
1720
|
-
|
|
1721
|
-
:type: typing_extensions.Self
|
|
1722
|
-
"""
|
|
1723
|
-
|
|
1724
1361
|
wwxy: typing_extensions.Self
|
|
1725
|
-
"""
|
|
1726
|
-
|
|
1727
|
-
:type: typing_extensions.Self
|
|
1728
|
-
"""
|
|
1729
|
-
|
|
1730
1362
|
wwxz: typing_extensions.Self
|
|
1731
|
-
"""
|
|
1732
|
-
|
|
1733
|
-
:type: typing_extensions.Self
|
|
1734
|
-
"""
|
|
1735
|
-
|
|
1736
1363
|
wwy: typing_extensions.Self
|
|
1737
|
-
"""
|
|
1738
|
-
|
|
1739
|
-
:type: typing_extensions.Self
|
|
1740
|
-
"""
|
|
1741
|
-
|
|
1742
1364
|
wwyw: typing_extensions.Self
|
|
1743
|
-
"""
|
|
1744
|
-
|
|
1745
|
-
:type: typing_extensions.Self
|
|
1746
|
-
"""
|
|
1747
|
-
|
|
1748
1365
|
wwyx: typing_extensions.Self
|
|
1749
|
-
"""
|
|
1750
|
-
|
|
1751
|
-
:type: typing_extensions.Self
|
|
1752
|
-
"""
|
|
1753
|
-
|
|
1754
1366
|
wwyy: typing_extensions.Self
|
|
1755
|
-
"""
|
|
1756
|
-
|
|
1757
|
-
:type: typing_extensions.Self
|
|
1758
|
-
"""
|
|
1759
|
-
|
|
1760
1367
|
wwyz: typing_extensions.Self
|
|
1761
|
-
"""
|
|
1762
|
-
|
|
1763
|
-
:type: typing_extensions.Self
|
|
1764
|
-
"""
|
|
1765
|
-
|
|
1766
1368
|
wwz: typing_extensions.Self
|
|
1767
|
-
"""
|
|
1768
|
-
|
|
1769
|
-
:type: typing_extensions.Self
|
|
1770
|
-
"""
|
|
1771
|
-
|
|
1772
1369
|
wwzw: typing_extensions.Self
|
|
1773
|
-
"""
|
|
1774
|
-
|
|
1775
|
-
:type: typing_extensions.Self
|
|
1776
|
-
"""
|
|
1777
|
-
|
|
1778
1370
|
wwzx: typing_extensions.Self
|
|
1779
|
-
"""
|
|
1780
|
-
|
|
1781
|
-
:type: typing_extensions.Self
|
|
1782
|
-
"""
|
|
1783
|
-
|
|
1784
1371
|
wwzy: typing_extensions.Self
|
|
1785
|
-
"""
|
|
1786
|
-
|
|
1787
|
-
:type: typing_extensions.Self
|
|
1788
|
-
"""
|
|
1789
|
-
|
|
1790
1372
|
wwzz: typing_extensions.Self
|
|
1791
|
-
"""
|
|
1792
|
-
|
|
1793
|
-
:type: typing_extensions.Self
|
|
1794
|
-
"""
|
|
1795
|
-
|
|
1796
1373
|
wx: typing_extensions.Self
|
|
1797
|
-
"""
|
|
1798
|
-
|
|
1799
|
-
:type: typing_extensions.Self
|
|
1800
|
-
"""
|
|
1801
|
-
|
|
1802
1374
|
wxw: typing_extensions.Self
|
|
1803
|
-
"""
|
|
1804
|
-
|
|
1805
|
-
:type: typing_extensions.Self
|
|
1806
|
-
"""
|
|
1807
|
-
|
|
1808
1375
|
wxww: typing_extensions.Self
|
|
1809
|
-
"""
|
|
1810
|
-
|
|
1811
|
-
:type: typing_extensions.Self
|
|
1812
|
-
"""
|
|
1813
|
-
|
|
1814
1376
|
wxwx: typing_extensions.Self
|
|
1815
|
-
"""
|
|
1816
|
-
|
|
1817
|
-
:type: typing_extensions.Self
|
|
1818
|
-
"""
|
|
1819
|
-
|
|
1820
1377
|
wxwy: typing_extensions.Self
|
|
1821
|
-
"""
|
|
1822
|
-
|
|
1823
|
-
:type: typing_extensions.Self
|
|
1824
|
-
"""
|
|
1825
|
-
|
|
1826
1378
|
wxwz: typing_extensions.Self
|
|
1827
|
-
"""
|
|
1828
|
-
|
|
1829
|
-
:type: typing_extensions.Self
|
|
1830
|
-
"""
|
|
1831
|
-
|
|
1832
1379
|
wxx: typing_extensions.Self
|
|
1833
|
-
"""
|
|
1834
|
-
|
|
1835
|
-
:type: typing_extensions.Self
|
|
1836
|
-
"""
|
|
1837
|
-
|
|
1838
1380
|
wxxw: typing_extensions.Self
|
|
1839
|
-
"""
|
|
1840
|
-
|
|
1841
|
-
:type: typing_extensions.Self
|
|
1842
|
-
"""
|
|
1843
|
-
|
|
1844
1381
|
wxxx: typing_extensions.Self
|
|
1845
|
-
"""
|
|
1846
|
-
|
|
1847
|
-
:type: typing_extensions.Self
|
|
1848
|
-
"""
|
|
1849
|
-
|
|
1850
1382
|
wxxy: typing_extensions.Self
|
|
1851
|
-
"""
|
|
1852
|
-
|
|
1853
|
-
:type: typing_extensions.Self
|
|
1854
|
-
"""
|
|
1855
|
-
|
|
1856
1383
|
wxxz: typing_extensions.Self
|
|
1857
|
-
"""
|
|
1858
|
-
|
|
1859
|
-
:type: typing_extensions.Self
|
|
1860
|
-
"""
|
|
1861
|
-
|
|
1862
1384
|
wxy: typing_extensions.Self
|
|
1863
|
-
"""
|
|
1864
|
-
|
|
1865
|
-
:type: typing_extensions.Self
|
|
1866
|
-
"""
|
|
1867
|
-
|
|
1868
1385
|
wxyw: typing_extensions.Self
|
|
1869
|
-
"""
|
|
1870
|
-
|
|
1871
|
-
:type: typing_extensions.Self
|
|
1872
|
-
"""
|
|
1873
|
-
|
|
1874
1386
|
wxyx: typing_extensions.Self
|
|
1875
|
-
"""
|
|
1876
|
-
|
|
1877
|
-
:type: typing_extensions.Self
|
|
1878
|
-
"""
|
|
1879
|
-
|
|
1880
1387
|
wxyy: typing_extensions.Self
|
|
1881
|
-
"""
|
|
1882
|
-
|
|
1883
|
-
:type: typing_extensions.Self
|
|
1884
|
-
"""
|
|
1885
|
-
|
|
1886
1388
|
wxyz: typing_extensions.Self
|
|
1887
|
-
"""
|
|
1888
|
-
|
|
1889
|
-
:type: typing_extensions.Self
|
|
1890
|
-
"""
|
|
1891
|
-
|
|
1892
1389
|
wxz: typing_extensions.Self
|
|
1893
|
-
"""
|
|
1894
|
-
|
|
1895
|
-
:type: typing_extensions.Self
|
|
1896
|
-
"""
|
|
1897
|
-
|
|
1898
1390
|
wxzw: typing_extensions.Self
|
|
1899
|
-
"""
|
|
1900
|
-
|
|
1901
|
-
:type: typing_extensions.Self
|
|
1902
|
-
"""
|
|
1903
|
-
|
|
1904
1391
|
wxzx: typing_extensions.Self
|
|
1905
|
-
"""
|
|
1906
|
-
|
|
1907
|
-
:type: typing_extensions.Self
|
|
1908
|
-
"""
|
|
1909
|
-
|
|
1910
1392
|
wxzy: typing_extensions.Self
|
|
1911
|
-
"""
|
|
1912
|
-
|
|
1913
|
-
:type: typing_extensions.Self
|
|
1914
|
-
"""
|
|
1915
|
-
|
|
1916
1393
|
wxzz: typing_extensions.Self
|
|
1917
|
-
"""
|
|
1918
|
-
|
|
1919
|
-
:type: typing_extensions.Self
|
|
1920
|
-
"""
|
|
1921
|
-
|
|
1922
1394
|
wy: typing_extensions.Self
|
|
1923
|
-
"""
|
|
1924
|
-
|
|
1925
|
-
:type: typing_extensions.Self
|
|
1926
|
-
"""
|
|
1927
|
-
|
|
1928
1395
|
wyw: typing_extensions.Self
|
|
1929
|
-
"""
|
|
1930
|
-
|
|
1931
|
-
:type: typing_extensions.Self
|
|
1932
|
-
"""
|
|
1933
|
-
|
|
1934
1396
|
wyww: typing_extensions.Self
|
|
1935
|
-
"""
|
|
1936
|
-
|
|
1937
|
-
:type: typing_extensions.Self
|
|
1938
|
-
"""
|
|
1939
|
-
|
|
1940
1397
|
wywx: typing_extensions.Self
|
|
1941
|
-
"""
|
|
1942
|
-
|
|
1943
|
-
:type: typing_extensions.Self
|
|
1944
|
-
"""
|
|
1945
|
-
|
|
1946
1398
|
wywy: typing_extensions.Self
|
|
1947
|
-
"""
|
|
1948
|
-
|
|
1949
|
-
:type: typing_extensions.Self
|
|
1950
|
-
"""
|
|
1951
|
-
|
|
1952
1399
|
wywz: typing_extensions.Self
|
|
1953
|
-
"""
|
|
1954
|
-
|
|
1955
|
-
:type: typing_extensions.Self
|
|
1956
|
-
"""
|
|
1957
|
-
|
|
1958
1400
|
wyx: typing_extensions.Self
|
|
1959
|
-
"""
|
|
1960
|
-
|
|
1961
|
-
:type: typing_extensions.Self
|
|
1962
|
-
"""
|
|
1963
|
-
|
|
1964
1401
|
wyxw: typing_extensions.Self
|
|
1965
|
-
"""
|
|
1966
|
-
|
|
1967
|
-
:type: typing_extensions.Self
|
|
1968
|
-
"""
|
|
1969
|
-
|
|
1970
1402
|
wyxx: typing_extensions.Self
|
|
1971
|
-
"""
|
|
1972
|
-
|
|
1973
|
-
:type: typing_extensions.Self
|
|
1974
|
-
"""
|
|
1975
|
-
|
|
1976
1403
|
wyxy: typing_extensions.Self
|
|
1977
|
-
"""
|
|
1978
|
-
|
|
1979
|
-
:type: typing_extensions.Self
|
|
1980
|
-
"""
|
|
1981
|
-
|
|
1982
1404
|
wyxz: typing_extensions.Self
|
|
1983
|
-
"""
|
|
1984
|
-
|
|
1985
|
-
:type: typing_extensions.Self
|
|
1986
|
-
"""
|
|
1987
|
-
|
|
1988
1405
|
wyy: typing_extensions.Self
|
|
1989
|
-
"""
|
|
1990
|
-
|
|
1991
|
-
:type: typing_extensions.Self
|
|
1992
|
-
"""
|
|
1993
|
-
|
|
1994
1406
|
wyyw: typing_extensions.Self
|
|
1995
|
-
"""
|
|
1996
|
-
|
|
1997
|
-
:type: typing_extensions.Self
|
|
1998
|
-
"""
|
|
1999
|
-
|
|
2000
1407
|
wyyx: typing_extensions.Self
|
|
2001
|
-
"""
|
|
2002
|
-
|
|
2003
|
-
:type: typing_extensions.Self
|
|
2004
|
-
"""
|
|
2005
|
-
|
|
2006
1408
|
wyyy: typing_extensions.Self
|
|
2007
|
-
"""
|
|
2008
|
-
|
|
2009
|
-
:type: typing_extensions.Self
|
|
2010
|
-
"""
|
|
2011
|
-
|
|
2012
1409
|
wyyz: typing_extensions.Self
|
|
2013
|
-
"""
|
|
2014
|
-
|
|
2015
|
-
:type: typing_extensions.Self
|
|
2016
|
-
"""
|
|
2017
|
-
|
|
2018
1410
|
wyz: typing_extensions.Self
|
|
2019
|
-
"""
|
|
2020
|
-
|
|
2021
|
-
:type: typing_extensions.Self
|
|
2022
|
-
"""
|
|
2023
|
-
|
|
2024
1411
|
wyzw: typing_extensions.Self
|
|
2025
|
-
"""
|
|
2026
|
-
|
|
2027
|
-
:type: typing_extensions.Self
|
|
2028
|
-
"""
|
|
2029
|
-
|
|
2030
1412
|
wyzx: typing_extensions.Self
|
|
2031
|
-
"""
|
|
2032
|
-
|
|
2033
|
-
:type: typing_extensions.Self
|
|
2034
|
-
"""
|
|
2035
|
-
|
|
2036
1413
|
wyzy: typing_extensions.Self
|
|
2037
|
-
"""
|
|
2038
|
-
|
|
2039
|
-
:type: typing_extensions.Self
|
|
2040
|
-
"""
|
|
2041
|
-
|
|
2042
1414
|
wyzz: typing_extensions.Self
|
|
2043
|
-
"""
|
|
2044
|
-
|
|
2045
|
-
:type: typing_extensions.Self
|
|
2046
|
-
"""
|
|
2047
|
-
|
|
2048
1415
|
wz: typing_extensions.Self
|
|
2049
|
-
"""
|
|
2050
|
-
|
|
2051
|
-
:type: typing_extensions.Self
|
|
2052
|
-
"""
|
|
2053
|
-
|
|
2054
1416
|
wzw: typing_extensions.Self
|
|
2055
|
-
"""
|
|
2056
|
-
|
|
2057
|
-
:type: typing_extensions.Self
|
|
2058
|
-
"""
|
|
2059
|
-
|
|
2060
1417
|
wzww: typing_extensions.Self
|
|
2061
|
-
"""
|
|
2062
|
-
|
|
2063
|
-
:type: typing_extensions.Self
|
|
2064
|
-
"""
|
|
2065
|
-
|
|
2066
1418
|
wzwx: typing_extensions.Self
|
|
2067
|
-
"""
|
|
2068
|
-
|
|
2069
|
-
:type: typing_extensions.Self
|
|
2070
|
-
"""
|
|
2071
|
-
|
|
2072
1419
|
wzwy: typing_extensions.Self
|
|
2073
|
-
"""
|
|
2074
|
-
|
|
2075
|
-
:type: typing_extensions.Self
|
|
2076
|
-
"""
|
|
2077
|
-
|
|
2078
1420
|
wzwz: typing_extensions.Self
|
|
2079
|
-
"""
|
|
2080
|
-
|
|
2081
|
-
:type: typing_extensions.Self
|
|
2082
|
-
"""
|
|
2083
|
-
|
|
2084
1421
|
wzx: typing_extensions.Self
|
|
2085
|
-
"""
|
|
2086
|
-
|
|
2087
|
-
:type: typing_extensions.Self
|
|
2088
|
-
"""
|
|
2089
|
-
|
|
2090
1422
|
wzxw: typing_extensions.Self
|
|
2091
|
-
"""
|
|
2092
|
-
|
|
2093
|
-
:type: typing_extensions.Self
|
|
2094
|
-
"""
|
|
2095
|
-
|
|
2096
1423
|
wzxx: typing_extensions.Self
|
|
2097
|
-
"""
|
|
2098
|
-
|
|
2099
|
-
:type: typing_extensions.Self
|
|
2100
|
-
"""
|
|
2101
|
-
|
|
2102
1424
|
wzxy: typing_extensions.Self
|
|
2103
|
-
"""
|
|
2104
|
-
|
|
2105
|
-
:type: typing_extensions.Self
|
|
2106
|
-
"""
|
|
2107
|
-
|
|
2108
1425
|
wzxz: typing_extensions.Self
|
|
2109
|
-
"""
|
|
2110
|
-
|
|
2111
|
-
:type: typing_extensions.Self
|
|
2112
|
-
"""
|
|
2113
|
-
|
|
2114
1426
|
wzy: typing_extensions.Self
|
|
2115
|
-
"""
|
|
2116
|
-
|
|
2117
|
-
:type: typing_extensions.Self
|
|
2118
|
-
"""
|
|
2119
|
-
|
|
2120
1427
|
wzyw: typing_extensions.Self
|
|
2121
|
-
"""
|
|
2122
|
-
|
|
2123
|
-
:type: typing_extensions.Self
|
|
2124
|
-
"""
|
|
2125
|
-
|
|
2126
1428
|
wzyx: typing_extensions.Self
|
|
2127
|
-
"""
|
|
2128
|
-
|
|
2129
|
-
:type: typing_extensions.Self
|
|
2130
|
-
"""
|
|
2131
|
-
|
|
2132
1429
|
wzyy: typing_extensions.Self
|
|
2133
|
-
"""
|
|
2134
|
-
|
|
2135
|
-
:type: typing_extensions.Self
|
|
2136
|
-
"""
|
|
2137
|
-
|
|
2138
1430
|
wzyz: typing_extensions.Self
|
|
2139
|
-
"""
|
|
2140
|
-
|
|
2141
|
-
:type: typing_extensions.Self
|
|
2142
|
-
"""
|
|
2143
|
-
|
|
2144
1431
|
wzz: typing_extensions.Self
|
|
2145
|
-
"""
|
|
2146
|
-
|
|
2147
|
-
:type: typing_extensions.Self
|
|
2148
|
-
"""
|
|
2149
|
-
|
|
2150
1432
|
wzzw: typing_extensions.Self
|
|
2151
|
-
"""
|
|
2152
|
-
|
|
2153
|
-
:type: typing_extensions.Self
|
|
2154
|
-
"""
|
|
2155
|
-
|
|
2156
1433
|
wzzx: typing_extensions.Self
|
|
2157
|
-
"""
|
|
2158
|
-
|
|
2159
|
-
:type: typing_extensions.Self
|
|
2160
|
-
"""
|
|
2161
|
-
|
|
2162
1434
|
wzzy: typing_extensions.Self
|
|
2163
|
-
"""
|
|
2164
|
-
|
|
2165
|
-
:type: typing_extensions.Self
|
|
2166
|
-
"""
|
|
2167
|
-
|
|
2168
1435
|
wzzz: typing_extensions.Self
|
|
2169
|
-
"""
|
|
2170
|
-
|
|
2171
|
-
:type: typing_extensions.Self
|
|
2172
|
-
"""
|
|
2173
|
-
|
|
2174
1436
|
x: float
|
|
2175
|
-
""" Vector X axis.
|
|
2176
|
-
|
|
2177
|
-
:type: float
|
|
2178
|
-
"""
|
|
1437
|
+
""" Vector X axis."""
|
|
2179
1438
|
|
|
2180
1439
|
xw: typing_extensions.Self
|
|
2181
|
-
"""
|
|
2182
|
-
|
|
2183
|
-
:type: typing_extensions.Self
|
|
2184
|
-
"""
|
|
2185
|
-
|
|
2186
1440
|
xww: typing_extensions.Self
|
|
2187
|
-
"""
|
|
2188
|
-
|
|
2189
|
-
:type: typing_extensions.Self
|
|
2190
|
-
"""
|
|
2191
|
-
|
|
2192
1441
|
xwww: typing_extensions.Self
|
|
2193
|
-
"""
|
|
2194
|
-
|
|
2195
|
-
:type: typing_extensions.Self
|
|
2196
|
-
"""
|
|
2197
|
-
|
|
2198
1442
|
xwwx: typing_extensions.Self
|
|
2199
|
-
"""
|
|
2200
|
-
|
|
2201
|
-
:type: typing_extensions.Self
|
|
2202
|
-
"""
|
|
2203
|
-
|
|
2204
1443
|
xwwy: typing_extensions.Self
|
|
2205
|
-
"""
|
|
2206
|
-
|
|
2207
|
-
:type: typing_extensions.Self
|
|
2208
|
-
"""
|
|
2209
|
-
|
|
2210
1444
|
xwwz: typing_extensions.Self
|
|
2211
|
-
"""
|
|
2212
|
-
|
|
2213
|
-
:type: typing_extensions.Self
|
|
2214
|
-
"""
|
|
2215
|
-
|
|
2216
1445
|
xwx: typing_extensions.Self
|
|
2217
|
-
"""
|
|
2218
|
-
|
|
2219
|
-
:type: typing_extensions.Self
|
|
2220
|
-
"""
|
|
2221
|
-
|
|
2222
1446
|
xwxw: typing_extensions.Self
|
|
2223
|
-
"""
|
|
2224
|
-
|
|
2225
|
-
:type: typing_extensions.Self
|
|
2226
|
-
"""
|
|
2227
|
-
|
|
2228
1447
|
xwxx: typing_extensions.Self
|
|
2229
|
-
"""
|
|
2230
|
-
|
|
2231
|
-
:type: typing_extensions.Self
|
|
2232
|
-
"""
|
|
2233
|
-
|
|
2234
1448
|
xwxy: typing_extensions.Self
|
|
2235
|
-
"""
|
|
2236
|
-
|
|
2237
|
-
:type: typing_extensions.Self
|
|
2238
|
-
"""
|
|
2239
|
-
|
|
2240
1449
|
xwxz: typing_extensions.Self
|
|
2241
|
-
"""
|
|
2242
|
-
|
|
2243
|
-
:type: typing_extensions.Self
|
|
2244
|
-
"""
|
|
2245
|
-
|
|
2246
1450
|
xwy: typing_extensions.Self
|
|
2247
|
-
"""
|
|
2248
|
-
|
|
2249
|
-
:type: typing_extensions.Self
|
|
2250
|
-
"""
|
|
2251
|
-
|
|
2252
1451
|
xwyw: typing_extensions.Self
|
|
2253
|
-
"""
|
|
2254
|
-
|
|
2255
|
-
:type: typing_extensions.Self
|
|
2256
|
-
"""
|
|
2257
|
-
|
|
2258
1452
|
xwyx: typing_extensions.Self
|
|
2259
|
-
"""
|
|
2260
|
-
|
|
2261
|
-
:type: typing_extensions.Self
|
|
2262
|
-
"""
|
|
2263
|
-
|
|
2264
1453
|
xwyy: typing_extensions.Self
|
|
2265
|
-
"""
|
|
2266
|
-
|
|
2267
|
-
:type: typing_extensions.Self
|
|
2268
|
-
"""
|
|
2269
|
-
|
|
2270
1454
|
xwyz: typing_extensions.Self
|
|
2271
|
-
"""
|
|
2272
|
-
|
|
2273
|
-
:type: typing_extensions.Self
|
|
2274
|
-
"""
|
|
2275
|
-
|
|
2276
1455
|
xwz: typing_extensions.Self
|
|
2277
|
-
"""
|
|
2278
|
-
|
|
2279
|
-
:type: typing_extensions.Self
|
|
2280
|
-
"""
|
|
2281
|
-
|
|
2282
1456
|
xwzw: typing_extensions.Self
|
|
2283
|
-
"""
|
|
2284
|
-
|
|
2285
|
-
:type: typing_extensions.Self
|
|
2286
|
-
"""
|
|
2287
|
-
|
|
2288
1457
|
xwzx: typing_extensions.Self
|
|
2289
|
-
"""
|
|
2290
|
-
|
|
2291
|
-
:type: typing_extensions.Self
|
|
2292
|
-
"""
|
|
2293
|
-
|
|
2294
1458
|
xwzy: typing_extensions.Self
|
|
2295
|
-
"""
|
|
2296
|
-
|
|
2297
|
-
:type: typing_extensions.Self
|
|
2298
|
-
"""
|
|
2299
|
-
|
|
2300
1459
|
xwzz: typing_extensions.Self
|
|
2301
|
-
"""
|
|
2302
|
-
|
|
2303
|
-
:type: typing_extensions.Self
|
|
2304
|
-
"""
|
|
2305
|
-
|
|
2306
1460
|
xx: typing_extensions.Self
|
|
2307
|
-
"""
|
|
2308
|
-
|
|
2309
|
-
:type: typing_extensions.Self
|
|
2310
|
-
"""
|
|
2311
|
-
|
|
2312
1461
|
xxw: typing_extensions.Self
|
|
2313
|
-
"""
|
|
2314
|
-
|
|
2315
|
-
:type: typing_extensions.Self
|
|
2316
|
-
"""
|
|
2317
|
-
|
|
2318
1462
|
xxww: typing_extensions.Self
|
|
2319
|
-
"""
|
|
2320
|
-
|
|
2321
|
-
:type: typing_extensions.Self
|
|
2322
|
-
"""
|
|
2323
|
-
|
|
2324
1463
|
xxwx: typing_extensions.Self
|
|
2325
|
-
"""
|
|
2326
|
-
|
|
2327
|
-
:type: typing_extensions.Self
|
|
2328
|
-
"""
|
|
2329
|
-
|
|
2330
1464
|
xxwy: typing_extensions.Self
|
|
2331
|
-
"""
|
|
2332
|
-
|
|
2333
|
-
:type: typing_extensions.Self
|
|
2334
|
-
"""
|
|
2335
|
-
|
|
2336
1465
|
xxwz: typing_extensions.Self
|
|
2337
|
-
"""
|
|
2338
|
-
|
|
2339
|
-
:type: typing_extensions.Self
|
|
2340
|
-
"""
|
|
2341
|
-
|
|
2342
1466
|
xxx: typing_extensions.Self
|
|
2343
|
-
"""
|
|
2344
|
-
|
|
2345
|
-
:type: typing_extensions.Self
|
|
2346
|
-
"""
|
|
2347
|
-
|
|
2348
1467
|
xxxw: typing_extensions.Self
|
|
2349
|
-
"""
|
|
2350
|
-
|
|
2351
|
-
:type: typing_extensions.Self
|
|
2352
|
-
"""
|
|
2353
|
-
|
|
2354
1468
|
xxxx: typing_extensions.Self
|
|
2355
|
-
"""
|
|
2356
|
-
|
|
2357
|
-
:type: typing_extensions.Self
|
|
2358
|
-
"""
|
|
2359
|
-
|
|
2360
1469
|
xxxy: typing_extensions.Self
|
|
2361
|
-
"""
|
|
2362
|
-
|
|
2363
|
-
:type: typing_extensions.Self
|
|
2364
|
-
"""
|
|
2365
|
-
|
|
2366
1470
|
xxxz: typing_extensions.Self
|
|
2367
|
-
"""
|
|
2368
|
-
|
|
2369
|
-
:type: typing_extensions.Self
|
|
2370
|
-
"""
|
|
2371
|
-
|
|
2372
1471
|
xxy: typing_extensions.Self
|
|
2373
|
-
"""
|
|
2374
|
-
|
|
2375
|
-
:type: typing_extensions.Self
|
|
2376
|
-
"""
|
|
2377
|
-
|
|
2378
1472
|
xxyw: typing_extensions.Self
|
|
2379
|
-
"""
|
|
2380
|
-
|
|
2381
|
-
:type: typing_extensions.Self
|
|
2382
|
-
"""
|
|
2383
|
-
|
|
2384
1473
|
xxyx: typing_extensions.Self
|
|
2385
|
-
"""
|
|
2386
|
-
|
|
2387
|
-
:type: typing_extensions.Self
|
|
2388
|
-
"""
|
|
2389
|
-
|
|
2390
1474
|
xxyy: typing_extensions.Self
|
|
2391
|
-
"""
|
|
2392
|
-
|
|
2393
|
-
:type: typing_extensions.Self
|
|
2394
|
-
"""
|
|
2395
|
-
|
|
2396
1475
|
xxyz: typing_extensions.Self
|
|
2397
|
-
"""
|
|
2398
|
-
|
|
2399
|
-
:type: typing_extensions.Self
|
|
2400
|
-
"""
|
|
2401
|
-
|
|
2402
1476
|
xxz: typing_extensions.Self
|
|
2403
|
-
"""
|
|
2404
|
-
|
|
2405
|
-
:type: typing_extensions.Self
|
|
2406
|
-
"""
|
|
2407
|
-
|
|
2408
1477
|
xxzw: typing_extensions.Self
|
|
2409
|
-
"""
|
|
2410
|
-
|
|
2411
|
-
:type: typing_extensions.Self
|
|
2412
|
-
"""
|
|
2413
|
-
|
|
2414
1478
|
xxzx: typing_extensions.Self
|
|
2415
|
-
"""
|
|
2416
|
-
|
|
2417
|
-
:type: typing_extensions.Self
|
|
2418
|
-
"""
|
|
2419
|
-
|
|
2420
1479
|
xxzy: typing_extensions.Self
|
|
2421
|
-
"""
|
|
2422
|
-
|
|
2423
|
-
:type: typing_extensions.Self
|
|
2424
|
-
"""
|
|
2425
|
-
|
|
2426
1480
|
xxzz: typing_extensions.Self
|
|
2427
|
-
"""
|
|
2428
|
-
|
|
2429
|
-
:type: typing_extensions.Self
|
|
2430
|
-
"""
|
|
2431
|
-
|
|
2432
1481
|
xy: typing_extensions.Self
|
|
2433
|
-
"""
|
|
2434
|
-
|
|
2435
|
-
:type: typing_extensions.Self
|
|
2436
|
-
"""
|
|
2437
|
-
|
|
2438
1482
|
xyw: typing_extensions.Self
|
|
2439
|
-
"""
|
|
2440
|
-
|
|
2441
|
-
:type: typing_extensions.Self
|
|
2442
|
-
"""
|
|
2443
|
-
|
|
2444
1483
|
xyww: typing_extensions.Self
|
|
2445
|
-
"""
|
|
2446
|
-
|
|
2447
|
-
:type: typing_extensions.Self
|
|
2448
|
-
"""
|
|
2449
|
-
|
|
2450
1484
|
xywx: typing_extensions.Self
|
|
2451
|
-
"""
|
|
2452
|
-
|
|
2453
|
-
:type: typing_extensions.Self
|
|
2454
|
-
"""
|
|
2455
|
-
|
|
2456
1485
|
xywy: typing_extensions.Self
|
|
2457
|
-
"""
|
|
2458
|
-
|
|
2459
|
-
:type: typing_extensions.Self
|
|
2460
|
-
"""
|
|
2461
|
-
|
|
2462
1486
|
xywz: typing_extensions.Self
|
|
2463
|
-
"""
|
|
2464
|
-
|
|
2465
|
-
:type: typing_extensions.Self
|
|
2466
|
-
"""
|
|
2467
|
-
|
|
2468
1487
|
xyx: typing_extensions.Self
|
|
2469
|
-
"""
|
|
2470
|
-
|
|
2471
|
-
:type: typing_extensions.Self
|
|
2472
|
-
"""
|
|
2473
|
-
|
|
2474
1488
|
xyxw: typing_extensions.Self
|
|
2475
|
-
"""
|
|
2476
|
-
|
|
2477
|
-
:type: typing_extensions.Self
|
|
2478
|
-
"""
|
|
2479
|
-
|
|
2480
1489
|
xyxx: typing_extensions.Self
|
|
2481
|
-
"""
|
|
2482
|
-
|
|
2483
|
-
:type: typing_extensions.Self
|
|
2484
|
-
"""
|
|
2485
|
-
|
|
2486
1490
|
xyxy: typing_extensions.Self
|
|
2487
|
-
"""
|
|
2488
|
-
|
|
2489
|
-
:type: typing_extensions.Self
|
|
2490
|
-
"""
|
|
2491
|
-
|
|
2492
1491
|
xyxz: typing_extensions.Self
|
|
2493
|
-
"""
|
|
2494
|
-
|
|
2495
|
-
:type: typing_extensions.Self
|
|
2496
|
-
"""
|
|
2497
|
-
|
|
2498
1492
|
xyy: typing_extensions.Self
|
|
2499
|
-
"""
|
|
2500
|
-
|
|
2501
|
-
:type: typing_extensions.Self
|
|
2502
|
-
"""
|
|
2503
|
-
|
|
2504
1493
|
xyyw: typing_extensions.Self
|
|
2505
|
-
"""
|
|
2506
|
-
|
|
2507
|
-
:type: typing_extensions.Self
|
|
2508
|
-
"""
|
|
2509
|
-
|
|
2510
1494
|
xyyx: typing_extensions.Self
|
|
2511
|
-
"""
|
|
2512
|
-
|
|
2513
|
-
:type: typing_extensions.Self
|
|
2514
|
-
"""
|
|
2515
|
-
|
|
2516
1495
|
xyyy: typing_extensions.Self
|
|
2517
|
-
"""
|
|
2518
|
-
|
|
2519
|
-
:type: typing_extensions.Self
|
|
2520
|
-
"""
|
|
2521
|
-
|
|
2522
1496
|
xyyz: typing_extensions.Self
|
|
2523
|
-
"""
|
|
2524
|
-
|
|
2525
|
-
:type: typing_extensions.Self
|
|
2526
|
-
"""
|
|
2527
|
-
|
|
2528
1497
|
xyz: typing_extensions.Self
|
|
2529
|
-
"""
|
|
2530
|
-
|
|
2531
|
-
:type: typing_extensions.Self
|
|
2532
|
-
"""
|
|
2533
|
-
|
|
2534
1498
|
xyzw: typing_extensions.Self
|
|
2535
|
-
"""
|
|
2536
|
-
|
|
2537
|
-
:type: typing_extensions.Self
|
|
2538
|
-
"""
|
|
2539
|
-
|
|
2540
1499
|
xyzx: typing_extensions.Self
|
|
2541
|
-
"""
|
|
2542
|
-
|
|
2543
|
-
:type: typing_extensions.Self
|
|
2544
|
-
"""
|
|
2545
|
-
|
|
2546
1500
|
xyzy: typing_extensions.Self
|
|
2547
|
-
"""
|
|
2548
|
-
|
|
2549
|
-
:type: typing_extensions.Self
|
|
2550
|
-
"""
|
|
2551
|
-
|
|
2552
1501
|
xyzz: typing_extensions.Self
|
|
2553
|
-
"""
|
|
2554
|
-
|
|
2555
|
-
:type: typing_extensions.Self
|
|
2556
|
-
"""
|
|
2557
|
-
|
|
2558
1502
|
xz: typing_extensions.Self
|
|
2559
|
-
"""
|
|
2560
|
-
|
|
2561
|
-
:type: typing_extensions.Self
|
|
2562
|
-
"""
|
|
2563
|
-
|
|
2564
1503
|
xzw: typing_extensions.Self
|
|
2565
|
-
"""
|
|
2566
|
-
|
|
2567
|
-
:type: typing_extensions.Self
|
|
2568
|
-
"""
|
|
2569
|
-
|
|
2570
1504
|
xzww: typing_extensions.Self
|
|
2571
|
-
"""
|
|
2572
|
-
|
|
2573
|
-
:type: typing_extensions.Self
|
|
2574
|
-
"""
|
|
2575
|
-
|
|
2576
1505
|
xzwx: typing_extensions.Self
|
|
2577
|
-
"""
|
|
2578
|
-
|
|
2579
|
-
:type: typing_extensions.Self
|
|
2580
|
-
"""
|
|
2581
|
-
|
|
2582
1506
|
xzwy: typing_extensions.Self
|
|
2583
|
-
"""
|
|
2584
|
-
|
|
2585
|
-
:type: typing_extensions.Self
|
|
2586
|
-
"""
|
|
2587
|
-
|
|
2588
1507
|
xzwz: typing_extensions.Self
|
|
2589
|
-
"""
|
|
2590
|
-
|
|
2591
|
-
:type: typing_extensions.Self
|
|
2592
|
-
"""
|
|
2593
|
-
|
|
2594
1508
|
xzx: typing_extensions.Self
|
|
2595
|
-
"""
|
|
2596
|
-
|
|
2597
|
-
:type: typing_extensions.Self
|
|
2598
|
-
"""
|
|
2599
|
-
|
|
2600
1509
|
xzxw: typing_extensions.Self
|
|
2601
|
-
"""
|
|
2602
|
-
|
|
2603
|
-
:type: typing_extensions.Self
|
|
2604
|
-
"""
|
|
2605
|
-
|
|
2606
1510
|
xzxx: typing_extensions.Self
|
|
2607
|
-
"""
|
|
2608
|
-
|
|
2609
|
-
:type: typing_extensions.Self
|
|
2610
|
-
"""
|
|
2611
|
-
|
|
2612
1511
|
xzxy: typing_extensions.Self
|
|
2613
|
-
"""
|
|
2614
|
-
|
|
2615
|
-
:type: typing_extensions.Self
|
|
2616
|
-
"""
|
|
2617
|
-
|
|
2618
1512
|
xzxz: typing_extensions.Self
|
|
2619
|
-
"""
|
|
2620
|
-
|
|
2621
|
-
:type: typing_extensions.Self
|
|
2622
|
-
"""
|
|
2623
|
-
|
|
2624
1513
|
xzy: typing_extensions.Self
|
|
2625
|
-
"""
|
|
2626
|
-
|
|
2627
|
-
:type: typing_extensions.Self
|
|
2628
|
-
"""
|
|
2629
|
-
|
|
2630
1514
|
xzyw: typing_extensions.Self
|
|
2631
|
-
"""
|
|
2632
|
-
|
|
2633
|
-
:type: typing_extensions.Self
|
|
2634
|
-
"""
|
|
2635
|
-
|
|
2636
1515
|
xzyx: typing_extensions.Self
|
|
2637
|
-
"""
|
|
2638
|
-
|
|
2639
|
-
:type: typing_extensions.Self
|
|
2640
|
-
"""
|
|
2641
|
-
|
|
2642
1516
|
xzyy: typing_extensions.Self
|
|
2643
|
-
"""
|
|
2644
|
-
|
|
2645
|
-
:type: typing_extensions.Self
|
|
2646
|
-
"""
|
|
2647
|
-
|
|
2648
1517
|
xzyz: typing_extensions.Self
|
|
2649
|
-
"""
|
|
2650
|
-
|
|
2651
|
-
:type: typing_extensions.Self
|
|
2652
|
-
"""
|
|
2653
|
-
|
|
2654
1518
|
xzz: typing_extensions.Self
|
|
2655
|
-
"""
|
|
2656
|
-
|
|
2657
|
-
:type: typing_extensions.Self
|
|
2658
|
-
"""
|
|
2659
|
-
|
|
2660
1519
|
xzzw: typing_extensions.Self
|
|
2661
|
-
"""
|
|
2662
|
-
|
|
2663
|
-
:type: typing_extensions.Self
|
|
2664
|
-
"""
|
|
2665
|
-
|
|
2666
1520
|
xzzx: typing_extensions.Self
|
|
2667
|
-
"""
|
|
2668
|
-
|
|
2669
|
-
:type: typing_extensions.Self
|
|
2670
|
-
"""
|
|
2671
|
-
|
|
2672
1521
|
xzzy: typing_extensions.Self
|
|
2673
|
-
"""
|
|
2674
|
-
|
|
2675
|
-
:type: typing_extensions.Self
|
|
2676
|
-
"""
|
|
2677
|
-
|
|
2678
1522
|
xzzz: typing_extensions.Self
|
|
2679
|
-
"""
|
|
2680
|
-
|
|
2681
|
-
:type: typing_extensions.Self
|
|
2682
|
-
"""
|
|
2683
|
-
|
|
2684
1523
|
y: float
|
|
2685
|
-
""" Vector Y axis.
|
|
2686
|
-
|
|
2687
|
-
:type: float
|
|
2688
|
-
"""
|
|
1524
|
+
""" Vector Y axis."""
|
|
2689
1525
|
|
|
2690
1526
|
yw: typing_extensions.Self
|
|
2691
|
-
"""
|
|
2692
|
-
|
|
2693
|
-
:type: typing_extensions.Self
|
|
2694
|
-
"""
|
|
2695
|
-
|
|
2696
1527
|
yww: typing_extensions.Self
|
|
2697
|
-
"""
|
|
2698
|
-
|
|
2699
|
-
:type: typing_extensions.Self
|
|
2700
|
-
"""
|
|
2701
|
-
|
|
2702
1528
|
ywww: typing_extensions.Self
|
|
2703
|
-
"""
|
|
2704
|
-
|
|
2705
|
-
:type: typing_extensions.Self
|
|
2706
|
-
"""
|
|
2707
|
-
|
|
2708
1529
|
ywwx: typing_extensions.Self
|
|
2709
|
-
"""
|
|
2710
|
-
|
|
2711
|
-
:type: typing_extensions.Self
|
|
2712
|
-
"""
|
|
2713
|
-
|
|
2714
1530
|
ywwy: typing_extensions.Self
|
|
2715
|
-
"""
|
|
2716
|
-
|
|
2717
|
-
:type: typing_extensions.Self
|
|
2718
|
-
"""
|
|
2719
|
-
|
|
2720
1531
|
ywwz: typing_extensions.Self
|
|
2721
|
-
"""
|
|
2722
|
-
|
|
2723
|
-
:type: typing_extensions.Self
|
|
2724
|
-
"""
|
|
2725
|
-
|
|
2726
1532
|
ywx: typing_extensions.Self
|
|
2727
|
-
"""
|
|
2728
|
-
|
|
2729
|
-
:type: typing_extensions.Self
|
|
2730
|
-
"""
|
|
2731
|
-
|
|
2732
1533
|
ywxw: typing_extensions.Self
|
|
2733
|
-
"""
|
|
2734
|
-
|
|
2735
|
-
:type: typing_extensions.Self
|
|
2736
|
-
"""
|
|
2737
|
-
|
|
2738
1534
|
ywxx: typing_extensions.Self
|
|
2739
|
-
"""
|
|
2740
|
-
|
|
2741
|
-
:type: typing_extensions.Self
|
|
2742
|
-
"""
|
|
2743
|
-
|
|
2744
1535
|
ywxy: typing_extensions.Self
|
|
2745
|
-
"""
|
|
2746
|
-
|
|
2747
|
-
:type: typing_extensions.Self
|
|
2748
|
-
"""
|
|
2749
|
-
|
|
2750
1536
|
ywxz: typing_extensions.Self
|
|
2751
|
-
"""
|
|
2752
|
-
|
|
2753
|
-
:type: typing_extensions.Self
|
|
2754
|
-
"""
|
|
2755
|
-
|
|
2756
1537
|
ywy: typing_extensions.Self
|
|
2757
|
-
"""
|
|
2758
|
-
|
|
2759
|
-
:type: typing_extensions.Self
|
|
2760
|
-
"""
|
|
2761
|
-
|
|
2762
1538
|
ywyw: typing_extensions.Self
|
|
2763
|
-
"""
|
|
2764
|
-
|
|
2765
|
-
:type: typing_extensions.Self
|
|
2766
|
-
"""
|
|
2767
|
-
|
|
2768
1539
|
ywyx: typing_extensions.Self
|
|
2769
|
-
"""
|
|
2770
|
-
|
|
2771
|
-
:type: typing_extensions.Self
|
|
2772
|
-
"""
|
|
2773
|
-
|
|
2774
1540
|
ywyy: typing_extensions.Self
|
|
2775
|
-
"""
|
|
2776
|
-
|
|
2777
|
-
:type: typing_extensions.Self
|
|
2778
|
-
"""
|
|
2779
|
-
|
|
2780
1541
|
ywyz: typing_extensions.Self
|
|
2781
|
-
"""
|
|
2782
|
-
|
|
2783
|
-
:type: typing_extensions.Self
|
|
2784
|
-
"""
|
|
2785
|
-
|
|
2786
1542
|
ywz: typing_extensions.Self
|
|
2787
|
-
"""
|
|
2788
|
-
|
|
2789
|
-
:type: typing_extensions.Self
|
|
2790
|
-
"""
|
|
2791
|
-
|
|
2792
1543
|
ywzw: typing_extensions.Self
|
|
2793
|
-
"""
|
|
2794
|
-
|
|
2795
|
-
:type: typing_extensions.Self
|
|
2796
|
-
"""
|
|
2797
|
-
|
|
2798
1544
|
ywzx: typing_extensions.Self
|
|
2799
|
-
"""
|
|
2800
|
-
|
|
2801
|
-
:type: typing_extensions.Self
|
|
2802
|
-
"""
|
|
2803
|
-
|
|
2804
1545
|
ywzy: typing_extensions.Self
|
|
2805
|
-
"""
|
|
2806
|
-
|
|
2807
|
-
:type: typing_extensions.Self
|
|
2808
|
-
"""
|
|
2809
|
-
|
|
2810
1546
|
ywzz: typing_extensions.Self
|
|
2811
|
-
"""
|
|
2812
|
-
|
|
2813
|
-
:type: typing_extensions.Self
|
|
2814
|
-
"""
|
|
2815
|
-
|
|
2816
1547
|
yx: typing_extensions.Self
|
|
2817
|
-
"""
|
|
2818
|
-
|
|
2819
|
-
:type: typing_extensions.Self
|
|
2820
|
-
"""
|
|
2821
|
-
|
|
2822
1548
|
yxw: typing_extensions.Self
|
|
2823
|
-
"""
|
|
2824
|
-
|
|
2825
|
-
:type: typing_extensions.Self
|
|
2826
|
-
"""
|
|
2827
|
-
|
|
2828
1549
|
yxww: typing_extensions.Self
|
|
2829
|
-
"""
|
|
2830
|
-
|
|
2831
|
-
:type: typing_extensions.Self
|
|
2832
|
-
"""
|
|
2833
|
-
|
|
2834
1550
|
yxwx: typing_extensions.Self
|
|
2835
|
-
"""
|
|
2836
|
-
|
|
2837
|
-
:type: typing_extensions.Self
|
|
2838
|
-
"""
|
|
2839
|
-
|
|
2840
1551
|
yxwy: typing_extensions.Self
|
|
2841
|
-
"""
|
|
2842
|
-
|
|
2843
|
-
:type: typing_extensions.Self
|
|
2844
|
-
"""
|
|
2845
|
-
|
|
2846
1552
|
yxwz: typing_extensions.Self
|
|
2847
|
-
"""
|
|
2848
|
-
|
|
2849
|
-
:type: typing_extensions.Self
|
|
2850
|
-
"""
|
|
2851
|
-
|
|
2852
1553
|
yxx: typing_extensions.Self
|
|
2853
|
-
"""
|
|
2854
|
-
|
|
2855
|
-
:type: typing_extensions.Self
|
|
2856
|
-
"""
|
|
2857
|
-
|
|
2858
1554
|
yxxw: typing_extensions.Self
|
|
2859
|
-
"""
|
|
2860
|
-
|
|
2861
|
-
:type: typing_extensions.Self
|
|
2862
|
-
"""
|
|
2863
|
-
|
|
2864
1555
|
yxxx: typing_extensions.Self
|
|
2865
|
-
"""
|
|
2866
|
-
|
|
2867
|
-
:type: typing_extensions.Self
|
|
2868
|
-
"""
|
|
2869
|
-
|
|
2870
1556
|
yxxy: typing_extensions.Self
|
|
2871
|
-
"""
|
|
2872
|
-
|
|
2873
|
-
:type: typing_extensions.Self
|
|
2874
|
-
"""
|
|
2875
|
-
|
|
2876
1557
|
yxxz: typing_extensions.Self
|
|
2877
|
-
"""
|
|
2878
|
-
|
|
2879
|
-
:type: typing_extensions.Self
|
|
2880
|
-
"""
|
|
2881
|
-
|
|
2882
1558
|
yxy: typing_extensions.Self
|
|
2883
|
-
"""
|
|
2884
|
-
|
|
2885
|
-
:type: typing_extensions.Self
|
|
2886
|
-
"""
|
|
2887
|
-
|
|
2888
1559
|
yxyw: typing_extensions.Self
|
|
2889
|
-
"""
|
|
2890
|
-
|
|
2891
|
-
:type: typing_extensions.Self
|
|
2892
|
-
"""
|
|
2893
|
-
|
|
2894
1560
|
yxyx: typing_extensions.Self
|
|
2895
|
-
"""
|
|
2896
|
-
|
|
2897
|
-
:type: typing_extensions.Self
|
|
2898
|
-
"""
|
|
2899
|
-
|
|
2900
1561
|
yxyy: typing_extensions.Self
|
|
2901
|
-
"""
|
|
2902
|
-
|
|
2903
|
-
:type: typing_extensions.Self
|
|
2904
|
-
"""
|
|
2905
|
-
|
|
2906
1562
|
yxyz: typing_extensions.Self
|
|
2907
|
-
"""
|
|
2908
|
-
|
|
2909
|
-
:type: typing_extensions.Self
|
|
2910
|
-
"""
|
|
2911
|
-
|
|
2912
1563
|
yxz: typing_extensions.Self
|
|
2913
|
-
"""
|
|
2914
|
-
|
|
2915
|
-
:type: typing_extensions.Self
|
|
2916
|
-
"""
|
|
2917
|
-
|
|
2918
1564
|
yxzw: typing_extensions.Self
|
|
2919
|
-
"""
|
|
2920
|
-
|
|
2921
|
-
:type: typing_extensions.Self
|
|
2922
|
-
"""
|
|
2923
|
-
|
|
2924
1565
|
yxzx: typing_extensions.Self
|
|
2925
|
-
"""
|
|
2926
|
-
|
|
2927
|
-
:type: typing_extensions.Self
|
|
2928
|
-
"""
|
|
2929
|
-
|
|
2930
1566
|
yxzy: typing_extensions.Self
|
|
2931
|
-
"""
|
|
2932
|
-
|
|
2933
|
-
:type: typing_extensions.Self
|
|
2934
|
-
"""
|
|
2935
|
-
|
|
2936
1567
|
yxzz: typing_extensions.Self
|
|
2937
|
-
"""
|
|
2938
|
-
|
|
2939
|
-
:type: typing_extensions.Self
|
|
2940
|
-
"""
|
|
2941
|
-
|
|
2942
1568
|
yy: typing_extensions.Self
|
|
2943
|
-
"""
|
|
2944
|
-
|
|
2945
|
-
:type: typing_extensions.Self
|
|
2946
|
-
"""
|
|
2947
|
-
|
|
2948
1569
|
yyw: typing_extensions.Self
|
|
2949
|
-
"""
|
|
2950
|
-
|
|
2951
|
-
:type: typing_extensions.Self
|
|
2952
|
-
"""
|
|
2953
|
-
|
|
2954
1570
|
yyww: typing_extensions.Self
|
|
2955
|
-
"""
|
|
2956
|
-
|
|
2957
|
-
:type: typing_extensions.Self
|
|
2958
|
-
"""
|
|
2959
|
-
|
|
2960
1571
|
yywx: typing_extensions.Self
|
|
2961
|
-
"""
|
|
2962
|
-
|
|
2963
|
-
:type: typing_extensions.Self
|
|
2964
|
-
"""
|
|
2965
|
-
|
|
2966
1572
|
yywy: typing_extensions.Self
|
|
2967
|
-
"""
|
|
2968
|
-
|
|
2969
|
-
:type: typing_extensions.Self
|
|
2970
|
-
"""
|
|
2971
|
-
|
|
2972
1573
|
yywz: typing_extensions.Self
|
|
2973
|
-
"""
|
|
2974
|
-
|
|
2975
|
-
:type: typing_extensions.Self
|
|
2976
|
-
"""
|
|
2977
|
-
|
|
2978
1574
|
yyx: typing_extensions.Self
|
|
2979
|
-
"""
|
|
2980
|
-
|
|
2981
|
-
:type: typing_extensions.Self
|
|
2982
|
-
"""
|
|
2983
|
-
|
|
2984
1575
|
yyxw: typing_extensions.Self
|
|
2985
|
-
"""
|
|
2986
|
-
|
|
2987
|
-
:type: typing_extensions.Self
|
|
2988
|
-
"""
|
|
2989
|
-
|
|
2990
1576
|
yyxx: typing_extensions.Self
|
|
2991
|
-
"""
|
|
2992
|
-
|
|
2993
|
-
:type: typing_extensions.Self
|
|
2994
|
-
"""
|
|
2995
|
-
|
|
2996
1577
|
yyxy: typing_extensions.Self
|
|
2997
|
-
"""
|
|
2998
|
-
|
|
2999
|
-
:type: typing_extensions.Self
|
|
3000
|
-
"""
|
|
3001
|
-
|
|
3002
1578
|
yyxz: typing_extensions.Self
|
|
3003
|
-
"""
|
|
3004
|
-
|
|
3005
|
-
:type: typing_extensions.Self
|
|
3006
|
-
"""
|
|
3007
|
-
|
|
3008
1579
|
yyy: typing_extensions.Self
|
|
3009
|
-
"""
|
|
3010
|
-
|
|
3011
|
-
:type: typing_extensions.Self
|
|
3012
|
-
"""
|
|
3013
|
-
|
|
3014
1580
|
yyyw: typing_extensions.Self
|
|
3015
|
-
"""
|
|
3016
|
-
|
|
3017
|
-
:type: typing_extensions.Self
|
|
3018
|
-
"""
|
|
3019
|
-
|
|
3020
1581
|
yyyx: typing_extensions.Self
|
|
3021
|
-
"""
|
|
3022
|
-
|
|
3023
|
-
:type: typing_extensions.Self
|
|
3024
|
-
"""
|
|
3025
|
-
|
|
3026
1582
|
yyyy: typing_extensions.Self
|
|
3027
|
-
"""
|
|
3028
|
-
|
|
3029
|
-
:type: typing_extensions.Self
|
|
3030
|
-
"""
|
|
3031
|
-
|
|
3032
1583
|
yyyz: typing_extensions.Self
|
|
3033
|
-
"""
|
|
3034
|
-
|
|
3035
|
-
:type: typing_extensions.Self
|
|
3036
|
-
"""
|
|
3037
|
-
|
|
3038
1584
|
yyz: typing_extensions.Self
|
|
3039
|
-
"""
|
|
3040
|
-
|
|
3041
|
-
:type: typing_extensions.Self
|
|
3042
|
-
"""
|
|
3043
|
-
|
|
3044
1585
|
yyzw: typing_extensions.Self
|
|
3045
|
-
"""
|
|
3046
|
-
|
|
3047
|
-
:type: typing_extensions.Self
|
|
3048
|
-
"""
|
|
3049
|
-
|
|
3050
1586
|
yyzx: typing_extensions.Self
|
|
3051
|
-
"""
|
|
3052
|
-
|
|
3053
|
-
:type: typing_extensions.Self
|
|
3054
|
-
"""
|
|
3055
|
-
|
|
3056
1587
|
yyzy: typing_extensions.Self
|
|
3057
|
-
"""
|
|
3058
|
-
|
|
3059
|
-
:type: typing_extensions.Self
|
|
3060
|
-
"""
|
|
3061
|
-
|
|
3062
1588
|
yyzz: typing_extensions.Self
|
|
3063
|
-
"""
|
|
3064
|
-
|
|
3065
|
-
:type: typing_extensions.Self
|
|
3066
|
-
"""
|
|
3067
|
-
|
|
3068
1589
|
yz: typing_extensions.Self
|
|
3069
|
-
"""
|
|
3070
|
-
|
|
3071
|
-
:type: typing_extensions.Self
|
|
3072
|
-
"""
|
|
3073
|
-
|
|
3074
1590
|
yzw: typing_extensions.Self
|
|
3075
|
-
"""
|
|
3076
|
-
|
|
3077
|
-
:type: typing_extensions.Self
|
|
3078
|
-
"""
|
|
3079
|
-
|
|
3080
1591
|
yzww: typing_extensions.Self
|
|
3081
|
-
"""
|
|
3082
|
-
|
|
3083
|
-
:type: typing_extensions.Self
|
|
3084
|
-
"""
|
|
3085
|
-
|
|
3086
1592
|
yzwx: typing_extensions.Self
|
|
3087
|
-
"""
|
|
3088
|
-
|
|
3089
|
-
:type: typing_extensions.Self
|
|
3090
|
-
"""
|
|
3091
|
-
|
|
3092
1593
|
yzwy: typing_extensions.Self
|
|
3093
|
-
"""
|
|
3094
|
-
|
|
3095
|
-
:type: typing_extensions.Self
|
|
3096
|
-
"""
|
|
3097
|
-
|
|
3098
1594
|
yzwz: typing_extensions.Self
|
|
3099
|
-
"""
|
|
3100
|
-
|
|
3101
|
-
:type: typing_extensions.Self
|
|
3102
|
-
"""
|
|
3103
|
-
|
|
3104
1595
|
yzx: typing_extensions.Self
|
|
3105
|
-
"""
|
|
3106
|
-
|
|
3107
|
-
:type: typing_extensions.Self
|
|
3108
|
-
"""
|
|
3109
|
-
|
|
3110
1596
|
yzxw: typing_extensions.Self
|
|
3111
|
-
"""
|
|
3112
|
-
|
|
3113
|
-
:type: typing_extensions.Self
|
|
3114
|
-
"""
|
|
3115
|
-
|
|
3116
1597
|
yzxx: typing_extensions.Self
|
|
3117
|
-
"""
|
|
3118
|
-
|
|
3119
|
-
:type: typing_extensions.Self
|
|
3120
|
-
"""
|
|
3121
|
-
|
|
3122
1598
|
yzxy: typing_extensions.Self
|
|
3123
|
-
"""
|
|
3124
|
-
|
|
3125
|
-
:type: typing_extensions.Self
|
|
3126
|
-
"""
|
|
3127
|
-
|
|
3128
1599
|
yzxz: typing_extensions.Self
|
|
3129
|
-
"""
|
|
3130
|
-
|
|
3131
|
-
:type: typing_extensions.Self
|
|
3132
|
-
"""
|
|
3133
|
-
|
|
3134
1600
|
yzy: typing_extensions.Self
|
|
3135
|
-
"""
|
|
3136
|
-
|
|
3137
|
-
:type: typing_extensions.Self
|
|
3138
|
-
"""
|
|
3139
|
-
|
|
3140
1601
|
yzyw: typing_extensions.Self
|
|
3141
|
-
"""
|
|
3142
|
-
|
|
3143
|
-
:type: typing_extensions.Self
|
|
3144
|
-
"""
|
|
3145
|
-
|
|
3146
1602
|
yzyx: typing_extensions.Self
|
|
3147
|
-
"""
|
|
3148
|
-
|
|
3149
|
-
:type: typing_extensions.Self
|
|
3150
|
-
"""
|
|
3151
|
-
|
|
3152
1603
|
yzyy: typing_extensions.Self
|
|
3153
|
-
"""
|
|
3154
|
-
|
|
3155
|
-
:type: typing_extensions.Self
|
|
3156
|
-
"""
|
|
3157
|
-
|
|
3158
1604
|
yzyz: typing_extensions.Self
|
|
3159
|
-
"""
|
|
3160
|
-
|
|
3161
|
-
:type: typing_extensions.Self
|
|
3162
|
-
"""
|
|
3163
|
-
|
|
3164
1605
|
yzz: typing_extensions.Self
|
|
3165
|
-
"""
|
|
3166
|
-
|
|
3167
|
-
:type: typing_extensions.Self
|
|
3168
|
-
"""
|
|
3169
|
-
|
|
3170
1606
|
yzzw: typing_extensions.Self
|
|
3171
|
-
"""
|
|
3172
|
-
|
|
3173
|
-
:type: typing_extensions.Self
|
|
3174
|
-
"""
|
|
3175
|
-
|
|
3176
1607
|
yzzx: typing_extensions.Self
|
|
3177
|
-
"""
|
|
3178
|
-
|
|
3179
|
-
:type: typing_extensions.Self
|
|
3180
|
-
"""
|
|
3181
|
-
|
|
3182
1608
|
yzzy: typing_extensions.Self
|
|
3183
|
-
"""
|
|
3184
|
-
|
|
3185
|
-
:type: typing_extensions.Self
|
|
3186
|
-
"""
|
|
3187
|
-
|
|
3188
1609
|
yzzz: typing_extensions.Self
|
|
3189
|
-
"""
|
|
3190
|
-
|
|
3191
|
-
:type: typing_extensions.Self
|
|
3192
|
-
"""
|
|
3193
|
-
|
|
3194
1610
|
z: float
|
|
3195
|
-
""" Vector Z axis (3D Vectors only).
|
|
3196
|
-
|
|
3197
|
-
:type: float
|
|
3198
|
-
"""
|
|
3199
|
-
|
|
3200
|
-
zw: typing_extensions.Self
|
|
3201
|
-
"""
|
|
3202
|
-
|
|
3203
|
-
:type: typing_extensions.Self
|
|
3204
|
-
"""
|
|
3205
|
-
|
|
3206
|
-
zww: typing_extensions.Self
|
|
3207
|
-
"""
|
|
3208
|
-
|
|
3209
|
-
:type: typing_extensions.Self
|
|
3210
|
-
"""
|
|
3211
|
-
|
|
3212
|
-
zwww: typing_extensions.Self
|
|
3213
|
-
"""
|
|
3214
|
-
|
|
3215
|
-
:type: typing_extensions.Self
|
|
3216
|
-
"""
|
|
3217
|
-
|
|
3218
|
-
zwwx: typing_extensions.Self
|
|
3219
|
-
"""
|
|
3220
|
-
|
|
3221
|
-
:type: typing_extensions.Self
|
|
3222
|
-
"""
|
|
1611
|
+
""" Vector Z axis (3D Vectors only)."""
|
|
3223
1612
|
|
|
1613
|
+
zw: typing_extensions.Self
|
|
1614
|
+
zww: typing_extensions.Self
|
|
1615
|
+
zwww: typing_extensions.Self
|
|
1616
|
+
zwwx: typing_extensions.Self
|
|
3224
1617
|
zwwy: typing_extensions.Self
|
|
3225
|
-
"""
|
|
3226
|
-
|
|
3227
|
-
:type: typing_extensions.Self
|
|
3228
|
-
"""
|
|
3229
|
-
|
|
3230
1618
|
zwwz: typing_extensions.Self
|
|
3231
|
-
"""
|
|
3232
|
-
|
|
3233
|
-
:type: typing_extensions.Self
|
|
3234
|
-
"""
|
|
3235
|
-
|
|
3236
1619
|
zwx: typing_extensions.Self
|
|
3237
|
-
"""
|
|
3238
|
-
|
|
3239
|
-
:type: typing_extensions.Self
|
|
3240
|
-
"""
|
|
3241
|
-
|
|
3242
1620
|
zwxw: typing_extensions.Self
|
|
3243
|
-
"""
|
|
3244
|
-
|
|
3245
|
-
:type: typing_extensions.Self
|
|
3246
|
-
"""
|
|
3247
|
-
|
|
3248
1621
|
zwxx: typing_extensions.Self
|
|
3249
|
-
"""
|
|
3250
|
-
|
|
3251
|
-
:type: typing_extensions.Self
|
|
3252
|
-
"""
|
|
3253
|
-
|
|
3254
1622
|
zwxy: typing_extensions.Self
|
|
3255
|
-
"""
|
|
3256
|
-
|
|
3257
|
-
:type: typing_extensions.Self
|
|
3258
|
-
"""
|
|
3259
|
-
|
|
3260
1623
|
zwxz: typing_extensions.Self
|
|
3261
|
-
"""
|
|
3262
|
-
|
|
3263
|
-
:type: typing_extensions.Self
|
|
3264
|
-
"""
|
|
3265
|
-
|
|
3266
1624
|
zwy: typing_extensions.Self
|
|
3267
|
-
"""
|
|
3268
|
-
|
|
3269
|
-
:type: typing_extensions.Self
|
|
3270
|
-
"""
|
|
3271
|
-
|
|
3272
1625
|
zwyw: typing_extensions.Self
|
|
3273
|
-
"""
|
|
3274
|
-
|
|
3275
|
-
:type: typing_extensions.Self
|
|
3276
|
-
"""
|
|
3277
|
-
|
|
3278
1626
|
zwyx: typing_extensions.Self
|
|
3279
|
-
"""
|
|
3280
|
-
|
|
3281
|
-
:type: typing_extensions.Self
|
|
3282
|
-
"""
|
|
3283
|
-
|
|
3284
1627
|
zwyy: typing_extensions.Self
|
|
3285
|
-
"""
|
|
3286
|
-
|
|
3287
|
-
:type: typing_extensions.Self
|
|
3288
|
-
"""
|
|
3289
|
-
|
|
3290
1628
|
zwyz: typing_extensions.Self
|
|
3291
|
-
"""
|
|
3292
|
-
|
|
3293
|
-
:type: typing_extensions.Self
|
|
3294
|
-
"""
|
|
3295
|
-
|
|
3296
1629
|
zwz: typing_extensions.Self
|
|
3297
|
-
"""
|
|
3298
|
-
|
|
3299
|
-
:type: typing_extensions.Self
|
|
3300
|
-
"""
|
|
3301
|
-
|
|
3302
1630
|
zwzw: typing_extensions.Self
|
|
3303
|
-
"""
|
|
3304
|
-
|
|
3305
|
-
:type: typing_extensions.Self
|
|
3306
|
-
"""
|
|
3307
|
-
|
|
3308
1631
|
zwzx: typing_extensions.Self
|
|
3309
|
-
"""
|
|
3310
|
-
|
|
3311
|
-
:type: typing_extensions.Self
|
|
3312
|
-
"""
|
|
3313
|
-
|
|
3314
1632
|
zwzy: typing_extensions.Self
|
|
3315
|
-
"""
|
|
3316
|
-
|
|
3317
|
-
:type: typing_extensions.Self
|
|
3318
|
-
"""
|
|
3319
|
-
|
|
3320
1633
|
zwzz: typing_extensions.Self
|
|
3321
|
-
"""
|
|
3322
|
-
|
|
3323
|
-
:type: typing_extensions.Self
|
|
3324
|
-
"""
|
|
3325
|
-
|
|
3326
1634
|
zx: typing_extensions.Self
|
|
3327
|
-
"""
|
|
3328
|
-
|
|
3329
|
-
:type: typing_extensions.Self
|
|
3330
|
-
"""
|
|
3331
|
-
|
|
3332
1635
|
zxw: typing_extensions.Self
|
|
3333
|
-
"""
|
|
3334
|
-
|
|
3335
|
-
:type: typing_extensions.Self
|
|
3336
|
-
"""
|
|
3337
|
-
|
|
3338
1636
|
zxww: typing_extensions.Self
|
|
3339
|
-
"""
|
|
3340
|
-
|
|
3341
|
-
:type: typing_extensions.Self
|
|
3342
|
-
"""
|
|
3343
|
-
|
|
3344
1637
|
zxwx: typing_extensions.Self
|
|
3345
|
-
"""
|
|
3346
|
-
|
|
3347
|
-
:type: typing_extensions.Self
|
|
3348
|
-
"""
|
|
3349
|
-
|
|
3350
1638
|
zxwy: typing_extensions.Self
|
|
3351
|
-
"""
|
|
3352
|
-
|
|
3353
|
-
:type: typing_extensions.Self
|
|
3354
|
-
"""
|
|
3355
|
-
|
|
3356
1639
|
zxwz: typing_extensions.Self
|
|
3357
|
-
"""
|
|
3358
|
-
|
|
3359
|
-
:type: typing_extensions.Self
|
|
3360
|
-
"""
|
|
3361
|
-
|
|
3362
1640
|
zxx: typing_extensions.Self
|
|
3363
|
-
"""
|
|
3364
|
-
|
|
3365
|
-
:type: typing_extensions.Self
|
|
3366
|
-
"""
|
|
3367
|
-
|
|
3368
1641
|
zxxw: typing_extensions.Self
|
|
3369
|
-
"""
|
|
3370
|
-
|
|
3371
|
-
:type: typing_extensions.Self
|
|
3372
|
-
"""
|
|
3373
|
-
|
|
3374
1642
|
zxxx: typing_extensions.Self
|
|
3375
|
-
"""
|
|
3376
|
-
|
|
3377
|
-
:type: typing_extensions.Self
|
|
3378
|
-
"""
|
|
3379
|
-
|
|
3380
1643
|
zxxy: typing_extensions.Self
|
|
3381
|
-
"""
|
|
3382
|
-
|
|
3383
|
-
:type: typing_extensions.Self
|
|
3384
|
-
"""
|
|
3385
|
-
|
|
3386
1644
|
zxxz: typing_extensions.Self
|
|
3387
|
-
"""
|
|
3388
|
-
|
|
3389
|
-
:type: typing_extensions.Self
|
|
3390
|
-
"""
|
|
3391
|
-
|
|
3392
1645
|
zxy: typing_extensions.Self
|
|
3393
|
-
"""
|
|
3394
|
-
|
|
3395
|
-
:type: typing_extensions.Self
|
|
3396
|
-
"""
|
|
3397
|
-
|
|
3398
1646
|
zxyw: typing_extensions.Self
|
|
3399
|
-
"""
|
|
3400
|
-
|
|
3401
|
-
:type: typing_extensions.Self
|
|
3402
|
-
"""
|
|
3403
|
-
|
|
3404
1647
|
zxyx: typing_extensions.Self
|
|
3405
|
-
"""
|
|
3406
|
-
|
|
3407
|
-
:type: typing_extensions.Self
|
|
3408
|
-
"""
|
|
3409
|
-
|
|
3410
1648
|
zxyy: typing_extensions.Self
|
|
3411
|
-
"""
|
|
3412
|
-
|
|
3413
|
-
:type: typing_extensions.Self
|
|
3414
|
-
"""
|
|
3415
|
-
|
|
3416
1649
|
zxyz: typing_extensions.Self
|
|
3417
|
-
"""
|
|
3418
|
-
|
|
3419
|
-
:type: typing_extensions.Self
|
|
3420
|
-
"""
|
|
3421
|
-
|
|
3422
1650
|
zxz: typing_extensions.Self
|
|
3423
|
-
"""
|
|
3424
|
-
|
|
3425
|
-
:type: typing_extensions.Self
|
|
3426
|
-
"""
|
|
3427
|
-
|
|
3428
1651
|
zxzw: typing_extensions.Self
|
|
3429
|
-
"""
|
|
3430
|
-
|
|
3431
|
-
:type: typing_extensions.Self
|
|
3432
|
-
"""
|
|
3433
|
-
|
|
3434
1652
|
zxzx: typing_extensions.Self
|
|
3435
|
-
"""
|
|
3436
|
-
|
|
3437
|
-
:type: typing_extensions.Self
|
|
3438
|
-
"""
|
|
3439
|
-
|
|
3440
1653
|
zxzy: typing_extensions.Self
|
|
3441
|
-
"""
|
|
3442
|
-
|
|
3443
|
-
:type: typing_extensions.Self
|
|
3444
|
-
"""
|
|
3445
|
-
|
|
3446
1654
|
zxzz: typing_extensions.Self
|
|
3447
|
-
"""
|
|
3448
|
-
|
|
3449
|
-
:type: typing_extensions.Self
|
|
3450
|
-
"""
|
|
3451
|
-
|
|
3452
1655
|
zy: typing_extensions.Self
|
|
3453
|
-
"""
|
|
3454
|
-
|
|
3455
|
-
:type: typing_extensions.Self
|
|
3456
|
-
"""
|
|
3457
|
-
|
|
3458
1656
|
zyw: typing_extensions.Self
|
|
3459
|
-
"""
|
|
3460
|
-
|
|
3461
|
-
:type: typing_extensions.Self
|
|
3462
|
-
"""
|
|
3463
|
-
|
|
3464
1657
|
zyww: typing_extensions.Self
|
|
3465
|
-
"""
|
|
3466
|
-
|
|
3467
|
-
:type: typing_extensions.Self
|
|
3468
|
-
"""
|
|
3469
|
-
|
|
3470
1658
|
zywx: typing_extensions.Self
|
|
3471
|
-
"""
|
|
3472
|
-
|
|
3473
|
-
:type: typing_extensions.Self
|
|
3474
|
-
"""
|
|
3475
|
-
|
|
3476
1659
|
zywy: typing_extensions.Self
|
|
3477
|
-
"""
|
|
3478
|
-
|
|
3479
|
-
:type: typing_extensions.Self
|
|
3480
|
-
"""
|
|
3481
|
-
|
|
3482
1660
|
zywz: typing_extensions.Self
|
|
3483
|
-
"""
|
|
3484
|
-
|
|
3485
|
-
:type: typing_extensions.Self
|
|
3486
|
-
"""
|
|
3487
|
-
|
|
3488
1661
|
zyx: typing_extensions.Self
|
|
3489
|
-
"""
|
|
3490
|
-
|
|
3491
|
-
:type: typing_extensions.Self
|
|
3492
|
-
"""
|
|
3493
|
-
|
|
3494
1662
|
zyxw: typing_extensions.Self
|
|
3495
|
-
"""
|
|
3496
|
-
|
|
3497
|
-
:type: typing_extensions.Self
|
|
3498
|
-
"""
|
|
3499
|
-
|
|
3500
1663
|
zyxx: typing_extensions.Self
|
|
3501
|
-
"""
|
|
3502
|
-
|
|
3503
|
-
:type: typing_extensions.Self
|
|
3504
|
-
"""
|
|
3505
|
-
|
|
3506
1664
|
zyxy: typing_extensions.Self
|
|
3507
|
-
"""
|
|
3508
|
-
|
|
3509
|
-
:type: typing_extensions.Self
|
|
3510
|
-
"""
|
|
3511
|
-
|
|
3512
1665
|
zyxz: typing_extensions.Self
|
|
3513
|
-
"""
|
|
3514
|
-
|
|
3515
|
-
:type: typing_extensions.Self
|
|
3516
|
-
"""
|
|
3517
|
-
|
|
3518
1666
|
zyy: typing_extensions.Self
|
|
3519
|
-
"""
|
|
3520
|
-
|
|
3521
|
-
:type: typing_extensions.Self
|
|
3522
|
-
"""
|
|
3523
|
-
|
|
3524
1667
|
zyyw: typing_extensions.Self
|
|
3525
|
-
"""
|
|
3526
|
-
|
|
3527
|
-
:type: typing_extensions.Self
|
|
3528
|
-
"""
|
|
3529
|
-
|
|
3530
1668
|
zyyx: typing_extensions.Self
|
|
3531
|
-
"""
|
|
3532
|
-
|
|
3533
|
-
:type: typing_extensions.Self
|
|
3534
|
-
"""
|
|
3535
|
-
|
|
3536
1669
|
zyyy: typing_extensions.Self
|
|
3537
|
-
"""
|
|
3538
|
-
|
|
3539
|
-
:type: typing_extensions.Self
|
|
3540
|
-
"""
|
|
3541
|
-
|
|
3542
1670
|
zyyz: typing_extensions.Self
|
|
3543
|
-
"""
|
|
3544
|
-
|
|
3545
|
-
:type: typing_extensions.Self
|
|
3546
|
-
"""
|
|
3547
|
-
|
|
3548
1671
|
zyz: typing_extensions.Self
|
|
3549
|
-
"""
|
|
3550
|
-
|
|
3551
|
-
:type: typing_extensions.Self
|
|
3552
|
-
"""
|
|
3553
|
-
|
|
3554
1672
|
zyzw: typing_extensions.Self
|
|
3555
|
-
"""
|
|
3556
|
-
|
|
3557
|
-
:type: typing_extensions.Self
|
|
3558
|
-
"""
|
|
3559
|
-
|
|
3560
1673
|
zyzx: typing_extensions.Self
|
|
3561
|
-
"""
|
|
3562
|
-
|
|
3563
|
-
:type: typing_extensions.Self
|
|
3564
|
-
"""
|
|
3565
|
-
|
|
3566
1674
|
zyzy: typing_extensions.Self
|
|
3567
|
-
"""
|
|
3568
|
-
|
|
3569
|
-
:type: typing_extensions.Self
|
|
3570
|
-
"""
|
|
3571
|
-
|
|
3572
1675
|
zyzz: typing_extensions.Self
|
|
3573
|
-
"""
|
|
3574
|
-
|
|
3575
|
-
:type: typing_extensions.Self
|
|
3576
|
-
"""
|
|
3577
|
-
|
|
3578
1676
|
zz: typing_extensions.Self
|
|
3579
|
-
"""
|
|
3580
|
-
|
|
3581
|
-
:type: typing_extensions.Self
|
|
3582
|
-
"""
|
|
3583
|
-
|
|
3584
1677
|
zzw: typing_extensions.Self
|
|
3585
|
-
"""
|
|
3586
|
-
|
|
3587
|
-
:type: typing_extensions.Self
|
|
3588
|
-
"""
|
|
3589
|
-
|
|
3590
1678
|
zzww: typing_extensions.Self
|
|
3591
|
-
"""
|
|
3592
|
-
|
|
3593
|
-
:type: typing_extensions.Self
|
|
3594
|
-
"""
|
|
3595
|
-
|
|
3596
1679
|
zzwx: typing_extensions.Self
|
|
3597
|
-
"""
|
|
3598
|
-
|
|
3599
|
-
:type: typing_extensions.Self
|
|
3600
|
-
"""
|
|
3601
|
-
|
|
3602
1680
|
zzwy: typing_extensions.Self
|
|
3603
|
-
"""
|
|
3604
|
-
|
|
3605
|
-
:type: typing_extensions.Self
|
|
3606
|
-
"""
|
|
3607
|
-
|
|
3608
1681
|
zzwz: typing_extensions.Self
|
|
3609
|
-
"""
|
|
3610
|
-
|
|
3611
|
-
:type: typing_extensions.Self
|
|
3612
|
-
"""
|
|
3613
|
-
|
|
3614
1682
|
zzx: typing_extensions.Self
|
|
3615
|
-
"""
|
|
3616
|
-
|
|
3617
|
-
:type: typing_extensions.Self
|
|
3618
|
-
"""
|
|
3619
|
-
|
|
3620
1683
|
zzxw: typing_extensions.Self
|
|
3621
|
-
"""
|
|
3622
|
-
|
|
3623
|
-
:type: typing_extensions.Self
|
|
3624
|
-
"""
|
|
3625
|
-
|
|
3626
1684
|
zzxx: typing_extensions.Self
|
|
3627
|
-
"""
|
|
3628
|
-
|
|
3629
|
-
:type: typing_extensions.Self
|
|
3630
|
-
"""
|
|
3631
|
-
|
|
3632
1685
|
zzxy: typing_extensions.Self
|
|
3633
|
-
"""
|
|
3634
|
-
|
|
3635
|
-
:type: typing_extensions.Self
|
|
3636
|
-
"""
|
|
3637
|
-
|
|
3638
1686
|
zzxz: typing_extensions.Self
|
|
3639
|
-
"""
|
|
3640
|
-
|
|
3641
|
-
:type: typing_extensions.Self
|
|
3642
|
-
"""
|
|
3643
|
-
|
|
3644
1687
|
zzy: typing_extensions.Self
|
|
3645
|
-
"""
|
|
3646
|
-
|
|
3647
|
-
:type: typing_extensions.Self
|
|
3648
|
-
"""
|
|
3649
|
-
|
|
3650
1688
|
zzyw: typing_extensions.Self
|
|
3651
|
-
"""
|
|
3652
|
-
|
|
3653
|
-
:type: typing_extensions.Self
|
|
3654
|
-
"""
|
|
3655
|
-
|
|
3656
1689
|
zzyx: typing_extensions.Self
|
|
3657
|
-
"""
|
|
3658
|
-
|
|
3659
|
-
:type: typing_extensions.Self
|
|
3660
|
-
"""
|
|
3661
|
-
|
|
3662
1690
|
zzyy: typing_extensions.Self
|
|
3663
|
-
"""
|
|
3664
|
-
|
|
3665
|
-
:type: typing_extensions.Self
|
|
3666
|
-
"""
|
|
3667
|
-
|
|
3668
1691
|
zzyz: typing_extensions.Self
|
|
3669
|
-
"""
|
|
3670
|
-
|
|
3671
|
-
:type: typing_extensions.Self
|
|
3672
|
-
"""
|
|
3673
|
-
|
|
3674
1692
|
zzz: typing_extensions.Self
|
|
3675
|
-
"""
|
|
3676
|
-
|
|
3677
|
-
:type: typing_extensions.Self
|
|
3678
|
-
"""
|
|
3679
|
-
|
|
3680
1693
|
zzzw: typing_extensions.Self
|
|
3681
|
-
"""
|
|
3682
|
-
|
|
3683
|
-
:type: typing_extensions.Self
|
|
3684
|
-
"""
|
|
3685
|
-
|
|
3686
1694
|
zzzx: typing_extensions.Self
|
|
3687
|
-
"""
|
|
3688
|
-
|
|
3689
|
-
:type: typing_extensions.Self
|
|
3690
|
-
"""
|
|
3691
|
-
|
|
3692
1695
|
zzzy: typing_extensions.Self
|
|
3693
|
-
"""
|
|
3694
|
-
|
|
3695
|
-
:type: typing_extensions.Self
|
|
3696
|
-
"""
|
|
3697
|
-
|
|
3698
1696
|
zzzz: typing_extensions.Self
|
|
3699
|
-
"""
|
|
3700
|
-
|
|
3701
|
-
:type: typing_extensions.Self
|
|
3702
|
-
"""
|
|
3703
1697
|
|
|
3704
1698
|
@classmethod
|
|
3705
1699
|
def Fill(
|
|
@@ -3707,31 +1701,28 @@ class Vector:
|
|
|
3707
1701
|
size: int,
|
|
3708
1702
|
fill: float = 0.0,
|
|
3709
1703
|
/,
|
|
3710
|
-
) ->
|
|
1704
|
+
) -> typing_extensions.Self:
|
|
3711
1705
|
"""Create a vector of length size with all values set to fill.
|
|
3712
1706
|
|
|
3713
1707
|
:param size: The length of the vector to be created.
|
|
3714
|
-
:type size: int
|
|
3715
1708
|
:param fill: The value used to fill the vector.
|
|
3716
|
-
:
|
|
1709
|
+
:return: A new vector.
|
|
3717
1710
|
"""
|
|
3718
1711
|
|
|
3719
1712
|
@classmethod
|
|
3720
1713
|
def Linspace(
|
|
3721
1714
|
cls,
|
|
3722
|
-
start:
|
|
3723
|
-
stop:
|
|
1715
|
+
start: float,
|
|
1716
|
+
stop: float,
|
|
3724
1717
|
size: int,
|
|
3725
1718
|
/,
|
|
3726
|
-
) ->
|
|
1719
|
+
) -> typing_extensions.Self:
|
|
3727
1720
|
"""Create a vector of the specified size which is filled with linearly spaced values between start and stop values.
|
|
3728
1721
|
|
|
3729
1722
|
:param start: The start of the range used to fill the vector.
|
|
3730
|
-
:type start: int
|
|
3731
1723
|
:param stop: The end of the range used to fill the vector.
|
|
3732
|
-
:type stop: int
|
|
3733
1724
|
:param size: The size of the vector to be created.
|
|
3734
|
-
:
|
|
1725
|
+
:return: A new vector.
|
|
3735
1726
|
"""
|
|
3736
1727
|
|
|
3737
1728
|
@classmethod
|
|
@@ -3741,15 +1732,13 @@ class Vector:
|
|
|
3741
1732
|
stop: int,
|
|
3742
1733
|
step: int = 1,
|
|
3743
1734
|
/,
|
|
3744
|
-
) ->
|
|
3745
|
-
"""Create a filled with a range of values.
|
|
1735
|
+
) -> typing_extensions.Self:
|
|
1736
|
+
"""Create a vector filled with a range of values.
|
|
3746
1737
|
|
|
3747
1738
|
:param start: The start of the range used to fill the vector.
|
|
3748
|
-
:type start: int
|
|
3749
1739
|
:param stop: The end of the range used to fill the vector.
|
|
3750
|
-
:type stop: int
|
|
3751
1740
|
:param step: The step between successive values in the vector.
|
|
3752
|
-
:
|
|
1741
|
+
:return: A new vector.
|
|
3753
1742
|
"""
|
|
3754
1743
|
|
|
3755
1744
|
@classmethod
|
|
@@ -3758,13 +1747,12 @@ class Vector:
|
|
|
3758
1747
|
vector: collections.abc.Sequence[float] | typing_extensions.Self,
|
|
3759
1748
|
size: int,
|
|
3760
1749
|
/,
|
|
3761
|
-
) ->
|
|
1750
|
+
) -> typing_extensions.Self:
|
|
3762
1751
|
"""Create a vector by repeating the values in vector until the required size is reached.
|
|
3763
1752
|
|
|
3764
1753
|
:param vector: The vector to draw values from.
|
|
3765
|
-
:type vector: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3766
1754
|
:param size: The size of the vector to be created.
|
|
3767
|
-
:
|
|
1755
|
+
:return: A new vector.
|
|
3768
1756
|
"""
|
|
3769
1757
|
|
|
3770
1758
|
def angle(
|
|
@@ -3776,12 +1764,9 @@ class Vector:
|
|
|
3776
1764
|
"""Return the angle between two vectors.
|
|
3777
1765
|
|
|
3778
1766
|
:param other: another vector to compare the angle with
|
|
3779
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3780
1767
|
:param fallback: return this when the angle cant be calculated (zero length vector),
|
|
3781
1768
|
(instead of raising a `ValueError`).
|
|
3782
|
-
:type fallback: typing.Any | None
|
|
3783
1769
|
:return: angle in radians or fallback when given
|
|
3784
|
-
:rtype: float | typing.Any
|
|
3785
1770
|
"""
|
|
3786
1771
|
|
|
3787
1772
|
def angle_signed(
|
|
@@ -3793,19 +1778,15 @@ class Vector:
|
|
|
3793
1778
|
"""Return the signed angle between two 2D vectors (clockwise is positive).
|
|
3794
1779
|
|
|
3795
1780
|
:param other: another vector to compare the angle with
|
|
3796
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3797
1781
|
:param fallback: return this when the angle cant be calculated (zero length vector),
|
|
3798
1782
|
(instead of raising a `ValueError`).
|
|
3799
|
-
:type fallback: typing.Any | None
|
|
3800
1783
|
:return: angle in radians or fallback when given
|
|
3801
|
-
:rtype: float | typing.Any
|
|
3802
1784
|
"""
|
|
3803
1785
|
|
|
3804
1786
|
def copy(self) -> typing_extensions.Self:
|
|
3805
1787
|
"""Returns a copy of this vector.
|
|
3806
1788
|
|
|
3807
1789
|
:return: A copy of the vector.
|
|
3808
|
-
:rtype: typing_extensions.Self
|
|
3809
1790
|
"""
|
|
3810
1791
|
|
|
3811
1792
|
def cross(
|
|
@@ -3816,9 +1797,7 @@ class Vector:
|
|
|
3816
1797
|
"""Return the cross product of this vector and another.
|
|
3817
1798
|
|
|
3818
1799
|
:param other: The other vector to perform the cross product with.
|
|
3819
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3820
1800
|
:return: The cross product as a vector or a float when 2D vectors are used.
|
|
3821
|
-
:rtype: float | typing_extensions.Self
|
|
3822
1801
|
"""
|
|
3823
1802
|
|
|
3824
1803
|
def dot(
|
|
@@ -3829,16 +1808,13 @@ class Vector:
|
|
|
3829
1808
|
"""Return the dot product of this vector and another.
|
|
3830
1809
|
|
|
3831
1810
|
:param other: The other vector to perform the dot product with.
|
|
3832
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3833
1811
|
:return: The dot product.
|
|
3834
|
-
:rtype: float
|
|
3835
1812
|
"""
|
|
3836
1813
|
|
|
3837
1814
|
def freeze(self) -> typing_extensions.Self:
|
|
3838
1815
|
"""Make this object immutable.After this the object can be hashed, used in dictionaries & sets.
|
|
3839
1816
|
|
|
3840
1817
|
:return: An instance of this object.
|
|
3841
|
-
:rtype: typing_extensions.Self
|
|
3842
1818
|
"""
|
|
3843
1819
|
|
|
3844
1820
|
def lerp(
|
|
@@ -3850,11 +1826,8 @@ class Vector:
|
|
|
3850
1826
|
"""Returns the interpolation of two vectors.
|
|
3851
1827
|
|
|
3852
1828
|
:param other: value to interpolate with.
|
|
3853
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3854
1829
|
:param factor: The interpolation value in [0.0, 1.0].
|
|
3855
|
-
:type factor: float
|
|
3856
1830
|
:return: The interpolated vector.
|
|
3857
|
-
:rtype: typing_extensions.Self
|
|
3858
1831
|
"""
|
|
3859
1832
|
|
|
3860
1833
|
def negate(self) -> None:
|
|
@@ -3867,14 +1840,12 @@ class Vector:
|
|
|
3867
1840
|
"""Return a new, normalized vector.
|
|
3868
1841
|
|
|
3869
1842
|
:return: a normalized copy of the vector
|
|
3870
|
-
:rtype: typing_extensions.Self
|
|
3871
1843
|
"""
|
|
3872
1844
|
|
|
3873
1845
|
def orthogonal(self) -> typing_extensions.Self:
|
|
3874
1846
|
"""Return a perpendicular vector.
|
|
3875
1847
|
|
|
3876
1848
|
:return: a new vector 90 degrees from this vector.
|
|
3877
|
-
:rtype: typing_extensions.Self
|
|
3878
1849
|
"""
|
|
3879
1850
|
|
|
3880
1851
|
def project(
|
|
@@ -3885,9 +1856,7 @@ class Vector:
|
|
|
3885
1856
|
"""Return the projection of this vector onto the other.
|
|
3886
1857
|
|
|
3887
1858
|
:param other: second vector.
|
|
3888
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3889
1859
|
:return: the parallel projection vector
|
|
3890
|
-
:rtype: typing_extensions.Self
|
|
3891
1860
|
"""
|
|
3892
1861
|
|
|
3893
1862
|
def reflect(
|
|
@@ -3898,40 +1867,37 @@ class Vector:
|
|
|
3898
1867
|
"""Return the reflection vector from the mirror argument.
|
|
3899
1868
|
|
|
3900
1869
|
:param mirror: This vector could be a normal from the reflecting surface.
|
|
3901
|
-
:type mirror: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3902
1870
|
:return: The reflected vector matching the size of this vector.
|
|
3903
|
-
:rtype: typing_extensions.Self
|
|
3904
1871
|
"""
|
|
3905
1872
|
|
|
3906
1873
|
def resize(
|
|
3907
1874
|
self,
|
|
3908
|
-
size,
|
|
1875
|
+
size: int,
|
|
3909
1876
|
/,
|
|
3910
1877
|
) -> None:
|
|
3911
1878
|
"""Resize the vector to have size number of elements.
|
|
3912
1879
|
|
|
3913
|
-
:param size:
|
|
1880
|
+
:param size: The new size of the vector.
|
|
3914
1881
|
"""
|
|
3915
1882
|
|
|
3916
1883
|
def resize_2d(self) -> None:
|
|
3917
|
-
"""Resize the vector to 2D
|
|
1884
|
+
"""Resize the vector to 2D (x, y)."""
|
|
3918
1885
|
|
|
3919
1886
|
def resize_3d(self) -> None:
|
|
3920
|
-
"""Resize the vector to 3D
|
|
1887
|
+
"""Resize the vector to 3D (x, y, z)."""
|
|
3921
1888
|
|
|
3922
1889
|
def resize_4d(self) -> None:
|
|
3923
1890
|
"""Resize the vector to 4D (x, y, z, w)."""
|
|
3924
1891
|
|
|
3925
1892
|
def resized(
|
|
3926
1893
|
self,
|
|
3927
|
-
size,
|
|
1894
|
+
size: int,
|
|
3928
1895
|
/,
|
|
3929
1896
|
) -> typing_extensions.Self:
|
|
3930
1897
|
"""Return a resized copy of the vector with size number of elements.
|
|
3931
1898
|
|
|
3932
|
-
:param size:
|
|
3933
|
-
:return:
|
|
3934
|
-
:rtype: typing_extensions.Self
|
|
1899
|
+
:param size: The new size of the vector.
|
|
1900
|
+
:return: A new vector.
|
|
3935
1901
|
"""
|
|
3936
1902
|
|
|
3937
1903
|
def rotate(
|
|
@@ -3946,7 +1912,6 @@ class Vector:
|
|
|
3946
1912
|
"""Rotate the vector by a rotation value.
|
|
3947
1913
|
|
|
3948
1914
|
:param other: rotation component of mathutils value
|
|
3949
|
-
:type other: Euler | Matrix | Quaternion | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float]
|
|
3950
1915
|
"""
|
|
3951
1916
|
|
|
3952
1917
|
def rotation_difference(
|
|
@@ -3958,9 +1923,7 @@ class Vector:
|
|
|
3958
1923
|
vector and another.
|
|
3959
1924
|
|
|
3960
1925
|
:param other: second vector.
|
|
3961
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3962
1926
|
:return: the rotational difference between the two vectors.
|
|
3963
|
-
:rtype: Quaternion
|
|
3964
1927
|
"""
|
|
3965
1928
|
|
|
3966
1929
|
def slerp(
|
|
@@ -3973,41 +1936,34 @@ class Vector:
|
|
|
3973
1936
|
"""Returns the interpolation of two non-zero vectors (spherical coordinates).
|
|
3974
1937
|
|
|
3975
1938
|
:param other: value to interpolate with.
|
|
3976
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
3977
1939
|
:param factor: The interpolation value typically in [0.0, 1.0].
|
|
3978
|
-
:type factor: float
|
|
3979
1940
|
:param fallback: return this when the vector cant be calculated (zero length vector or direct opposites),
|
|
3980
1941
|
(instead of raising a `ValueError`).
|
|
3981
|
-
:type fallback: typing.Any | None
|
|
3982
1942
|
:return: The interpolated vector.
|
|
3983
|
-
:rtype: typing_extensions.Self
|
|
3984
1943
|
"""
|
|
3985
1944
|
|
|
3986
1945
|
def to_2d(self) -> typing_extensions.Self:
|
|
3987
1946
|
"""Return a 2d copy of the vector.
|
|
3988
1947
|
|
|
3989
1948
|
:return: a new vector
|
|
3990
|
-
:rtype: typing_extensions.Self
|
|
3991
1949
|
"""
|
|
3992
1950
|
|
|
3993
1951
|
def to_3d(self) -> typing_extensions.Self:
|
|
3994
1952
|
"""Return a 3d copy of the vector.
|
|
3995
1953
|
|
|
3996
1954
|
:return: a new vector
|
|
3997
|
-
:rtype: typing_extensions.Self
|
|
3998
1955
|
"""
|
|
3999
1956
|
|
|
4000
1957
|
def to_4d(self) -> typing_extensions.Self:
|
|
4001
1958
|
"""Return a 4d copy of the vector.
|
|
4002
1959
|
|
|
4003
1960
|
:return: a new vector
|
|
4004
|
-
:rtype: typing_extensions.Self
|
|
4005
1961
|
"""
|
|
4006
1962
|
|
|
4007
1963
|
def to_track_quat(
|
|
4008
1964
|
self,
|
|
4009
|
-
track="Z",
|
|
4010
|
-
up="Y",
|
|
1965
|
+
track: typing.Literal["-", "X", "Y", "Z", "-X", "-Y", "-Z"] = "Z",
|
|
1966
|
+
up: typing.Literal["X", "Y", "Z"] = "Y",
|
|
4011
1967
|
/,
|
|
4012
1968
|
) -> Quaternion:
|
|
4013
1969
|
"""Return a quaternion rotation from the vector and the track and up axis.
|
|
@@ -4015,7 +1971,6 @@ class Vector:
|
|
|
4015
1971
|
:param track: Track axis string.
|
|
4016
1972
|
:param up: Up axis string.
|
|
4017
1973
|
:return: rotation from the vector and the track and up axis.
|
|
4018
|
-
:rtype: Quaternion
|
|
4019
1974
|
"""
|
|
4020
1975
|
|
|
4021
1976
|
def to_tuple(
|
|
@@ -4026,9 +1981,7 @@ class Vector:
|
|
|
4026
1981
|
"""Return this vector as a tuple with a given precision.
|
|
4027
1982
|
|
|
4028
1983
|
:param precision: The number to round the value to in [-1, 21].
|
|
4029
|
-
:type precision: int
|
|
4030
1984
|
:return: the values of the vector rounded by precision
|
|
4031
|
-
:rtype: tuple[float, ...]
|
|
4032
1985
|
"""
|
|
4033
1986
|
|
|
4034
1987
|
def zero(self) -> None:
|
|
@@ -4038,7 +1991,6 @@ class Vector:
|
|
|
4038
1991
|
"""
|
|
4039
1992
|
|
|
4040
1993
|
:param seq:
|
|
4041
|
-
:type seq: collections.abc.Sequence[float]
|
|
4042
1994
|
"""
|
|
4043
1995
|
|
|
4044
1996
|
def __get__(self, instance, owner) -> typing_extensions.Self:
|
|
@@ -4047,7 +1999,6 @@ class Vector:
|
|
|
4047
1999
|
:param instance:
|
|
4048
2000
|
:param owner:
|
|
4049
2001
|
:return:
|
|
4050
|
-
:rtype: typing_extensions.Self
|
|
4051
2002
|
"""
|
|
4052
2003
|
|
|
4053
2004
|
def __set__(
|
|
@@ -4057,14 +2008,12 @@ class Vector:
|
|
|
4057
2008
|
|
|
4058
2009
|
:param instance:
|
|
4059
2010
|
:param value:
|
|
4060
|
-
:type value: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4061
2011
|
"""
|
|
4062
2012
|
|
|
4063
2013
|
def __len__(self) -> int:
|
|
4064
2014
|
"""
|
|
4065
2015
|
|
|
4066
2016
|
:return:
|
|
4067
|
-
:rtype: int
|
|
4068
2017
|
"""
|
|
4069
2018
|
|
|
4070
2019
|
@typing.overload
|
|
@@ -4072,9 +2021,7 @@ class Vector:
|
|
|
4072
2021
|
"""
|
|
4073
2022
|
|
|
4074
2023
|
:param key:
|
|
4075
|
-
:type key: int
|
|
4076
2024
|
:return:
|
|
4077
|
-
:rtype: float
|
|
4078
2025
|
"""
|
|
4079
2026
|
|
|
4080
2027
|
@typing.overload
|
|
@@ -4082,9 +2029,7 @@ class Vector:
|
|
|
4082
2029
|
"""
|
|
4083
2030
|
|
|
4084
2031
|
:param key:
|
|
4085
|
-
:type key: slice
|
|
4086
2032
|
:return:
|
|
4087
|
-
:rtype: tuple[float, ...]
|
|
4088
2033
|
"""
|
|
4089
2034
|
|
|
4090
2035
|
@typing.overload
|
|
@@ -4092,9 +2037,7 @@ class Vector:
|
|
|
4092
2037
|
"""
|
|
4093
2038
|
|
|
4094
2039
|
:param key:
|
|
4095
|
-
:type key: int
|
|
4096
2040
|
:param value:
|
|
4097
|
-
:type value: float
|
|
4098
2041
|
"""
|
|
4099
2042
|
|
|
4100
2043
|
@typing.overload
|
|
@@ -4104,16 +2047,13 @@ class Vector:
|
|
|
4104
2047
|
"""
|
|
4105
2048
|
|
|
4106
2049
|
:param key:
|
|
4107
|
-
:type key: slice
|
|
4108
2050
|
:param value:
|
|
4109
|
-
:type value: collections.abc.Iterable[float] | Vector
|
|
4110
2051
|
"""
|
|
4111
2052
|
|
|
4112
2053
|
def __neg__(self) -> typing_extensions.Self:
|
|
4113
2054
|
"""
|
|
4114
2055
|
|
|
4115
2056
|
:return:
|
|
4116
|
-
:rtype: typing_extensions.Self
|
|
4117
2057
|
"""
|
|
4118
2058
|
|
|
4119
2059
|
def __add__(
|
|
@@ -4122,9 +2062,7 @@ class Vector:
|
|
|
4122
2062
|
"""
|
|
4123
2063
|
|
|
4124
2064
|
:param other:
|
|
4125
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4126
2065
|
:return:
|
|
4127
|
-
:rtype: typing_extensions.Self
|
|
4128
2066
|
"""
|
|
4129
2067
|
|
|
4130
2068
|
def __sub__(
|
|
@@ -4133,9 +2071,7 @@ class Vector:
|
|
|
4133
2071
|
"""
|
|
4134
2072
|
|
|
4135
2073
|
:param other:
|
|
4136
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4137
2074
|
:return:
|
|
4138
|
-
:rtype: typing_extensions.Self
|
|
4139
2075
|
"""
|
|
4140
2076
|
|
|
4141
2077
|
@typing.overload
|
|
@@ -4143,9 +2079,7 @@ class Vector:
|
|
|
4143
2079
|
"""
|
|
4144
2080
|
|
|
4145
2081
|
:param other:
|
|
4146
|
-
:type other: float
|
|
4147
2082
|
:return:
|
|
4148
|
-
:rtype: typing_extensions.Self
|
|
4149
2083
|
"""
|
|
4150
2084
|
|
|
4151
2085
|
@typing.overload
|
|
@@ -4155,18 +2089,14 @@ class Vector:
|
|
|
4155
2089
|
"""
|
|
4156
2090
|
|
|
4157
2091
|
:param other:
|
|
4158
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4159
2092
|
:return:
|
|
4160
|
-
:rtype: typing_extensions.Self
|
|
4161
2093
|
"""
|
|
4162
2094
|
|
|
4163
2095
|
def __truediv__(self, other: float) -> typing_extensions.Self:
|
|
4164
2096
|
"""
|
|
4165
2097
|
|
|
4166
2098
|
:param other:
|
|
4167
|
-
:type other: float
|
|
4168
2099
|
:return:
|
|
4169
|
-
:rtype: typing_extensions.Self
|
|
4170
2100
|
"""
|
|
4171
2101
|
|
|
4172
2102
|
@typing.overload
|
|
@@ -4176,9 +2106,7 @@ class Vector:
|
|
|
4176
2106
|
"""
|
|
4177
2107
|
|
|
4178
2108
|
:param other:
|
|
4179
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4180
2109
|
:return:
|
|
4181
|
-
:rtype: float
|
|
4182
2110
|
"""
|
|
4183
2111
|
|
|
4184
2112
|
@typing.overload
|
|
@@ -4188,9 +2116,7 @@ class Vector:
|
|
|
4188
2116
|
"""
|
|
4189
2117
|
|
|
4190
2118
|
:param other:
|
|
4191
|
-
:type other: Matrix | collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
4192
2119
|
:return:
|
|
4193
|
-
:rtype: typing_extensions.Self
|
|
4194
2120
|
"""
|
|
4195
2121
|
|
|
4196
2122
|
def __radd__(
|
|
@@ -4199,9 +2125,7 @@ class Vector:
|
|
|
4199
2125
|
"""
|
|
4200
2126
|
|
|
4201
2127
|
:param other:
|
|
4202
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4203
2128
|
:return:
|
|
4204
|
-
:rtype: typing_extensions.Self
|
|
4205
2129
|
"""
|
|
4206
2130
|
|
|
4207
2131
|
def __rsub__(
|
|
@@ -4210,27 +2134,21 @@ class Vector:
|
|
|
4210
2134
|
"""
|
|
4211
2135
|
|
|
4212
2136
|
:param other:
|
|
4213
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4214
2137
|
:return:
|
|
4215
|
-
:rtype: typing_extensions.Self
|
|
4216
2138
|
"""
|
|
4217
2139
|
|
|
4218
2140
|
def __rmul__(self, other: float) -> typing_extensions.Self:
|
|
4219
2141
|
"""
|
|
4220
2142
|
|
|
4221
2143
|
:param other:
|
|
4222
|
-
:type other: float
|
|
4223
2144
|
:return:
|
|
4224
|
-
:rtype: typing_extensions.Self
|
|
4225
2145
|
"""
|
|
4226
2146
|
|
|
4227
2147
|
def __rtruediv__(self, other: float) -> typing_extensions.Self:
|
|
4228
2148
|
"""
|
|
4229
2149
|
|
|
4230
2150
|
:param other:
|
|
4231
|
-
:type other: float
|
|
4232
2151
|
:return:
|
|
4233
|
-
:rtype: typing_extensions.Self
|
|
4234
2152
|
"""
|
|
4235
2153
|
|
|
4236
2154
|
def __iadd__(
|
|
@@ -4239,9 +2157,7 @@ class Vector:
|
|
|
4239
2157
|
"""
|
|
4240
2158
|
|
|
4241
2159
|
:param other:
|
|
4242
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4243
2160
|
:return:
|
|
4244
|
-
:rtype: typing_extensions.Self
|
|
4245
2161
|
"""
|
|
4246
2162
|
|
|
4247
2163
|
def __isub__(
|
|
@@ -4250,25 +2166,19 @@ class Vector:
|
|
|
4250
2166
|
"""
|
|
4251
2167
|
|
|
4252
2168
|
:param other:
|
|
4253
|
-
:type other: collections.abc.Sequence[float] | typing_extensions.Self
|
|
4254
2169
|
:return:
|
|
4255
|
-
:rtype: typing_extensions.Self
|
|
4256
2170
|
"""
|
|
4257
2171
|
|
|
4258
2172
|
def __imul__(self, other: float) -> typing_extensions.Self:
|
|
4259
2173
|
"""
|
|
4260
2174
|
|
|
4261
2175
|
:param other:
|
|
4262
|
-
:type other: float
|
|
4263
2176
|
:return:
|
|
4264
|
-
:rtype: typing_extensions.Self
|
|
4265
2177
|
"""
|
|
4266
2178
|
|
|
4267
2179
|
def __itruediv__(self, other: float) -> typing_extensions.Self:
|
|
4268
2180
|
"""
|
|
4269
2181
|
|
|
4270
2182
|
:param other:
|
|
4271
|
-
:type other: float
|
|
4272
2183
|
:return:
|
|
4273
|
-
:rtype: typing_extensions.Self
|
|
4274
2184
|
"""
|