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