PySimultan 0.5.9.7__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +4 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +3 -3
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +2 -0
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +9 -4
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.7.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,2853 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System import UIntPtr, ValueTuple_2, ReadOnlySpan_1, Span_1, Array_1, IComparable_1, IComparable, ISpanParsable_1, ISpanFormattable, IUtf8SpanParsable_1, IUtf8SpanFormattable, IEquatable_1, IFormattable, IFormatProvider
|
3
|
+
from System.Collections.Generic import IEqualityComparer_1, IComparer_1
|
4
|
+
|
5
|
+
class BitOperations(abc.ABC):
|
6
|
+
# Skipped Crc32C due to it being static, abstract and generic.
|
7
|
+
|
8
|
+
Crc32C : Crc32C_MethodGroup
|
9
|
+
class Crc32C_MethodGroup:
|
10
|
+
def __call__(self, crc: int, data: int) -> int:...
|
11
|
+
# Method Crc32C(crc : UInt32, data : UInt16) was skipped since it collides with above method
|
12
|
+
# Method Crc32C(crc : UInt32, data : UInt32) was skipped since it collides with above method
|
13
|
+
# Method Crc32C(crc : UInt32, data : UInt64) was skipped since it collides with above method
|
14
|
+
|
15
|
+
# Skipped IsPow2 due to it being static, abstract and generic.
|
16
|
+
|
17
|
+
IsPow2 : IsPow2_MethodGroup
|
18
|
+
class IsPow2_MethodGroup:
|
19
|
+
@typing.overload
|
20
|
+
def __call__(self, value: int) -> bool:...
|
21
|
+
# Method IsPow2(value : UInt32) was skipped since it collides with above method
|
22
|
+
# Method IsPow2(value : Int64) was skipped since it collides with above method
|
23
|
+
# Method IsPow2(value : UInt64) was skipped since it collides with above method
|
24
|
+
# Method IsPow2(value : IntPtr) was skipped since it collides with above method
|
25
|
+
@typing.overload
|
26
|
+
def __call__(self, value: UIntPtr) -> bool:...
|
27
|
+
|
28
|
+
# Skipped LeadingZeroCount due to it being static, abstract and generic.
|
29
|
+
|
30
|
+
LeadingZeroCount : LeadingZeroCount_MethodGroup
|
31
|
+
class LeadingZeroCount_MethodGroup:
|
32
|
+
@typing.overload
|
33
|
+
def __call__(self, value: int) -> int:...
|
34
|
+
# Method LeadingZeroCount(value : UInt64) was skipped since it collides with above method
|
35
|
+
@typing.overload
|
36
|
+
def __call__(self, value: UIntPtr) -> int:...
|
37
|
+
|
38
|
+
# Skipped Log2 due to it being static, abstract and generic.
|
39
|
+
|
40
|
+
Log2 : Log2_MethodGroup
|
41
|
+
class Log2_MethodGroup:
|
42
|
+
@typing.overload
|
43
|
+
def __call__(self, value: int) -> int:...
|
44
|
+
# Method Log2(value : UInt64) was skipped since it collides with above method
|
45
|
+
@typing.overload
|
46
|
+
def __call__(self, value: UIntPtr) -> int:...
|
47
|
+
|
48
|
+
# Skipped PopCount due to it being static, abstract and generic.
|
49
|
+
|
50
|
+
PopCount : PopCount_MethodGroup
|
51
|
+
class PopCount_MethodGroup:
|
52
|
+
@typing.overload
|
53
|
+
def __call__(self, value: int) -> int:...
|
54
|
+
# Method PopCount(value : UInt64) was skipped since it collides with above method
|
55
|
+
@typing.overload
|
56
|
+
def __call__(self, value: UIntPtr) -> int:...
|
57
|
+
|
58
|
+
# Skipped RotateLeft due to it being static, abstract and generic.
|
59
|
+
|
60
|
+
RotateLeft : RotateLeft_MethodGroup
|
61
|
+
class RotateLeft_MethodGroup:
|
62
|
+
@typing.overload
|
63
|
+
def __call__(self, value: int, offset: int) -> int:...
|
64
|
+
# Method RotateLeft(value : UInt64, offset : Int32) was skipped since it collides with above method
|
65
|
+
@typing.overload
|
66
|
+
def __call__(self, value: UIntPtr, offset: int) -> UIntPtr:...
|
67
|
+
|
68
|
+
# Skipped RotateRight due to it being static, abstract and generic.
|
69
|
+
|
70
|
+
RotateRight : RotateRight_MethodGroup
|
71
|
+
class RotateRight_MethodGroup:
|
72
|
+
@typing.overload
|
73
|
+
def __call__(self, value: int, offset: int) -> int:...
|
74
|
+
# Method RotateRight(value : UInt64, offset : Int32) was skipped since it collides with above method
|
75
|
+
@typing.overload
|
76
|
+
def __call__(self, value: UIntPtr, offset: int) -> UIntPtr:...
|
77
|
+
|
78
|
+
# Skipped RoundUpToPowerOf2 due to it being static, abstract and generic.
|
79
|
+
|
80
|
+
RoundUpToPowerOf2 : RoundUpToPowerOf2_MethodGroup
|
81
|
+
class RoundUpToPowerOf2_MethodGroup:
|
82
|
+
@typing.overload
|
83
|
+
def __call__(self, value: int) -> int:...
|
84
|
+
# Method RoundUpToPowerOf2(value : UInt64) was skipped since it collides with above method
|
85
|
+
@typing.overload
|
86
|
+
def __call__(self, value: UIntPtr) -> UIntPtr:...
|
87
|
+
|
88
|
+
# Skipped TrailingZeroCount due to it being static, abstract and generic.
|
89
|
+
|
90
|
+
TrailingZeroCount : TrailingZeroCount_MethodGroup
|
91
|
+
class TrailingZeroCount_MethodGroup:
|
92
|
+
@typing.overload
|
93
|
+
def __call__(self, value: int) -> int:...
|
94
|
+
# Method TrailingZeroCount(value : UInt32) was skipped since it collides with above method
|
95
|
+
# Method TrailingZeroCount(value : Int64) was skipped since it collides with above method
|
96
|
+
# Method TrailingZeroCount(value : UInt64) was skipped since it collides with above method
|
97
|
+
# Method TrailingZeroCount(value : IntPtr) was skipped since it collides with above method
|
98
|
+
@typing.overload
|
99
|
+
def __call__(self, value: UIntPtr) -> int:...
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
class IAdditionOperators_GenericClasses(abc.ABCMeta):
|
104
|
+
Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TSelf = typing.TypeVar('Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TSelf')
|
105
|
+
Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TOther = typing.TypeVar('Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TOther')
|
106
|
+
Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TResult = typing.TypeVar('Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TResult')
|
107
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TSelf], typing.Type[Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TOther], typing.Type[Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TResult]]) -> typing.Type[IAdditionOperators_3[Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TSelf, Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TOther, Generic_IAdditionOperators_GenericClasses_IAdditionOperators_3_TResult]]: ...
|
108
|
+
|
109
|
+
IAdditionOperators : IAdditionOperators_GenericClasses
|
110
|
+
|
111
|
+
IAdditionOperators_3_TSelf = typing.TypeVar('IAdditionOperators_3_TSelf')
|
112
|
+
IAdditionOperators_3_TOther = typing.TypeVar('IAdditionOperators_3_TOther')
|
113
|
+
IAdditionOperators_3_TResult = typing.TypeVar('IAdditionOperators_3_TResult')
|
114
|
+
class IAdditionOperators_3(typing.Generic[IAdditionOperators_3_TSelf, IAdditionOperators_3_TOther, IAdditionOperators_3_TResult], typing.Protocol):
|
115
|
+
@abc.abstractmethod
|
116
|
+
def __add__(self, left: IAdditionOperators_3_TSelf, right: IAdditionOperators_3_TOther) -> IAdditionOperators_3_TResult: ...
|
117
|
+
# Operator not supported op_CheckedAddition(left: TSelf, right: TOther)
|
118
|
+
|
119
|
+
|
120
|
+
class IAdditiveIdentity_GenericClasses(abc.ABCMeta):
|
121
|
+
Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TSelf = typing.TypeVar('Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TSelf')
|
122
|
+
Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TResult = typing.TypeVar('Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TResult')
|
123
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TSelf], typing.Type[Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TResult]]) -> typing.Type[IAdditiveIdentity_2[Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TSelf, Generic_IAdditiveIdentity_GenericClasses_IAdditiveIdentity_2_TResult]]: ...
|
124
|
+
|
125
|
+
IAdditiveIdentity : IAdditiveIdentity_GenericClasses
|
126
|
+
|
127
|
+
IAdditiveIdentity_2_TSelf = typing.TypeVar('IAdditiveIdentity_2_TSelf')
|
128
|
+
IAdditiveIdentity_2_TResult = typing.TypeVar('IAdditiveIdentity_2_TResult')
|
129
|
+
class IAdditiveIdentity_2(typing.Generic[IAdditiveIdentity_2_TSelf, IAdditiveIdentity_2_TResult], typing.Protocol):
|
130
|
+
@classmethod
|
131
|
+
@property
|
132
|
+
def AdditiveIdentity(cls) -> IAdditiveIdentity_2_TResult: ...
|
133
|
+
|
134
|
+
|
135
|
+
class IBinaryFloatingPointIeee754_GenericClasses(abc.ABCMeta):
|
136
|
+
Generic_IBinaryFloatingPointIeee754_GenericClasses_IBinaryFloatingPointIeee754_1_TSelf = typing.TypeVar('Generic_IBinaryFloatingPointIeee754_GenericClasses_IBinaryFloatingPointIeee754_1_TSelf')
|
137
|
+
def __getitem__(self, types : typing.Type[Generic_IBinaryFloatingPointIeee754_GenericClasses_IBinaryFloatingPointIeee754_1_TSelf]) -> typing.Type[IBinaryFloatingPointIeee754_1[Generic_IBinaryFloatingPointIeee754_GenericClasses_IBinaryFloatingPointIeee754_1_TSelf]]: ...
|
138
|
+
|
139
|
+
IBinaryFloatingPointIeee754 : IBinaryFloatingPointIeee754_GenericClasses
|
140
|
+
|
141
|
+
IBinaryFloatingPointIeee754_1_TSelf = typing.TypeVar('IBinaryFloatingPointIeee754_1_TSelf')
|
142
|
+
class IBinaryFloatingPointIeee754_1(typing.Generic[IBinaryFloatingPointIeee754_1_TSelf], IFloatingPointIeee754_1[IBinaryFloatingPointIeee754_1_TSelf], IBinaryNumber_1[IBinaryFloatingPointIeee754_1_TSelf], typing.Protocol):
|
143
|
+
pass
|
144
|
+
|
145
|
+
|
146
|
+
class IBinaryInteger_GenericClasses(abc.ABCMeta):
|
147
|
+
Generic_IBinaryInteger_GenericClasses_IBinaryInteger_1_TSelf = typing.TypeVar('Generic_IBinaryInteger_GenericClasses_IBinaryInteger_1_TSelf')
|
148
|
+
def __getitem__(self, types : typing.Type[Generic_IBinaryInteger_GenericClasses_IBinaryInteger_1_TSelf]) -> typing.Type[IBinaryInteger_1[Generic_IBinaryInteger_GenericClasses_IBinaryInteger_1_TSelf]]: ...
|
149
|
+
|
150
|
+
IBinaryInteger : IBinaryInteger_GenericClasses
|
151
|
+
|
152
|
+
IBinaryInteger_1_TSelf = typing.TypeVar('IBinaryInteger_1_TSelf')
|
153
|
+
class IBinaryInteger_1(typing.Generic[IBinaryInteger_1_TSelf], IBinaryNumber_1[IBinaryInteger_1_TSelf], IShiftOperators_3[IBinaryInteger_1_TSelf, int, IBinaryInteger_1_TSelf], typing.Protocol):
|
154
|
+
@staticmethod
|
155
|
+
def DivRem(left: IBinaryInteger_1_TSelf, right: IBinaryInteger_1_TSelf) -> ValueTuple_2[IBinaryInteger_1_TSelf, IBinaryInteger_1_TSelf]: ...
|
156
|
+
@abc.abstractmethod
|
157
|
+
def GetByteCount(self) -> int: ...
|
158
|
+
@abc.abstractmethod
|
159
|
+
def GetShortestBitLength(self) -> int: ...
|
160
|
+
@staticmethod
|
161
|
+
def LeadingZeroCount(value: IBinaryInteger_1_TSelf) -> IBinaryInteger_1_TSelf: ...
|
162
|
+
@staticmethod
|
163
|
+
@abc.abstractmethod
|
164
|
+
def PopCount(value: IBinaryInteger_1_TSelf) -> IBinaryInteger_1_TSelf: ...
|
165
|
+
@staticmethod
|
166
|
+
def RotateLeft(value: IBinaryInteger_1_TSelf, rotateAmount: int) -> IBinaryInteger_1_TSelf: ...
|
167
|
+
@staticmethod
|
168
|
+
def RotateRight(value: IBinaryInteger_1_TSelf, rotateAmount: int) -> IBinaryInteger_1_TSelf: ...
|
169
|
+
@staticmethod
|
170
|
+
@abc.abstractmethod
|
171
|
+
def TrailingZeroCount(value: IBinaryInteger_1_TSelf) -> IBinaryInteger_1_TSelf: ...
|
172
|
+
@staticmethod
|
173
|
+
@abc.abstractmethod
|
174
|
+
def TryReadBigEndian(source: ReadOnlySpan_1[int], isUnsigned: bool, value: clr.Reference[IBinaryInteger_1_TSelf]) -> bool: ...
|
175
|
+
@staticmethod
|
176
|
+
@abc.abstractmethod
|
177
|
+
def TryReadLittleEndian(source: ReadOnlySpan_1[int], isUnsigned: bool, value: clr.Reference[IBinaryInteger_1_TSelf]) -> bool: ...
|
178
|
+
@abc.abstractmethod
|
179
|
+
def TryWriteBigEndian(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
180
|
+
@abc.abstractmethod
|
181
|
+
def TryWriteLittleEndian(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
182
|
+
# Skipped ReadBigEndian due to it being static, abstract and generic.
|
183
|
+
|
184
|
+
ReadBigEndian : ReadBigEndian_MethodGroup[IBinaryInteger_1_TSelf]
|
185
|
+
ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf = typing.TypeVar('ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf')
|
186
|
+
class ReadBigEndian_MethodGroup(typing.Generic[ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf]):
|
187
|
+
ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf = IBinaryInteger_1.ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf
|
188
|
+
@typing.overload
|
189
|
+
def __call__(self, source: Array_1[int], isUnsigned: bool) -> ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf:...
|
190
|
+
@typing.overload
|
191
|
+
def __call__(self, source: ReadOnlySpan_1[int], isUnsigned: bool) -> ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf:...
|
192
|
+
@typing.overload
|
193
|
+
def __call__(self, source: Array_1[int], startIndex: int, isUnsigned: bool) -> ReadBigEndian_MethodGroup_IBinaryInteger_1_TSelf:...
|
194
|
+
|
195
|
+
# Skipped ReadLittleEndian due to it being static, abstract and generic.
|
196
|
+
|
197
|
+
ReadLittleEndian : ReadLittleEndian_MethodGroup[IBinaryInteger_1_TSelf]
|
198
|
+
ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf = typing.TypeVar('ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf')
|
199
|
+
class ReadLittleEndian_MethodGroup(typing.Generic[ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf]):
|
200
|
+
ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf = IBinaryInteger_1.ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf
|
201
|
+
@typing.overload
|
202
|
+
def __call__(self, source: Array_1[int], isUnsigned: bool) -> ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf:...
|
203
|
+
@typing.overload
|
204
|
+
def __call__(self, source: ReadOnlySpan_1[int], isUnsigned: bool) -> ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf:...
|
205
|
+
@typing.overload
|
206
|
+
def __call__(self, source: Array_1[int], startIndex: int, isUnsigned: bool) -> ReadLittleEndian_MethodGroup_IBinaryInteger_1_TSelf:...
|
207
|
+
|
208
|
+
# Skipped WriteBigEndian due to it being static, abstract and generic.
|
209
|
+
|
210
|
+
WriteBigEndian : WriteBigEndian_MethodGroup[IBinaryInteger_1_TSelf]
|
211
|
+
WriteBigEndian_MethodGroup_IBinaryInteger_1_TSelf = typing.TypeVar('WriteBigEndian_MethodGroup_IBinaryInteger_1_TSelf')
|
212
|
+
class WriteBigEndian_MethodGroup(typing.Generic[WriteBigEndian_MethodGroup_IBinaryInteger_1_TSelf]):
|
213
|
+
WriteBigEndian_MethodGroup_IBinaryInteger_1_TSelf = IBinaryInteger_1.WriteBigEndian_MethodGroup_IBinaryInteger_1_TSelf
|
214
|
+
@typing.overload
|
215
|
+
def __call__(self, destination: Array_1[int]) -> int:...
|
216
|
+
@typing.overload
|
217
|
+
def __call__(self, destination: Span_1[int]) -> int:...
|
218
|
+
@typing.overload
|
219
|
+
def __call__(self, destination: Array_1[int], startIndex: int) -> int:...
|
220
|
+
|
221
|
+
# Skipped WriteLittleEndian due to it being static, abstract and generic.
|
222
|
+
|
223
|
+
WriteLittleEndian : WriteLittleEndian_MethodGroup[IBinaryInteger_1_TSelf]
|
224
|
+
WriteLittleEndian_MethodGroup_IBinaryInteger_1_TSelf = typing.TypeVar('WriteLittleEndian_MethodGroup_IBinaryInteger_1_TSelf')
|
225
|
+
class WriteLittleEndian_MethodGroup(typing.Generic[WriteLittleEndian_MethodGroup_IBinaryInteger_1_TSelf]):
|
226
|
+
WriteLittleEndian_MethodGroup_IBinaryInteger_1_TSelf = IBinaryInteger_1.WriteLittleEndian_MethodGroup_IBinaryInteger_1_TSelf
|
227
|
+
@typing.overload
|
228
|
+
def __call__(self, destination: Array_1[int]) -> int:...
|
229
|
+
@typing.overload
|
230
|
+
def __call__(self, destination: Span_1[int]) -> int:...
|
231
|
+
@typing.overload
|
232
|
+
def __call__(self, destination: Array_1[int], startIndex: int) -> int:...
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
class IBinaryNumber_GenericClasses(abc.ABCMeta):
|
237
|
+
Generic_IBinaryNumber_GenericClasses_IBinaryNumber_1_TSelf = typing.TypeVar('Generic_IBinaryNumber_GenericClasses_IBinaryNumber_1_TSelf')
|
238
|
+
def __getitem__(self, types : typing.Type[Generic_IBinaryNumber_GenericClasses_IBinaryNumber_1_TSelf]) -> typing.Type[IBinaryNumber_1[Generic_IBinaryNumber_GenericClasses_IBinaryNumber_1_TSelf]]: ...
|
239
|
+
|
240
|
+
IBinaryNumber : IBinaryNumber_GenericClasses
|
241
|
+
|
242
|
+
IBinaryNumber_1_TSelf = typing.TypeVar('IBinaryNumber_1_TSelf')
|
243
|
+
class IBinaryNumber_1(typing.Generic[IBinaryNumber_1_TSelf], INumber_1[IBinaryNumber_1_TSelf], IBitwiseOperators_3[IBinaryNumber_1_TSelf, IBinaryNumber_1_TSelf, IBinaryNumber_1_TSelf], typing.Protocol):
|
244
|
+
@classmethod
|
245
|
+
@property
|
246
|
+
def AllBitsSet(cls) -> IBinaryNumber_1_TSelf: ...
|
247
|
+
@staticmethod
|
248
|
+
@abc.abstractmethod
|
249
|
+
def IsPow2(value: IBinaryNumber_1_TSelf) -> bool: ...
|
250
|
+
@staticmethod
|
251
|
+
@abc.abstractmethod
|
252
|
+
def Log2(value: IBinaryNumber_1_TSelf) -> IBinaryNumber_1_TSelf: ...
|
253
|
+
|
254
|
+
|
255
|
+
class IBitwiseOperators_GenericClasses(abc.ABCMeta):
|
256
|
+
Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TSelf = typing.TypeVar('Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TSelf')
|
257
|
+
Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TOther = typing.TypeVar('Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TOther')
|
258
|
+
Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TResult = typing.TypeVar('Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TResult')
|
259
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TSelf], typing.Type[Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TOther], typing.Type[Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TResult]]) -> typing.Type[IBitwiseOperators_3[Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TSelf, Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TOther, Generic_IBitwiseOperators_GenericClasses_IBitwiseOperators_3_TResult]]: ...
|
260
|
+
|
261
|
+
IBitwiseOperators : IBitwiseOperators_GenericClasses
|
262
|
+
|
263
|
+
IBitwiseOperators_3_TSelf = typing.TypeVar('IBitwiseOperators_3_TSelf')
|
264
|
+
IBitwiseOperators_3_TOther = typing.TypeVar('IBitwiseOperators_3_TOther')
|
265
|
+
IBitwiseOperators_3_TResult = typing.TypeVar('IBitwiseOperators_3_TResult')
|
266
|
+
class IBitwiseOperators_3(typing.Generic[IBitwiseOperators_3_TSelf, IBitwiseOperators_3_TOther, IBitwiseOperators_3_TResult], typing.Protocol):
|
267
|
+
@abc.abstractmethod
|
268
|
+
def __and__(self, left: IBitwiseOperators_3_TSelf, right: IBitwiseOperators_3_TOther) -> IBitwiseOperators_3_TResult: ...
|
269
|
+
@abc.abstractmethod
|
270
|
+
def __or__(self, left: IBitwiseOperators_3_TSelf, right: IBitwiseOperators_3_TOther) -> IBitwiseOperators_3_TResult: ...
|
271
|
+
@abc.abstractmethod
|
272
|
+
def __xor__(self, left: IBitwiseOperators_3_TSelf, right: IBitwiseOperators_3_TOther) -> IBitwiseOperators_3_TResult: ...
|
273
|
+
@abc.abstractmethod
|
274
|
+
def __invert__(self, value: IBitwiseOperators_3_TSelf) -> IBitwiseOperators_3_TResult: ...
|
275
|
+
|
276
|
+
|
277
|
+
class IComparisonOperators_GenericClasses(abc.ABCMeta):
|
278
|
+
Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TSelf = typing.TypeVar('Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TSelf')
|
279
|
+
Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TOther = typing.TypeVar('Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TOther')
|
280
|
+
Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TResult = typing.TypeVar('Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TResult')
|
281
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TSelf], typing.Type[Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TOther], typing.Type[Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TResult]]) -> typing.Type[IComparisonOperators_3[Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TSelf, Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TOther, Generic_IComparisonOperators_GenericClasses_IComparisonOperators_3_TResult]]: ...
|
282
|
+
|
283
|
+
IComparisonOperators : IComparisonOperators_GenericClasses
|
284
|
+
|
285
|
+
IComparisonOperators_3_TSelf = typing.TypeVar('IComparisonOperators_3_TSelf')
|
286
|
+
IComparisonOperators_3_TOther = typing.TypeVar('IComparisonOperators_3_TOther')
|
287
|
+
IComparisonOperators_3_TResult = typing.TypeVar('IComparisonOperators_3_TResult')
|
288
|
+
class IComparisonOperators_3(typing.Generic[IComparisonOperators_3_TSelf, IComparisonOperators_3_TOther, IComparisonOperators_3_TResult], IEqualityOperators_3[IComparisonOperators_3_TSelf, IComparisonOperators_3_TOther, IComparisonOperators_3_TResult], typing.Protocol):
|
289
|
+
@abc.abstractmethod
|
290
|
+
def __gt__(self, left: IComparisonOperators_3_TSelf, right: IComparisonOperators_3_TOther) -> IComparisonOperators_3_TResult: ...
|
291
|
+
@abc.abstractmethod
|
292
|
+
def __ge__(self, left: IComparisonOperators_3_TSelf, right: IComparisonOperators_3_TOther) -> IComparisonOperators_3_TResult: ...
|
293
|
+
@abc.abstractmethod
|
294
|
+
def __lt__(self, left: IComparisonOperators_3_TSelf, right: IComparisonOperators_3_TOther) -> IComparisonOperators_3_TResult: ...
|
295
|
+
@abc.abstractmethod
|
296
|
+
def __le__(self, left: IComparisonOperators_3_TSelf, right: IComparisonOperators_3_TOther) -> IComparisonOperators_3_TResult: ...
|
297
|
+
|
298
|
+
|
299
|
+
class IDecrementOperators_GenericClasses(abc.ABCMeta):
|
300
|
+
Generic_IDecrementOperators_GenericClasses_IDecrementOperators_1_TSelf = typing.TypeVar('Generic_IDecrementOperators_GenericClasses_IDecrementOperators_1_TSelf')
|
301
|
+
def __getitem__(self, types : typing.Type[Generic_IDecrementOperators_GenericClasses_IDecrementOperators_1_TSelf]) -> typing.Type[IDecrementOperators_1[Generic_IDecrementOperators_GenericClasses_IDecrementOperators_1_TSelf]]: ...
|
302
|
+
|
303
|
+
IDecrementOperators : IDecrementOperators_GenericClasses
|
304
|
+
|
305
|
+
IDecrementOperators_1_TSelf = typing.TypeVar('IDecrementOperators_1_TSelf')
|
306
|
+
class IDecrementOperators_1(typing.Generic[IDecrementOperators_1_TSelf], typing.Protocol):
|
307
|
+
# Operator not supported op_CheckedDecrement(value: TSelf)
|
308
|
+
# Operator not supported op_Decrement(value: TSelf)
|
309
|
+
pass
|
310
|
+
|
311
|
+
|
312
|
+
class IDivisionOperators_GenericClasses(abc.ABCMeta):
|
313
|
+
Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TSelf = typing.TypeVar('Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TSelf')
|
314
|
+
Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TOther = typing.TypeVar('Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TOther')
|
315
|
+
Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TResult = typing.TypeVar('Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TResult')
|
316
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TSelf], typing.Type[Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TOther], typing.Type[Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TResult]]) -> typing.Type[IDivisionOperators_3[Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TSelf, Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TOther, Generic_IDivisionOperators_GenericClasses_IDivisionOperators_3_TResult]]: ...
|
317
|
+
|
318
|
+
IDivisionOperators : IDivisionOperators_GenericClasses
|
319
|
+
|
320
|
+
IDivisionOperators_3_TSelf = typing.TypeVar('IDivisionOperators_3_TSelf')
|
321
|
+
IDivisionOperators_3_TOther = typing.TypeVar('IDivisionOperators_3_TOther')
|
322
|
+
IDivisionOperators_3_TResult = typing.TypeVar('IDivisionOperators_3_TResult')
|
323
|
+
class IDivisionOperators_3(typing.Generic[IDivisionOperators_3_TSelf, IDivisionOperators_3_TOther, IDivisionOperators_3_TResult], typing.Protocol):
|
324
|
+
# Operator not supported op_CheckedDivision(left: TSelf, right: TOther)
|
325
|
+
@abc.abstractmethod
|
326
|
+
def __truediv__(self, left: IDivisionOperators_3_TSelf, right: IDivisionOperators_3_TOther) -> IDivisionOperators_3_TResult: ...
|
327
|
+
|
328
|
+
|
329
|
+
class IEqualityOperators_GenericClasses(abc.ABCMeta):
|
330
|
+
Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TSelf = typing.TypeVar('Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TSelf')
|
331
|
+
Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TOther = typing.TypeVar('Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TOther')
|
332
|
+
Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TResult = typing.TypeVar('Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TResult')
|
333
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TSelf], typing.Type[Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TOther], typing.Type[Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TResult]]) -> typing.Type[IEqualityOperators_3[Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TSelf, Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TOther, Generic_IEqualityOperators_GenericClasses_IEqualityOperators_3_TResult]]: ...
|
334
|
+
|
335
|
+
IEqualityOperators : IEqualityOperators_GenericClasses
|
336
|
+
|
337
|
+
IEqualityOperators_3_TSelf = typing.TypeVar('IEqualityOperators_3_TSelf')
|
338
|
+
IEqualityOperators_3_TOther = typing.TypeVar('IEqualityOperators_3_TOther')
|
339
|
+
IEqualityOperators_3_TResult = typing.TypeVar('IEqualityOperators_3_TResult')
|
340
|
+
class IEqualityOperators_3(typing.Generic[IEqualityOperators_3_TSelf, IEqualityOperators_3_TOther, IEqualityOperators_3_TResult], typing.Protocol):
|
341
|
+
@abc.abstractmethod
|
342
|
+
def __eq__(self, left: IEqualityOperators_3_TSelf, right: IEqualityOperators_3_TOther) -> IEqualityOperators_3_TResult: ...
|
343
|
+
@abc.abstractmethod
|
344
|
+
def __ne__(self, left: IEqualityOperators_3_TSelf, right: IEqualityOperators_3_TOther) -> IEqualityOperators_3_TResult: ...
|
345
|
+
|
346
|
+
|
347
|
+
class IExponentialFunctions_GenericClasses(abc.ABCMeta):
|
348
|
+
Generic_IExponentialFunctions_GenericClasses_IExponentialFunctions_1_TSelf = typing.TypeVar('Generic_IExponentialFunctions_GenericClasses_IExponentialFunctions_1_TSelf')
|
349
|
+
def __getitem__(self, types : typing.Type[Generic_IExponentialFunctions_GenericClasses_IExponentialFunctions_1_TSelf]) -> typing.Type[IExponentialFunctions_1[Generic_IExponentialFunctions_GenericClasses_IExponentialFunctions_1_TSelf]]: ...
|
350
|
+
|
351
|
+
IExponentialFunctions : IExponentialFunctions_GenericClasses
|
352
|
+
|
353
|
+
IExponentialFunctions_1_TSelf = typing.TypeVar('IExponentialFunctions_1_TSelf')
|
354
|
+
class IExponentialFunctions_1(typing.Generic[IExponentialFunctions_1_TSelf], IFloatingPointConstants_1[IExponentialFunctions_1_TSelf], typing.Protocol):
|
355
|
+
@staticmethod
|
356
|
+
@abc.abstractmethod
|
357
|
+
def Exp(x: IExponentialFunctions_1_TSelf) -> IExponentialFunctions_1_TSelf: ...
|
358
|
+
@staticmethod
|
359
|
+
@abc.abstractmethod
|
360
|
+
def Exp10(x: IExponentialFunctions_1_TSelf) -> IExponentialFunctions_1_TSelf: ...
|
361
|
+
@staticmethod
|
362
|
+
def Exp10M1(x: IExponentialFunctions_1_TSelf) -> IExponentialFunctions_1_TSelf: ...
|
363
|
+
@staticmethod
|
364
|
+
@abc.abstractmethod
|
365
|
+
def Exp2(x: IExponentialFunctions_1_TSelf) -> IExponentialFunctions_1_TSelf: ...
|
366
|
+
@staticmethod
|
367
|
+
def Exp2M1(x: IExponentialFunctions_1_TSelf) -> IExponentialFunctions_1_TSelf: ...
|
368
|
+
@staticmethod
|
369
|
+
def ExpM1(x: IExponentialFunctions_1_TSelf) -> IExponentialFunctions_1_TSelf: ...
|
370
|
+
|
371
|
+
|
372
|
+
class IFloatingPoint_GenericClasses(abc.ABCMeta):
|
373
|
+
Generic_IFloatingPoint_GenericClasses_IFloatingPoint_1_TSelf = typing.TypeVar('Generic_IFloatingPoint_GenericClasses_IFloatingPoint_1_TSelf')
|
374
|
+
def __getitem__(self, types : typing.Type[Generic_IFloatingPoint_GenericClasses_IFloatingPoint_1_TSelf]) -> typing.Type[IFloatingPoint_1[Generic_IFloatingPoint_GenericClasses_IFloatingPoint_1_TSelf]]: ...
|
375
|
+
|
376
|
+
IFloatingPoint : IFloatingPoint_GenericClasses
|
377
|
+
|
378
|
+
IFloatingPoint_1_TSelf = typing.TypeVar('IFloatingPoint_1_TSelf')
|
379
|
+
class IFloatingPoint_1(typing.Generic[IFloatingPoint_1_TSelf], ISignedNumber_1[IFloatingPoint_1_TSelf], INumber_1[IFloatingPoint_1_TSelf], IFloatingPointConstants_1[IFloatingPoint_1_TSelf], typing.Protocol):
|
380
|
+
@staticmethod
|
381
|
+
def Ceiling(x: IFloatingPoint_1_TSelf) -> IFloatingPoint_1_TSelf: ...
|
382
|
+
@staticmethod
|
383
|
+
def Floor(x: IFloatingPoint_1_TSelf) -> IFloatingPoint_1_TSelf: ...
|
384
|
+
@abc.abstractmethod
|
385
|
+
def GetExponentByteCount(self) -> int: ...
|
386
|
+
@abc.abstractmethod
|
387
|
+
def GetExponentShortestBitLength(self) -> int: ...
|
388
|
+
@abc.abstractmethod
|
389
|
+
def GetSignificandBitLength(self) -> int: ...
|
390
|
+
@abc.abstractmethod
|
391
|
+
def GetSignificandByteCount(self) -> int: ...
|
392
|
+
@staticmethod
|
393
|
+
def Truncate(x: IFloatingPoint_1_TSelf) -> IFloatingPoint_1_TSelf: ...
|
394
|
+
@abc.abstractmethod
|
395
|
+
def TryWriteExponentBigEndian(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
396
|
+
@abc.abstractmethod
|
397
|
+
def TryWriteExponentLittleEndian(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
398
|
+
@abc.abstractmethod
|
399
|
+
def TryWriteSignificandBigEndian(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
400
|
+
@abc.abstractmethod
|
401
|
+
def TryWriteSignificandLittleEndian(self, destination: Span_1[int], bytesWritten: clr.Reference[int]) -> bool: ...
|
402
|
+
# Skipped WriteExponentBigEndian due to it being static, abstract and generic.
|
403
|
+
|
404
|
+
WriteExponentBigEndian : WriteExponentBigEndian_MethodGroup[IFloatingPoint_1_TSelf]
|
405
|
+
WriteExponentBigEndian_MethodGroup_IFloatingPoint_1_TSelf = typing.TypeVar('WriteExponentBigEndian_MethodGroup_IFloatingPoint_1_TSelf')
|
406
|
+
class WriteExponentBigEndian_MethodGroup(typing.Generic[WriteExponentBigEndian_MethodGroup_IFloatingPoint_1_TSelf]):
|
407
|
+
WriteExponentBigEndian_MethodGroup_IFloatingPoint_1_TSelf = IFloatingPoint_1.WriteExponentBigEndian_MethodGroup_IFloatingPoint_1_TSelf
|
408
|
+
@typing.overload
|
409
|
+
def __call__(self, destination: Array_1[int]) -> int:...
|
410
|
+
@typing.overload
|
411
|
+
def __call__(self, destination: Span_1[int]) -> int:...
|
412
|
+
@typing.overload
|
413
|
+
def __call__(self, destination: Array_1[int], startIndex: int) -> int:...
|
414
|
+
|
415
|
+
# Skipped WriteExponentLittleEndian due to it being static, abstract and generic.
|
416
|
+
|
417
|
+
WriteExponentLittleEndian : WriteExponentLittleEndian_MethodGroup[IFloatingPoint_1_TSelf]
|
418
|
+
WriteExponentLittleEndian_MethodGroup_IFloatingPoint_1_TSelf = typing.TypeVar('WriteExponentLittleEndian_MethodGroup_IFloatingPoint_1_TSelf')
|
419
|
+
class WriteExponentLittleEndian_MethodGroup(typing.Generic[WriteExponentLittleEndian_MethodGroup_IFloatingPoint_1_TSelf]):
|
420
|
+
WriteExponentLittleEndian_MethodGroup_IFloatingPoint_1_TSelf = IFloatingPoint_1.WriteExponentLittleEndian_MethodGroup_IFloatingPoint_1_TSelf
|
421
|
+
@typing.overload
|
422
|
+
def __call__(self, destination: Array_1[int]) -> int:...
|
423
|
+
@typing.overload
|
424
|
+
def __call__(self, destination: Span_1[int]) -> int:...
|
425
|
+
@typing.overload
|
426
|
+
def __call__(self, destination: Array_1[int], startIndex: int) -> int:...
|
427
|
+
|
428
|
+
# Skipped WriteSignificandBigEndian due to it being static, abstract and generic.
|
429
|
+
|
430
|
+
WriteSignificandBigEndian : WriteSignificandBigEndian_MethodGroup[IFloatingPoint_1_TSelf]
|
431
|
+
WriteSignificandBigEndian_MethodGroup_IFloatingPoint_1_TSelf = typing.TypeVar('WriteSignificandBigEndian_MethodGroup_IFloatingPoint_1_TSelf')
|
432
|
+
class WriteSignificandBigEndian_MethodGroup(typing.Generic[WriteSignificandBigEndian_MethodGroup_IFloatingPoint_1_TSelf]):
|
433
|
+
WriteSignificandBigEndian_MethodGroup_IFloatingPoint_1_TSelf = IFloatingPoint_1.WriteSignificandBigEndian_MethodGroup_IFloatingPoint_1_TSelf
|
434
|
+
@typing.overload
|
435
|
+
def __call__(self, destination: Array_1[int]) -> int:...
|
436
|
+
@typing.overload
|
437
|
+
def __call__(self, destination: Span_1[int]) -> int:...
|
438
|
+
@typing.overload
|
439
|
+
def __call__(self, destination: Array_1[int], startIndex: int) -> int:...
|
440
|
+
|
441
|
+
# Skipped WriteSignificandLittleEndian due to it being static, abstract and generic.
|
442
|
+
|
443
|
+
WriteSignificandLittleEndian : WriteSignificandLittleEndian_MethodGroup[IFloatingPoint_1_TSelf]
|
444
|
+
WriteSignificandLittleEndian_MethodGroup_IFloatingPoint_1_TSelf = typing.TypeVar('WriteSignificandLittleEndian_MethodGroup_IFloatingPoint_1_TSelf')
|
445
|
+
class WriteSignificandLittleEndian_MethodGroup(typing.Generic[WriteSignificandLittleEndian_MethodGroup_IFloatingPoint_1_TSelf]):
|
446
|
+
WriteSignificandLittleEndian_MethodGroup_IFloatingPoint_1_TSelf = IFloatingPoint_1.WriteSignificandLittleEndian_MethodGroup_IFloatingPoint_1_TSelf
|
447
|
+
@typing.overload
|
448
|
+
def __call__(self, destination: Array_1[int]) -> int:...
|
449
|
+
@typing.overload
|
450
|
+
def __call__(self, destination: Span_1[int]) -> int:...
|
451
|
+
@typing.overload
|
452
|
+
def __call__(self, destination: Array_1[int], startIndex: int) -> int:...
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
class IFloatingPointConstants_GenericClasses(abc.ABCMeta):
|
457
|
+
Generic_IFloatingPointConstants_GenericClasses_IFloatingPointConstants_1_TSelf = typing.TypeVar('Generic_IFloatingPointConstants_GenericClasses_IFloatingPointConstants_1_TSelf')
|
458
|
+
def __getitem__(self, types : typing.Type[Generic_IFloatingPointConstants_GenericClasses_IFloatingPointConstants_1_TSelf]) -> typing.Type[IFloatingPointConstants_1[Generic_IFloatingPointConstants_GenericClasses_IFloatingPointConstants_1_TSelf]]: ...
|
459
|
+
|
460
|
+
IFloatingPointConstants : IFloatingPointConstants_GenericClasses
|
461
|
+
|
462
|
+
IFloatingPointConstants_1_TSelf = typing.TypeVar('IFloatingPointConstants_1_TSelf')
|
463
|
+
class IFloatingPointConstants_1(typing.Generic[IFloatingPointConstants_1_TSelf], INumberBase_1[IFloatingPointConstants_1_TSelf], typing.Protocol):
|
464
|
+
@classmethod
|
465
|
+
@property
|
466
|
+
def E(cls) -> IFloatingPointConstants_1_TSelf: ...
|
467
|
+
@classmethod
|
468
|
+
@property
|
469
|
+
def Pi(cls) -> IFloatingPointConstants_1_TSelf: ...
|
470
|
+
@classmethod
|
471
|
+
@property
|
472
|
+
def Tau(cls) -> IFloatingPointConstants_1_TSelf: ...
|
473
|
+
|
474
|
+
|
475
|
+
class IFloatingPointIeee754_GenericClasses(abc.ABCMeta):
|
476
|
+
Generic_IFloatingPointIeee754_GenericClasses_IFloatingPointIeee754_1_TSelf = typing.TypeVar('Generic_IFloatingPointIeee754_GenericClasses_IFloatingPointIeee754_1_TSelf')
|
477
|
+
def __getitem__(self, types : typing.Type[Generic_IFloatingPointIeee754_GenericClasses_IFloatingPointIeee754_1_TSelf]) -> typing.Type[IFloatingPointIeee754_1[Generic_IFloatingPointIeee754_GenericClasses_IFloatingPointIeee754_1_TSelf]]: ...
|
478
|
+
|
479
|
+
IFloatingPointIeee754 : IFloatingPointIeee754_GenericClasses
|
480
|
+
|
481
|
+
IFloatingPointIeee754_1_TSelf = typing.TypeVar('IFloatingPointIeee754_1_TSelf')
|
482
|
+
class IFloatingPointIeee754_1(typing.Generic[IFloatingPointIeee754_1_TSelf], ITrigonometricFunctions_1[IFloatingPointIeee754_1_TSelf], IRootFunctions_1[IFloatingPointIeee754_1_TSelf], ILogarithmicFunctions_1[IFloatingPointIeee754_1_TSelf], IHyperbolicFunctions_1[IFloatingPointIeee754_1_TSelf], IFloatingPoint_1[IFloatingPointIeee754_1_TSelf], IExponentialFunctions_1[IFloatingPointIeee754_1_TSelf], IPowerFunctions_1[IFloatingPointIeee754_1_TSelf], typing.Protocol):
|
483
|
+
@classmethod
|
484
|
+
@property
|
485
|
+
def Epsilon(cls) -> IFloatingPointIeee754_1_TSelf: ...
|
486
|
+
@classmethod
|
487
|
+
@property
|
488
|
+
def NaN(cls) -> IFloatingPointIeee754_1_TSelf: ...
|
489
|
+
@classmethod
|
490
|
+
@property
|
491
|
+
def NegativeInfinity(cls) -> IFloatingPointIeee754_1_TSelf: ...
|
492
|
+
@classmethod
|
493
|
+
@property
|
494
|
+
def NegativeZero(cls) -> IFloatingPointIeee754_1_TSelf: ...
|
495
|
+
@classmethod
|
496
|
+
@property
|
497
|
+
def PositiveInfinity(cls) -> IFloatingPointIeee754_1_TSelf: ...
|
498
|
+
@staticmethod
|
499
|
+
@abc.abstractmethod
|
500
|
+
def Atan2(y: IFloatingPointIeee754_1_TSelf, x: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
501
|
+
@staticmethod
|
502
|
+
@abc.abstractmethod
|
503
|
+
def Atan2Pi(y: IFloatingPointIeee754_1_TSelf, x: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
504
|
+
@staticmethod
|
505
|
+
@abc.abstractmethod
|
506
|
+
def BitDecrement(x: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
507
|
+
@staticmethod
|
508
|
+
@abc.abstractmethod
|
509
|
+
def BitIncrement(x: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
510
|
+
@staticmethod
|
511
|
+
@abc.abstractmethod
|
512
|
+
def FusedMultiplyAdd(left: IFloatingPointIeee754_1_TSelf, right: IFloatingPointIeee754_1_TSelf, addend: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
513
|
+
@staticmethod
|
514
|
+
@abc.abstractmethod
|
515
|
+
def Ieee754Remainder(left: IFloatingPointIeee754_1_TSelf, right: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
516
|
+
@staticmethod
|
517
|
+
@abc.abstractmethod
|
518
|
+
def ILogB(x: IFloatingPointIeee754_1_TSelf) -> int: ...
|
519
|
+
@staticmethod
|
520
|
+
def Lerp(value1: IFloatingPointIeee754_1_TSelf, value2: IFloatingPointIeee754_1_TSelf, amount: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
521
|
+
@staticmethod
|
522
|
+
def ReciprocalEstimate(x: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
523
|
+
@staticmethod
|
524
|
+
def ReciprocalSqrtEstimate(x: IFloatingPointIeee754_1_TSelf) -> IFloatingPointIeee754_1_TSelf: ...
|
525
|
+
@staticmethod
|
526
|
+
@abc.abstractmethod
|
527
|
+
def ScaleB(x: IFloatingPointIeee754_1_TSelf, n: int) -> IFloatingPointIeee754_1_TSelf: ...
|
528
|
+
|
529
|
+
|
530
|
+
class IHyperbolicFunctions_GenericClasses(abc.ABCMeta):
|
531
|
+
Generic_IHyperbolicFunctions_GenericClasses_IHyperbolicFunctions_1_TSelf = typing.TypeVar('Generic_IHyperbolicFunctions_GenericClasses_IHyperbolicFunctions_1_TSelf')
|
532
|
+
def __getitem__(self, types : typing.Type[Generic_IHyperbolicFunctions_GenericClasses_IHyperbolicFunctions_1_TSelf]) -> typing.Type[IHyperbolicFunctions_1[Generic_IHyperbolicFunctions_GenericClasses_IHyperbolicFunctions_1_TSelf]]: ...
|
533
|
+
|
534
|
+
IHyperbolicFunctions : IHyperbolicFunctions_GenericClasses
|
535
|
+
|
536
|
+
IHyperbolicFunctions_1_TSelf = typing.TypeVar('IHyperbolicFunctions_1_TSelf')
|
537
|
+
class IHyperbolicFunctions_1(typing.Generic[IHyperbolicFunctions_1_TSelf], IFloatingPointConstants_1[IHyperbolicFunctions_1_TSelf], typing.Protocol):
|
538
|
+
@staticmethod
|
539
|
+
@abc.abstractmethod
|
540
|
+
def Acosh(x: IHyperbolicFunctions_1_TSelf) -> IHyperbolicFunctions_1_TSelf: ...
|
541
|
+
@staticmethod
|
542
|
+
@abc.abstractmethod
|
543
|
+
def Asinh(x: IHyperbolicFunctions_1_TSelf) -> IHyperbolicFunctions_1_TSelf: ...
|
544
|
+
@staticmethod
|
545
|
+
@abc.abstractmethod
|
546
|
+
def Atanh(x: IHyperbolicFunctions_1_TSelf) -> IHyperbolicFunctions_1_TSelf: ...
|
547
|
+
@staticmethod
|
548
|
+
@abc.abstractmethod
|
549
|
+
def Cosh(x: IHyperbolicFunctions_1_TSelf) -> IHyperbolicFunctions_1_TSelf: ...
|
550
|
+
@staticmethod
|
551
|
+
@abc.abstractmethod
|
552
|
+
def Sinh(x: IHyperbolicFunctions_1_TSelf) -> IHyperbolicFunctions_1_TSelf: ...
|
553
|
+
@staticmethod
|
554
|
+
@abc.abstractmethod
|
555
|
+
def Tanh(x: IHyperbolicFunctions_1_TSelf) -> IHyperbolicFunctions_1_TSelf: ...
|
556
|
+
|
557
|
+
|
558
|
+
class IIncrementOperators_GenericClasses(abc.ABCMeta):
|
559
|
+
Generic_IIncrementOperators_GenericClasses_IIncrementOperators_1_TSelf = typing.TypeVar('Generic_IIncrementOperators_GenericClasses_IIncrementOperators_1_TSelf')
|
560
|
+
def __getitem__(self, types : typing.Type[Generic_IIncrementOperators_GenericClasses_IIncrementOperators_1_TSelf]) -> typing.Type[IIncrementOperators_1[Generic_IIncrementOperators_GenericClasses_IIncrementOperators_1_TSelf]]: ...
|
561
|
+
|
562
|
+
IIncrementOperators : IIncrementOperators_GenericClasses
|
563
|
+
|
564
|
+
IIncrementOperators_1_TSelf = typing.TypeVar('IIncrementOperators_1_TSelf')
|
565
|
+
class IIncrementOperators_1(typing.Generic[IIncrementOperators_1_TSelf], typing.Protocol):
|
566
|
+
# Operator not supported op_CheckedIncrement(value: TSelf)
|
567
|
+
# Operator not supported op_Increment(value: TSelf)
|
568
|
+
pass
|
569
|
+
|
570
|
+
|
571
|
+
class ILogarithmicFunctions_GenericClasses(abc.ABCMeta):
|
572
|
+
Generic_ILogarithmicFunctions_GenericClasses_ILogarithmicFunctions_1_TSelf = typing.TypeVar('Generic_ILogarithmicFunctions_GenericClasses_ILogarithmicFunctions_1_TSelf')
|
573
|
+
def __getitem__(self, types : typing.Type[Generic_ILogarithmicFunctions_GenericClasses_ILogarithmicFunctions_1_TSelf]) -> typing.Type[ILogarithmicFunctions_1[Generic_ILogarithmicFunctions_GenericClasses_ILogarithmicFunctions_1_TSelf]]: ...
|
574
|
+
|
575
|
+
ILogarithmicFunctions : ILogarithmicFunctions_GenericClasses
|
576
|
+
|
577
|
+
ILogarithmicFunctions_1_TSelf = typing.TypeVar('ILogarithmicFunctions_1_TSelf')
|
578
|
+
class ILogarithmicFunctions_1(typing.Generic[ILogarithmicFunctions_1_TSelf], IFloatingPointConstants_1[ILogarithmicFunctions_1_TSelf], typing.Protocol):
|
579
|
+
@staticmethod
|
580
|
+
@abc.abstractmethod
|
581
|
+
def Log10(x: ILogarithmicFunctions_1_TSelf) -> ILogarithmicFunctions_1_TSelf: ...
|
582
|
+
@staticmethod
|
583
|
+
def Log10P1(x: ILogarithmicFunctions_1_TSelf) -> ILogarithmicFunctions_1_TSelf: ...
|
584
|
+
@staticmethod
|
585
|
+
@abc.abstractmethod
|
586
|
+
def Log2(x: ILogarithmicFunctions_1_TSelf) -> ILogarithmicFunctions_1_TSelf: ...
|
587
|
+
@staticmethod
|
588
|
+
def Log2P1(x: ILogarithmicFunctions_1_TSelf) -> ILogarithmicFunctions_1_TSelf: ...
|
589
|
+
@staticmethod
|
590
|
+
def LogP1(x: ILogarithmicFunctions_1_TSelf) -> ILogarithmicFunctions_1_TSelf: ...
|
591
|
+
|
592
|
+
|
593
|
+
class IMinMaxValue_GenericClasses(abc.ABCMeta):
|
594
|
+
Generic_IMinMaxValue_GenericClasses_IMinMaxValue_1_TSelf = typing.TypeVar('Generic_IMinMaxValue_GenericClasses_IMinMaxValue_1_TSelf')
|
595
|
+
def __getitem__(self, types : typing.Type[Generic_IMinMaxValue_GenericClasses_IMinMaxValue_1_TSelf]) -> typing.Type[IMinMaxValue_1[Generic_IMinMaxValue_GenericClasses_IMinMaxValue_1_TSelf]]: ...
|
596
|
+
|
597
|
+
IMinMaxValue : IMinMaxValue_GenericClasses
|
598
|
+
|
599
|
+
IMinMaxValue_1_TSelf = typing.TypeVar('IMinMaxValue_1_TSelf')
|
600
|
+
class IMinMaxValue_1(typing.Generic[IMinMaxValue_1_TSelf], typing.Protocol):
|
601
|
+
@classmethod
|
602
|
+
@property
|
603
|
+
def MaxValue(cls) -> IMinMaxValue_1_TSelf: ...
|
604
|
+
@classmethod
|
605
|
+
@property
|
606
|
+
def MinValue(cls) -> IMinMaxValue_1_TSelf: ...
|
607
|
+
|
608
|
+
|
609
|
+
class IModulusOperators_GenericClasses(abc.ABCMeta):
|
610
|
+
Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TSelf = typing.TypeVar('Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TSelf')
|
611
|
+
Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TOther = typing.TypeVar('Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TOther')
|
612
|
+
Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TResult = typing.TypeVar('Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TResult')
|
613
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TSelf], typing.Type[Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TOther], typing.Type[Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TResult]]) -> typing.Type[IModulusOperators_3[Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TSelf, Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TOther, Generic_IModulusOperators_GenericClasses_IModulusOperators_3_TResult]]: ...
|
614
|
+
|
615
|
+
IModulusOperators : IModulusOperators_GenericClasses
|
616
|
+
|
617
|
+
IModulusOperators_3_TSelf = typing.TypeVar('IModulusOperators_3_TSelf')
|
618
|
+
IModulusOperators_3_TOther = typing.TypeVar('IModulusOperators_3_TOther')
|
619
|
+
IModulusOperators_3_TResult = typing.TypeVar('IModulusOperators_3_TResult')
|
620
|
+
class IModulusOperators_3(typing.Generic[IModulusOperators_3_TSelf, IModulusOperators_3_TOther, IModulusOperators_3_TResult], typing.Protocol):
|
621
|
+
@abc.abstractmethod
|
622
|
+
def __mod__(self, left: IModulusOperators_3_TSelf, right: IModulusOperators_3_TOther) -> IModulusOperators_3_TResult: ...
|
623
|
+
|
624
|
+
|
625
|
+
class IMultiplicativeIdentity_GenericClasses(abc.ABCMeta):
|
626
|
+
Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TSelf = typing.TypeVar('Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TSelf')
|
627
|
+
Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TResult = typing.TypeVar('Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TResult')
|
628
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TSelf], typing.Type[Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TResult]]) -> typing.Type[IMultiplicativeIdentity_2[Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TSelf, Generic_IMultiplicativeIdentity_GenericClasses_IMultiplicativeIdentity_2_TResult]]: ...
|
629
|
+
|
630
|
+
IMultiplicativeIdentity : IMultiplicativeIdentity_GenericClasses
|
631
|
+
|
632
|
+
IMultiplicativeIdentity_2_TSelf = typing.TypeVar('IMultiplicativeIdentity_2_TSelf')
|
633
|
+
IMultiplicativeIdentity_2_TResult = typing.TypeVar('IMultiplicativeIdentity_2_TResult')
|
634
|
+
class IMultiplicativeIdentity_2(typing.Generic[IMultiplicativeIdentity_2_TSelf, IMultiplicativeIdentity_2_TResult], typing.Protocol):
|
635
|
+
@classmethod
|
636
|
+
@property
|
637
|
+
def MultiplicativeIdentity(cls) -> IMultiplicativeIdentity_2_TResult: ...
|
638
|
+
|
639
|
+
|
640
|
+
class IMultiplyOperators_GenericClasses(abc.ABCMeta):
|
641
|
+
Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TSelf = typing.TypeVar('Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TSelf')
|
642
|
+
Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TOther = typing.TypeVar('Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TOther')
|
643
|
+
Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TResult = typing.TypeVar('Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TResult')
|
644
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TSelf], typing.Type[Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TOther], typing.Type[Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TResult]]) -> typing.Type[IMultiplyOperators_3[Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TSelf, Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TOther, Generic_IMultiplyOperators_GenericClasses_IMultiplyOperators_3_TResult]]: ...
|
645
|
+
|
646
|
+
IMultiplyOperators : IMultiplyOperators_GenericClasses
|
647
|
+
|
648
|
+
IMultiplyOperators_3_TSelf = typing.TypeVar('IMultiplyOperators_3_TSelf')
|
649
|
+
IMultiplyOperators_3_TOther = typing.TypeVar('IMultiplyOperators_3_TOther')
|
650
|
+
IMultiplyOperators_3_TResult = typing.TypeVar('IMultiplyOperators_3_TResult')
|
651
|
+
class IMultiplyOperators_3(typing.Generic[IMultiplyOperators_3_TSelf, IMultiplyOperators_3_TOther, IMultiplyOperators_3_TResult], typing.Protocol):
|
652
|
+
# Operator not supported op_CheckedMultiply(left: TSelf, right: TOther)
|
653
|
+
@abc.abstractmethod
|
654
|
+
def __mul__(self, left: IMultiplyOperators_3_TSelf, right: IMultiplyOperators_3_TOther) -> IMultiplyOperators_3_TResult: ...
|
655
|
+
|
656
|
+
|
657
|
+
class INumber_GenericClasses(abc.ABCMeta):
|
658
|
+
Generic_INumber_GenericClasses_INumber_1_TSelf = typing.TypeVar('Generic_INumber_GenericClasses_INumber_1_TSelf')
|
659
|
+
def __getitem__(self, types : typing.Type[Generic_INumber_GenericClasses_INumber_1_TSelf]) -> typing.Type[INumber_1[Generic_INumber_GenericClasses_INumber_1_TSelf]]: ...
|
660
|
+
|
661
|
+
INumber : INumber_GenericClasses
|
662
|
+
|
663
|
+
INumber_1_TSelf = typing.TypeVar('INumber_1_TSelf')
|
664
|
+
class INumber_1(typing.Generic[INumber_1_TSelf], INumberBase_1[INumber_1_TSelf], IComparisonOperators_3[INumber_1_TSelf, INumber_1_TSelf, bool], IModulusOperators_3[INumber_1_TSelf, INumber_1_TSelf, INumber_1_TSelf], IComparable_1[INumber_1_TSelf], IComparable_0, typing.Protocol):
|
665
|
+
@staticmethod
|
666
|
+
def Clamp(value: INumber_1_TSelf, min: INumber_1_TSelf, max: INumber_1_TSelf) -> INumber_1_TSelf: ...
|
667
|
+
@staticmethod
|
668
|
+
def CopySign(value: INumber_1_TSelf, sign: INumber_1_TSelf) -> INumber_1_TSelf: ...
|
669
|
+
@staticmethod
|
670
|
+
def Max(x: INumber_1_TSelf, y: INumber_1_TSelf) -> INumber_1_TSelf: ...
|
671
|
+
@staticmethod
|
672
|
+
def MaxNumber(x: INumber_1_TSelf, y: INumber_1_TSelf) -> INumber_1_TSelf: ...
|
673
|
+
@staticmethod
|
674
|
+
def Min(x: INumber_1_TSelf, y: INumber_1_TSelf) -> INumber_1_TSelf: ...
|
675
|
+
@staticmethod
|
676
|
+
def MinNumber(x: INumber_1_TSelf, y: INumber_1_TSelf) -> INumber_1_TSelf: ...
|
677
|
+
@staticmethod
|
678
|
+
def Sign(value: INumber_1_TSelf) -> int: ...
|
679
|
+
|
680
|
+
|
681
|
+
class INumberBase_GenericClasses(abc.ABCMeta):
|
682
|
+
Generic_INumberBase_GenericClasses_INumberBase_1_TSelf = typing.TypeVar('Generic_INumberBase_GenericClasses_INumberBase_1_TSelf')
|
683
|
+
def __getitem__(self, types : typing.Type[Generic_INumberBase_GenericClasses_INumberBase_1_TSelf]) -> typing.Type[INumberBase_1[Generic_INumberBase_GenericClasses_INumberBase_1_TSelf]]: ...
|
684
|
+
|
685
|
+
INumberBase : INumberBase_GenericClasses
|
686
|
+
|
687
|
+
INumberBase_1_TSelf = typing.TypeVar('INumberBase_1_TSelf')
|
688
|
+
class INumberBase_1(typing.Generic[INumberBase_1_TSelf], ISpanParsable_1[INumberBase_1_TSelf], ISpanFormattable, IUtf8SpanParsable_1[INumberBase_1_TSelf], IUtf8SpanFormattable, IUnaryNegationOperators_2[INumberBase_1_TSelf, INumberBase_1_TSelf], IUnaryPlusOperators_2[INumberBase_1_TSelf, INumberBase_1_TSelf], ISubtractionOperators_3[INumberBase_1_TSelf, INumberBase_1_TSelf, INumberBase_1_TSelf], IMultiplyOperators_3[INumberBase_1_TSelf, INumberBase_1_TSelf, INumberBase_1_TSelf], IMultiplicativeIdentity_2[INumberBase_1_TSelf, INumberBase_1_TSelf], IIncrementOperators_1[INumberBase_1_TSelf], IEqualityOperators_3[INumberBase_1_TSelf, INumberBase_1_TSelf, bool], IEquatable_1[INumberBase_1_TSelf], IDivisionOperators_3[INumberBase_1_TSelf, INumberBase_1_TSelf, INumberBase_1_TSelf], IDecrementOperators_1[INumberBase_1_TSelf], IAdditiveIdentity_2[INumberBase_1_TSelf, INumberBase_1_TSelf], IAdditionOperators_3[INumberBase_1_TSelf, INumberBase_1_TSelf, INumberBase_1_TSelf], typing.Protocol):
|
689
|
+
@classmethod
|
690
|
+
@property
|
691
|
+
def One(cls) -> INumberBase_1_TSelf: ...
|
692
|
+
@classmethod
|
693
|
+
@property
|
694
|
+
def Radix(cls) -> int: ...
|
695
|
+
@classmethod
|
696
|
+
@property
|
697
|
+
def Zero(cls) -> INumberBase_1_TSelf: ...
|
698
|
+
@staticmethod
|
699
|
+
@abc.abstractmethod
|
700
|
+
def Abs(value: INumberBase_1_TSelf) -> INumberBase_1_TSelf: ...
|
701
|
+
@staticmethod
|
702
|
+
@abc.abstractmethod
|
703
|
+
def IsCanonical(value: INumberBase_1_TSelf) -> bool: ...
|
704
|
+
@staticmethod
|
705
|
+
@abc.abstractmethod
|
706
|
+
def IsComplexNumber(value: INumberBase_1_TSelf) -> bool: ...
|
707
|
+
@staticmethod
|
708
|
+
@abc.abstractmethod
|
709
|
+
def IsEvenInteger(value: INumberBase_1_TSelf) -> bool: ...
|
710
|
+
@staticmethod
|
711
|
+
@abc.abstractmethod
|
712
|
+
def IsFinite(value: INumberBase_1_TSelf) -> bool: ...
|
713
|
+
@staticmethod
|
714
|
+
@abc.abstractmethod
|
715
|
+
def IsImaginaryNumber(value: INumberBase_1_TSelf) -> bool: ...
|
716
|
+
@staticmethod
|
717
|
+
@abc.abstractmethod
|
718
|
+
def IsInfinity(value: INumberBase_1_TSelf) -> bool: ...
|
719
|
+
@staticmethod
|
720
|
+
@abc.abstractmethod
|
721
|
+
def IsInteger(value: INumberBase_1_TSelf) -> bool: ...
|
722
|
+
@staticmethod
|
723
|
+
@abc.abstractmethod
|
724
|
+
def IsNaN(value: INumberBase_1_TSelf) -> bool: ...
|
725
|
+
@staticmethod
|
726
|
+
@abc.abstractmethod
|
727
|
+
def IsNegative(value: INumberBase_1_TSelf) -> bool: ...
|
728
|
+
@staticmethod
|
729
|
+
@abc.abstractmethod
|
730
|
+
def IsNegativeInfinity(value: INumberBase_1_TSelf) -> bool: ...
|
731
|
+
@staticmethod
|
732
|
+
@abc.abstractmethod
|
733
|
+
def IsNormal(value: INumberBase_1_TSelf) -> bool: ...
|
734
|
+
@staticmethod
|
735
|
+
@abc.abstractmethod
|
736
|
+
def IsOddInteger(value: INumberBase_1_TSelf) -> bool: ...
|
737
|
+
@staticmethod
|
738
|
+
@abc.abstractmethod
|
739
|
+
def IsPositive(value: INumberBase_1_TSelf) -> bool: ...
|
740
|
+
@staticmethod
|
741
|
+
@abc.abstractmethod
|
742
|
+
def IsPositiveInfinity(value: INumberBase_1_TSelf) -> bool: ...
|
743
|
+
@staticmethod
|
744
|
+
@abc.abstractmethod
|
745
|
+
def IsRealNumber(value: INumberBase_1_TSelf) -> bool: ...
|
746
|
+
@staticmethod
|
747
|
+
@abc.abstractmethod
|
748
|
+
def IsSubnormal(value: INumberBase_1_TSelf) -> bool: ...
|
749
|
+
@staticmethod
|
750
|
+
@abc.abstractmethod
|
751
|
+
def IsZero(value: INumberBase_1_TSelf) -> bool: ...
|
752
|
+
@staticmethod
|
753
|
+
@abc.abstractmethod
|
754
|
+
def MaxMagnitude(x: INumberBase_1_TSelf, y: INumberBase_1_TSelf) -> INumberBase_1_TSelf: ...
|
755
|
+
@staticmethod
|
756
|
+
@abc.abstractmethod
|
757
|
+
def MaxMagnitudeNumber(x: INumberBase_1_TSelf, y: INumberBase_1_TSelf) -> INumberBase_1_TSelf: ...
|
758
|
+
@staticmethod
|
759
|
+
@abc.abstractmethod
|
760
|
+
def MinMagnitude(x: INumberBase_1_TSelf, y: INumberBase_1_TSelf) -> INumberBase_1_TSelf: ...
|
761
|
+
@staticmethod
|
762
|
+
@abc.abstractmethod
|
763
|
+
def MinMagnitudeNumber(x: INumberBase_1_TSelf, y: INumberBase_1_TSelf) -> INumberBase_1_TSelf: ...
|
764
|
+
# Skipped CreateChecked due to it being static, abstract and generic.
|
765
|
+
|
766
|
+
CreateChecked : CreateChecked_MethodGroup[INumberBase_1_TSelf]
|
767
|
+
CreateChecked_MethodGroup_INumberBase_1_TSelf = typing.TypeVar('CreateChecked_MethodGroup_INumberBase_1_TSelf')
|
768
|
+
class CreateChecked_MethodGroup(typing.Generic[CreateChecked_MethodGroup_INumberBase_1_TSelf]):
|
769
|
+
CreateChecked_MethodGroup_INumberBase_1_TSelf = INumberBase_1.CreateChecked_MethodGroup_INumberBase_1_TSelf
|
770
|
+
def __getitem__(self, t:typing.Type[CreateChecked_1_T1]) -> CreateChecked_1[CreateChecked_MethodGroup_INumberBase_1_TSelf, CreateChecked_1_T1]: ...
|
771
|
+
|
772
|
+
CreateChecked_1_INumberBase_1_TSelf = typing.TypeVar('CreateChecked_1_INumberBase_1_TSelf')
|
773
|
+
CreateChecked_1_T1 = typing.TypeVar('CreateChecked_1_T1')
|
774
|
+
class CreateChecked_1(typing.Generic[CreateChecked_1_INumberBase_1_TSelf, CreateChecked_1_T1]):
|
775
|
+
CreateChecked_1_INumberBase_1_TSelf = INumberBase_1.CreateChecked_MethodGroup.CreateChecked_1_INumberBase_1_TSelf
|
776
|
+
CreateChecked_1_TOther = INumberBase_1.CreateChecked_MethodGroup.CreateChecked_1_T1
|
777
|
+
def __call__(self, value: CreateChecked_1_TOther) -> CreateChecked_1_INumberBase_1_TSelf:...
|
778
|
+
|
779
|
+
|
780
|
+
# Skipped CreateSaturating due to it being static, abstract and generic.
|
781
|
+
|
782
|
+
CreateSaturating : CreateSaturating_MethodGroup[INumberBase_1_TSelf]
|
783
|
+
CreateSaturating_MethodGroup_INumberBase_1_TSelf = typing.TypeVar('CreateSaturating_MethodGroup_INumberBase_1_TSelf')
|
784
|
+
class CreateSaturating_MethodGroup(typing.Generic[CreateSaturating_MethodGroup_INumberBase_1_TSelf]):
|
785
|
+
CreateSaturating_MethodGroup_INumberBase_1_TSelf = INumberBase_1.CreateSaturating_MethodGroup_INumberBase_1_TSelf
|
786
|
+
def __getitem__(self, t:typing.Type[CreateSaturating_1_T1]) -> CreateSaturating_1[CreateSaturating_MethodGroup_INumberBase_1_TSelf, CreateSaturating_1_T1]: ...
|
787
|
+
|
788
|
+
CreateSaturating_1_INumberBase_1_TSelf = typing.TypeVar('CreateSaturating_1_INumberBase_1_TSelf')
|
789
|
+
CreateSaturating_1_T1 = typing.TypeVar('CreateSaturating_1_T1')
|
790
|
+
class CreateSaturating_1(typing.Generic[CreateSaturating_1_INumberBase_1_TSelf, CreateSaturating_1_T1]):
|
791
|
+
CreateSaturating_1_INumberBase_1_TSelf = INumberBase_1.CreateSaturating_MethodGroup.CreateSaturating_1_INumberBase_1_TSelf
|
792
|
+
CreateSaturating_1_TOther = INumberBase_1.CreateSaturating_MethodGroup.CreateSaturating_1_T1
|
793
|
+
def __call__(self, value: CreateSaturating_1_TOther) -> CreateSaturating_1_INumberBase_1_TSelf:...
|
794
|
+
|
795
|
+
|
796
|
+
# Skipped CreateTruncating due to it being static, abstract and generic.
|
797
|
+
|
798
|
+
CreateTruncating : CreateTruncating_MethodGroup[INumberBase_1_TSelf]
|
799
|
+
CreateTruncating_MethodGroup_INumberBase_1_TSelf = typing.TypeVar('CreateTruncating_MethodGroup_INumberBase_1_TSelf')
|
800
|
+
class CreateTruncating_MethodGroup(typing.Generic[CreateTruncating_MethodGroup_INumberBase_1_TSelf]):
|
801
|
+
CreateTruncating_MethodGroup_INumberBase_1_TSelf = INumberBase_1.CreateTruncating_MethodGroup_INumberBase_1_TSelf
|
802
|
+
def __getitem__(self, t:typing.Type[CreateTruncating_1_T1]) -> CreateTruncating_1[CreateTruncating_MethodGroup_INumberBase_1_TSelf, CreateTruncating_1_T1]: ...
|
803
|
+
|
804
|
+
CreateTruncating_1_INumberBase_1_TSelf = typing.TypeVar('CreateTruncating_1_INumberBase_1_TSelf')
|
805
|
+
CreateTruncating_1_T1 = typing.TypeVar('CreateTruncating_1_T1')
|
806
|
+
class CreateTruncating_1(typing.Generic[CreateTruncating_1_INumberBase_1_TSelf, CreateTruncating_1_T1]):
|
807
|
+
CreateTruncating_1_INumberBase_1_TSelf = INumberBase_1.CreateTruncating_MethodGroup.CreateTruncating_1_INumberBase_1_TSelf
|
808
|
+
CreateTruncating_1_TOther = INumberBase_1.CreateTruncating_MethodGroup.CreateTruncating_1_T1
|
809
|
+
def __call__(self, value: CreateTruncating_1_TOther) -> CreateTruncating_1_INumberBase_1_TSelf:...
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
class IPowerFunctions_GenericClasses(abc.ABCMeta):
|
815
|
+
Generic_IPowerFunctions_GenericClasses_IPowerFunctions_1_TSelf = typing.TypeVar('Generic_IPowerFunctions_GenericClasses_IPowerFunctions_1_TSelf')
|
816
|
+
def __getitem__(self, types : typing.Type[Generic_IPowerFunctions_GenericClasses_IPowerFunctions_1_TSelf]) -> typing.Type[IPowerFunctions_1[Generic_IPowerFunctions_GenericClasses_IPowerFunctions_1_TSelf]]: ...
|
817
|
+
|
818
|
+
IPowerFunctions : IPowerFunctions_GenericClasses
|
819
|
+
|
820
|
+
IPowerFunctions_1_TSelf = typing.TypeVar('IPowerFunctions_1_TSelf')
|
821
|
+
class IPowerFunctions_1(typing.Generic[IPowerFunctions_1_TSelf], INumberBase_1[IPowerFunctions_1_TSelf], typing.Protocol):
|
822
|
+
@staticmethod
|
823
|
+
@abc.abstractmethod
|
824
|
+
def Pow(x: IPowerFunctions_1_TSelf, y: IPowerFunctions_1_TSelf) -> IPowerFunctions_1_TSelf: ...
|
825
|
+
|
826
|
+
|
827
|
+
class IRootFunctions_GenericClasses(abc.ABCMeta):
|
828
|
+
Generic_IRootFunctions_GenericClasses_IRootFunctions_1_TSelf = typing.TypeVar('Generic_IRootFunctions_GenericClasses_IRootFunctions_1_TSelf')
|
829
|
+
def __getitem__(self, types : typing.Type[Generic_IRootFunctions_GenericClasses_IRootFunctions_1_TSelf]) -> typing.Type[IRootFunctions_1[Generic_IRootFunctions_GenericClasses_IRootFunctions_1_TSelf]]: ...
|
830
|
+
|
831
|
+
IRootFunctions : IRootFunctions_GenericClasses
|
832
|
+
|
833
|
+
IRootFunctions_1_TSelf = typing.TypeVar('IRootFunctions_1_TSelf')
|
834
|
+
class IRootFunctions_1(typing.Generic[IRootFunctions_1_TSelf], IFloatingPointConstants_1[IRootFunctions_1_TSelf], typing.Protocol):
|
835
|
+
@staticmethod
|
836
|
+
@abc.abstractmethod
|
837
|
+
def Cbrt(x: IRootFunctions_1_TSelf) -> IRootFunctions_1_TSelf: ...
|
838
|
+
@staticmethod
|
839
|
+
@abc.abstractmethod
|
840
|
+
def Hypot(x: IRootFunctions_1_TSelf, y: IRootFunctions_1_TSelf) -> IRootFunctions_1_TSelf: ...
|
841
|
+
@staticmethod
|
842
|
+
@abc.abstractmethod
|
843
|
+
def RootN(x: IRootFunctions_1_TSelf, n: int) -> IRootFunctions_1_TSelf: ...
|
844
|
+
@staticmethod
|
845
|
+
@abc.abstractmethod
|
846
|
+
def Sqrt(x: IRootFunctions_1_TSelf) -> IRootFunctions_1_TSelf: ...
|
847
|
+
|
848
|
+
|
849
|
+
class IShiftOperators_GenericClasses(abc.ABCMeta):
|
850
|
+
Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TSelf = typing.TypeVar('Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TSelf')
|
851
|
+
Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TOther = typing.TypeVar('Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TOther')
|
852
|
+
Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TResult = typing.TypeVar('Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TResult')
|
853
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TSelf], typing.Type[Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TOther], typing.Type[Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TResult]]) -> typing.Type[IShiftOperators_3[Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TSelf, Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TOther, Generic_IShiftOperators_GenericClasses_IShiftOperators_3_TResult]]: ...
|
854
|
+
|
855
|
+
IShiftOperators : IShiftOperators_GenericClasses
|
856
|
+
|
857
|
+
IShiftOperators_3_TSelf = typing.TypeVar('IShiftOperators_3_TSelf')
|
858
|
+
IShiftOperators_3_TOther = typing.TypeVar('IShiftOperators_3_TOther')
|
859
|
+
IShiftOperators_3_TResult = typing.TypeVar('IShiftOperators_3_TResult')
|
860
|
+
class IShiftOperators_3(typing.Generic[IShiftOperators_3_TSelf, IShiftOperators_3_TOther, IShiftOperators_3_TResult], typing.Protocol):
|
861
|
+
@abc.abstractmethod
|
862
|
+
def __lshift__(self, value: IShiftOperators_3_TSelf, shiftAmount: IShiftOperators_3_TOther) -> IShiftOperators_3_TResult: ...
|
863
|
+
@abc.abstractmethod
|
864
|
+
def __rshift__(self, value: IShiftOperators_3_TSelf, shiftAmount: IShiftOperators_3_TOther) -> IShiftOperators_3_TResult: ...
|
865
|
+
# Operator not supported op_UnsignedRightShift(value: TSelf, shiftAmount: TOther)
|
866
|
+
|
867
|
+
|
868
|
+
class ISignedNumber_GenericClasses(abc.ABCMeta):
|
869
|
+
Generic_ISignedNumber_GenericClasses_ISignedNumber_1_TSelf = typing.TypeVar('Generic_ISignedNumber_GenericClasses_ISignedNumber_1_TSelf')
|
870
|
+
def __getitem__(self, types : typing.Type[Generic_ISignedNumber_GenericClasses_ISignedNumber_1_TSelf]) -> typing.Type[ISignedNumber_1[Generic_ISignedNumber_GenericClasses_ISignedNumber_1_TSelf]]: ...
|
871
|
+
|
872
|
+
ISignedNumber : ISignedNumber_GenericClasses
|
873
|
+
|
874
|
+
ISignedNumber_1_TSelf = typing.TypeVar('ISignedNumber_1_TSelf')
|
875
|
+
class ISignedNumber_1(typing.Generic[ISignedNumber_1_TSelf], INumberBase_1[ISignedNumber_1_TSelf], typing.Protocol):
|
876
|
+
@classmethod
|
877
|
+
@property
|
878
|
+
def NegativeOne(cls) -> ISignedNumber_1_TSelf: ...
|
879
|
+
|
880
|
+
|
881
|
+
class ISubtractionOperators_GenericClasses(abc.ABCMeta):
|
882
|
+
Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TSelf = typing.TypeVar('Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TSelf')
|
883
|
+
Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TOther = typing.TypeVar('Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TOther')
|
884
|
+
Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TResult = typing.TypeVar('Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TResult')
|
885
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TSelf], typing.Type[Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TOther], typing.Type[Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TResult]]) -> typing.Type[ISubtractionOperators_3[Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TSelf, Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TOther, Generic_ISubtractionOperators_GenericClasses_ISubtractionOperators_3_TResult]]: ...
|
886
|
+
|
887
|
+
ISubtractionOperators : ISubtractionOperators_GenericClasses
|
888
|
+
|
889
|
+
ISubtractionOperators_3_TSelf = typing.TypeVar('ISubtractionOperators_3_TSelf')
|
890
|
+
ISubtractionOperators_3_TOther = typing.TypeVar('ISubtractionOperators_3_TOther')
|
891
|
+
ISubtractionOperators_3_TResult = typing.TypeVar('ISubtractionOperators_3_TResult')
|
892
|
+
class ISubtractionOperators_3(typing.Generic[ISubtractionOperators_3_TSelf, ISubtractionOperators_3_TOther, ISubtractionOperators_3_TResult], typing.Protocol):
|
893
|
+
# Operator not supported op_CheckedSubtraction(left: TSelf, right: TOther)
|
894
|
+
@abc.abstractmethod
|
895
|
+
def __sub__(self, left: ISubtractionOperators_3_TSelf, right: ISubtractionOperators_3_TOther) -> ISubtractionOperators_3_TResult: ...
|
896
|
+
|
897
|
+
|
898
|
+
class ITrigonometricFunctions_GenericClasses(abc.ABCMeta):
|
899
|
+
Generic_ITrigonometricFunctions_GenericClasses_ITrigonometricFunctions_1_TSelf = typing.TypeVar('Generic_ITrigonometricFunctions_GenericClasses_ITrigonometricFunctions_1_TSelf')
|
900
|
+
def __getitem__(self, types : typing.Type[Generic_ITrigonometricFunctions_GenericClasses_ITrigonometricFunctions_1_TSelf]) -> typing.Type[ITrigonometricFunctions_1[Generic_ITrigonometricFunctions_GenericClasses_ITrigonometricFunctions_1_TSelf]]: ...
|
901
|
+
|
902
|
+
ITrigonometricFunctions : ITrigonometricFunctions_GenericClasses
|
903
|
+
|
904
|
+
ITrigonometricFunctions_1_TSelf = typing.TypeVar('ITrigonometricFunctions_1_TSelf')
|
905
|
+
class ITrigonometricFunctions_1(typing.Generic[ITrigonometricFunctions_1_TSelf], IFloatingPointConstants_1[ITrigonometricFunctions_1_TSelf], typing.Protocol):
|
906
|
+
@staticmethod
|
907
|
+
@abc.abstractmethod
|
908
|
+
def Acos(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
909
|
+
@staticmethod
|
910
|
+
@abc.abstractmethod
|
911
|
+
def AcosPi(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
912
|
+
@staticmethod
|
913
|
+
@abc.abstractmethod
|
914
|
+
def Asin(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
915
|
+
@staticmethod
|
916
|
+
@abc.abstractmethod
|
917
|
+
def AsinPi(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
918
|
+
@staticmethod
|
919
|
+
@abc.abstractmethod
|
920
|
+
def Atan(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
921
|
+
@staticmethod
|
922
|
+
@abc.abstractmethod
|
923
|
+
def AtanPi(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
924
|
+
@staticmethod
|
925
|
+
@abc.abstractmethod
|
926
|
+
def Cos(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
927
|
+
@staticmethod
|
928
|
+
@abc.abstractmethod
|
929
|
+
def CosPi(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
930
|
+
@staticmethod
|
931
|
+
def DegreesToRadians(degrees: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
932
|
+
@staticmethod
|
933
|
+
def RadiansToDegrees(radians: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
934
|
+
@staticmethod
|
935
|
+
@abc.abstractmethod
|
936
|
+
def Sin(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
937
|
+
@staticmethod
|
938
|
+
@abc.abstractmethod
|
939
|
+
def SinCos(x: ITrigonometricFunctions_1_TSelf) -> ValueTuple_2[ITrigonometricFunctions_1_TSelf, ITrigonometricFunctions_1_TSelf]: ...
|
940
|
+
@staticmethod
|
941
|
+
@abc.abstractmethod
|
942
|
+
def SinCosPi(x: ITrigonometricFunctions_1_TSelf) -> ValueTuple_2[ITrigonometricFunctions_1_TSelf, ITrigonometricFunctions_1_TSelf]: ...
|
943
|
+
@staticmethod
|
944
|
+
@abc.abstractmethod
|
945
|
+
def SinPi(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
946
|
+
@staticmethod
|
947
|
+
@abc.abstractmethod
|
948
|
+
def Tan(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
949
|
+
@staticmethod
|
950
|
+
@abc.abstractmethod
|
951
|
+
def TanPi(x: ITrigonometricFunctions_1_TSelf) -> ITrigonometricFunctions_1_TSelf: ...
|
952
|
+
|
953
|
+
|
954
|
+
class IUnaryNegationOperators_GenericClasses(abc.ABCMeta):
|
955
|
+
Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TSelf = typing.TypeVar('Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TSelf')
|
956
|
+
Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TResult = typing.TypeVar('Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TResult')
|
957
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TSelf], typing.Type[Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TResult]]) -> typing.Type[IUnaryNegationOperators_2[Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TSelf, Generic_IUnaryNegationOperators_GenericClasses_IUnaryNegationOperators_2_TResult]]: ...
|
958
|
+
|
959
|
+
IUnaryNegationOperators : IUnaryNegationOperators_GenericClasses
|
960
|
+
|
961
|
+
IUnaryNegationOperators_2_TSelf = typing.TypeVar('IUnaryNegationOperators_2_TSelf')
|
962
|
+
IUnaryNegationOperators_2_TResult = typing.TypeVar('IUnaryNegationOperators_2_TResult')
|
963
|
+
class IUnaryNegationOperators_2(typing.Generic[IUnaryNegationOperators_2_TSelf, IUnaryNegationOperators_2_TResult], typing.Protocol):
|
964
|
+
# Operator not supported op_CheckedUnaryNegation(value: TSelf)
|
965
|
+
@abc.abstractmethod
|
966
|
+
def __neg__(self, value: IUnaryNegationOperators_2_TSelf) -> IUnaryNegationOperators_2_TResult: ...
|
967
|
+
|
968
|
+
|
969
|
+
class IUnaryPlusOperators_GenericClasses(abc.ABCMeta):
|
970
|
+
Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TSelf = typing.TypeVar('Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TSelf')
|
971
|
+
Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TResult = typing.TypeVar('Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TResult')
|
972
|
+
def __getitem__(self, types : typing.Tuple[typing.Type[Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TSelf], typing.Type[Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TResult]]) -> typing.Type[IUnaryPlusOperators_2[Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TSelf, Generic_IUnaryPlusOperators_GenericClasses_IUnaryPlusOperators_2_TResult]]: ...
|
973
|
+
|
974
|
+
IUnaryPlusOperators : IUnaryPlusOperators_GenericClasses
|
975
|
+
|
976
|
+
IUnaryPlusOperators_2_TSelf = typing.TypeVar('IUnaryPlusOperators_2_TSelf')
|
977
|
+
IUnaryPlusOperators_2_TResult = typing.TypeVar('IUnaryPlusOperators_2_TResult')
|
978
|
+
class IUnaryPlusOperators_2(typing.Generic[IUnaryPlusOperators_2_TSelf, IUnaryPlusOperators_2_TResult], typing.Protocol):
|
979
|
+
@abc.abstractmethod
|
980
|
+
def __pos__(self, value: IUnaryPlusOperators_2_TSelf) -> IUnaryPlusOperators_2_TResult: ...
|
981
|
+
|
982
|
+
|
983
|
+
class IUnsignedNumber_GenericClasses(abc.ABCMeta):
|
984
|
+
Generic_IUnsignedNumber_GenericClasses_IUnsignedNumber_1_TSelf = typing.TypeVar('Generic_IUnsignedNumber_GenericClasses_IUnsignedNumber_1_TSelf')
|
985
|
+
def __getitem__(self, types : typing.Type[Generic_IUnsignedNumber_GenericClasses_IUnsignedNumber_1_TSelf]) -> typing.Type[IUnsignedNumber_1[Generic_IUnsignedNumber_GenericClasses_IUnsignedNumber_1_TSelf]]: ...
|
986
|
+
|
987
|
+
IUnsignedNumber : IUnsignedNumber_GenericClasses
|
988
|
+
|
989
|
+
IUnsignedNumber_1_TSelf = typing.TypeVar('IUnsignedNumber_1_TSelf')
|
990
|
+
class IUnsignedNumber_1(typing.Generic[IUnsignedNumber_1_TSelf], INumberBase_1[IUnsignedNumber_1_TSelf], typing.Protocol):
|
991
|
+
pass
|
992
|
+
|
993
|
+
|
994
|
+
class Matrix3x2(IEquatable_1[Matrix3x2]):
|
995
|
+
def __init__(self, m11: float, m12: float, m21: float, m22: float, m31: float, m32: float) -> None: ...
|
996
|
+
M11 : float
|
997
|
+
M12 : float
|
998
|
+
M21 : float
|
999
|
+
M22 : float
|
1000
|
+
M31 : float
|
1001
|
+
M32 : float
|
1002
|
+
@classmethod
|
1003
|
+
@property
|
1004
|
+
def Identity(cls) -> Matrix3x2: ...
|
1005
|
+
@property
|
1006
|
+
def IsIdentity(self) -> bool: ...
|
1007
|
+
@property
|
1008
|
+
def Item(self) -> float: ...
|
1009
|
+
@Item.setter
|
1010
|
+
def Item(self, value: float) -> float: ...
|
1011
|
+
@property
|
1012
|
+
def Translation(self) -> Vector2: ...
|
1013
|
+
@Translation.setter
|
1014
|
+
def Translation(self, value: Vector2) -> Vector2: ...
|
1015
|
+
@staticmethod
|
1016
|
+
def Add(value1: Matrix3x2, value2: Matrix3x2) -> Matrix3x2: ...
|
1017
|
+
def GetDeterminant(self) -> float: ...
|
1018
|
+
def GetHashCode(self) -> int: ...
|
1019
|
+
@staticmethod
|
1020
|
+
def Invert(matrix: Matrix3x2, result: clr.Reference[Matrix3x2]) -> bool: ...
|
1021
|
+
@staticmethod
|
1022
|
+
def Lerp(matrix1: Matrix3x2, matrix2: Matrix3x2, amount: float) -> Matrix3x2: ...
|
1023
|
+
@staticmethod
|
1024
|
+
def Negate(value: Matrix3x2) -> Matrix3x2: ...
|
1025
|
+
def __add__(self, value1: Matrix3x2, value2: Matrix3x2) -> Matrix3x2: ...
|
1026
|
+
def __eq__(self, value1: Matrix3x2, value2: Matrix3x2) -> bool: ...
|
1027
|
+
def __ne__(self, value1: Matrix3x2, value2: Matrix3x2) -> bool: ...
|
1028
|
+
@typing.overload
|
1029
|
+
def __mul__(self, value1: Matrix3x2, value2: float) -> Matrix3x2: ...
|
1030
|
+
@typing.overload
|
1031
|
+
def __mul__(self, value1: Matrix3x2, value2: Matrix3x2) -> Matrix3x2: ...
|
1032
|
+
def __sub__(self, value1: Matrix3x2, value2: Matrix3x2) -> Matrix3x2: ...
|
1033
|
+
def __neg__(self, value: Matrix3x2) -> Matrix3x2: ...
|
1034
|
+
@staticmethod
|
1035
|
+
def Subtract(value1: Matrix3x2, value2: Matrix3x2) -> Matrix3x2: ...
|
1036
|
+
def ToString(self) -> str: ...
|
1037
|
+
# Skipped CreateRotation due to it being static, abstract and generic.
|
1038
|
+
|
1039
|
+
CreateRotation : CreateRotation_MethodGroup
|
1040
|
+
class CreateRotation_MethodGroup:
|
1041
|
+
@typing.overload
|
1042
|
+
def __call__(self, radians: float) -> Matrix3x2:...
|
1043
|
+
@typing.overload
|
1044
|
+
def __call__(self, radians: float, centerPoint: Vector2) -> Matrix3x2:...
|
1045
|
+
|
1046
|
+
# Skipped CreateScale due to it being static, abstract and generic.
|
1047
|
+
|
1048
|
+
CreateScale : CreateScale_MethodGroup
|
1049
|
+
class CreateScale_MethodGroup:
|
1050
|
+
@typing.overload
|
1051
|
+
def __call__(self, scale: float) -> Matrix3x2:...
|
1052
|
+
@typing.overload
|
1053
|
+
def __call__(self, scales: Vector2) -> Matrix3x2:...
|
1054
|
+
@typing.overload
|
1055
|
+
def __call__(self, xScale: float, yScale: float) -> Matrix3x2:...
|
1056
|
+
@typing.overload
|
1057
|
+
def __call__(self, scale: float, centerPoint: Vector2) -> Matrix3x2:...
|
1058
|
+
@typing.overload
|
1059
|
+
def __call__(self, scales: Vector2, centerPoint: Vector2) -> Matrix3x2:...
|
1060
|
+
@typing.overload
|
1061
|
+
def __call__(self, xScale: float, yScale: float, centerPoint: Vector2) -> Matrix3x2:...
|
1062
|
+
|
1063
|
+
# Skipped CreateSkew due to it being static, abstract and generic.
|
1064
|
+
|
1065
|
+
CreateSkew : CreateSkew_MethodGroup
|
1066
|
+
class CreateSkew_MethodGroup:
|
1067
|
+
@typing.overload
|
1068
|
+
def __call__(self, radiansX: float, radiansY: float) -> Matrix3x2:...
|
1069
|
+
@typing.overload
|
1070
|
+
def __call__(self, radiansX: float, radiansY: float, centerPoint: Vector2) -> Matrix3x2:...
|
1071
|
+
|
1072
|
+
# Skipped CreateTranslation due to it being static, abstract and generic.
|
1073
|
+
|
1074
|
+
CreateTranslation : CreateTranslation_MethodGroup
|
1075
|
+
class CreateTranslation_MethodGroup:
|
1076
|
+
@typing.overload
|
1077
|
+
def __call__(self, position: Vector2) -> Matrix3x2:...
|
1078
|
+
@typing.overload
|
1079
|
+
def __call__(self, xPosition: float, yPosition: float) -> Matrix3x2:...
|
1080
|
+
|
1081
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1082
|
+
|
1083
|
+
Equals : Equals_MethodGroup
|
1084
|
+
class Equals_MethodGroup:
|
1085
|
+
@typing.overload
|
1086
|
+
def __call__(self, other: Matrix3x2) -> bool:...
|
1087
|
+
@typing.overload
|
1088
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1089
|
+
|
1090
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
1091
|
+
|
1092
|
+
Multiply : Multiply_MethodGroup
|
1093
|
+
class Multiply_MethodGroup:
|
1094
|
+
@typing.overload
|
1095
|
+
def __call__(self, value1: Matrix3x2, value2: float) -> Matrix3x2:...
|
1096
|
+
@typing.overload
|
1097
|
+
def __call__(self, value1: Matrix3x2, value2: Matrix3x2) -> Matrix3x2:...
|
1098
|
+
|
1099
|
+
|
1100
|
+
|
1101
|
+
class Matrix4x4(IEquatable_1[Matrix4x4]):
|
1102
|
+
@typing.overload
|
1103
|
+
def __init__(self, m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float) -> None: ...
|
1104
|
+
@typing.overload
|
1105
|
+
def __init__(self, value: Matrix3x2) -> None: ...
|
1106
|
+
M11 : float
|
1107
|
+
M12 : float
|
1108
|
+
M13 : float
|
1109
|
+
M14 : float
|
1110
|
+
M21 : float
|
1111
|
+
M22 : float
|
1112
|
+
M23 : float
|
1113
|
+
M24 : float
|
1114
|
+
M31 : float
|
1115
|
+
M32 : float
|
1116
|
+
M33 : float
|
1117
|
+
M34 : float
|
1118
|
+
M41 : float
|
1119
|
+
M42 : float
|
1120
|
+
M43 : float
|
1121
|
+
M44 : float
|
1122
|
+
@classmethod
|
1123
|
+
@property
|
1124
|
+
def Identity(cls) -> Matrix4x4: ...
|
1125
|
+
@property
|
1126
|
+
def IsIdentity(self) -> bool: ...
|
1127
|
+
@property
|
1128
|
+
def Item(self) -> float: ...
|
1129
|
+
@Item.setter
|
1130
|
+
def Item(self, value: float) -> float: ...
|
1131
|
+
@property
|
1132
|
+
def Translation(self) -> Vector3: ...
|
1133
|
+
@Translation.setter
|
1134
|
+
def Translation(self, value: Vector3) -> Vector3: ...
|
1135
|
+
@staticmethod
|
1136
|
+
def Add(value1: Matrix4x4, value2: Matrix4x4) -> Matrix4x4: ...
|
1137
|
+
@staticmethod
|
1138
|
+
def CreateBillboard(objectPosition: Vector3, cameraPosition: Vector3, cameraUpVector: Vector3, cameraForwardVector: Vector3) -> Matrix4x4: ...
|
1139
|
+
@staticmethod
|
1140
|
+
def CreateConstrainedBillboard(objectPosition: Vector3, cameraPosition: Vector3, rotateAxis: Vector3, cameraForwardVector: Vector3, objectForwardVector: Vector3) -> Matrix4x4: ...
|
1141
|
+
@staticmethod
|
1142
|
+
def CreateFromAxisAngle(axis: Vector3, angle: float) -> Matrix4x4: ...
|
1143
|
+
@staticmethod
|
1144
|
+
def CreateFromQuaternion(quaternion: Quaternion) -> Matrix4x4: ...
|
1145
|
+
@staticmethod
|
1146
|
+
def CreateFromYawPitchRoll(yaw: float, pitch: float, roll: float) -> Matrix4x4: ...
|
1147
|
+
@staticmethod
|
1148
|
+
def CreateLookAt(cameraPosition: Vector3, cameraTarget: Vector3, cameraUpVector: Vector3) -> Matrix4x4: ...
|
1149
|
+
@staticmethod
|
1150
|
+
def CreateLookAtLeftHanded(cameraPosition: Vector3, cameraTarget: Vector3, cameraUpVector: Vector3) -> Matrix4x4: ...
|
1151
|
+
@staticmethod
|
1152
|
+
def CreateLookTo(cameraPosition: Vector3, cameraDirection: Vector3, cameraUpVector: Vector3) -> Matrix4x4: ...
|
1153
|
+
@staticmethod
|
1154
|
+
def CreateLookToLeftHanded(cameraPosition: Vector3, cameraDirection: Vector3, cameraUpVector: Vector3) -> Matrix4x4: ...
|
1155
|
+
@staticmethod
|
1156
|
+
def CreateOrthographic(width: float, height: float, zNearPlane: float, zFarPlane: float) -> Matrix4x4: ...
|
1157
|
+
@staticmethod
|
1158
|
+
def CreateOrthographicLeftHanded(width: float, height: float, zNearPlane: float, zFarPlane: float) -> Matrix4x4: ...
|
1159
|
+
@staticmethod
|
1160
|
+
def CreateOrthographicOffCenter(left: float, right: float, bottom: float, top: float, zNearPlane: float, zFarPlane: float) -> Matrix4x4: ...
|
1161
|
+
@staticmethod
|
1162
|
+
def CreateOrthographicOffCenterLeftHanded(left: float, right: float, bottom: float, top: float, zNearPlane: float, zFarPlane: float) -> Matrix4x4: ...
|
1163
|
+
@staticmethod
|
1164
|
+
def CreatePerspective(width: float, height: float, nearPlaneDistance: float, farPlaneDistance: float) -> Matrix4x4: ...
|
1165
|
+
@staticmethod
|
1166
|
+
def CreatePerspectiveFieldOfView(fieldOfView: float, aspectRatio: float, nearPlaneDistance: float, farPlaneDistance: float) -> Matrix4x4: ...
|
1167
|
+
@staticmethod
|
1168
|
+
def CreatePerspectiveFieldOfViewLeftHanded(fieldOfView: float, aspectRatio: float, nearPlaneDistance: float, farPlaneDistance: float) -> Matrix4x4: ...
|
1169
|
+
@staticmethod
|
1170
|
+
def CreatePerspectiveLeftHanded(width: float, height: float, nearPlaneDistance: float, farPlaneDistance: float) -> Matrix4x4: ...
|
1171
|
+
@staticmethod
|
1172
|
+
def CreatePerspectiveOffCenter(left: float, right: float, bottom: float, top: float, nearPlaneDistance: float, farPlaneDistance: float) -> Matrix4x4: ...
|
1173
|
+
@staticmethod
|
1174
|
+
def CreatePerspectiveOffCenterLeftHanded(left: float, right: float, bottom: float, top: float, nearPlaneDistance: float, farPlaneDistance: float) -> Matrix4x4: ...
|
1175
|
+
@staticmethod
|
1176
|
+
def CreateReflection(value: Plane) -> Matrix4x4: ...
|
1177
|
+
@staticmethod
|
1178
|
+
def CreateShadow(lightDirection: Vector3, plane: Plane) -> Matrix4x4: ...
|
1179
|
+
@staticmethod
|
1180
|
+
def CreateViewport(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float) -> Matrix4x4: ...
|
1181
|
+
@staticmethod
|
1182
|
+
def CreateViewportLeftHanded(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float) -> Matrix4x4: ...
|
1183
|
+
@staticmethod
|
1184
|
+
def CreateWorld(position: Vector3, forward: Vector3, up: Vector3) -> Matrix4x4: ...
|
1185
|
+
@staticmethod
|
1186
|
+
def Decompose(matrix: Matrix4x4, scale: clr.Reference[Vector3], rotation: clr.Reference[Quaternion], translation: clr.Reference[Vector3]) -> bool: ...
|
1187
|
+
def GetDeterminant(self) -> float: ...
|
1188
|
+
def GetHashCode(self) -> int: ...
|
1189
|
+
@staticmethod
|
1190
|
+
def Invert(matrix: Matrix4x4, result: clr.Reference[Matrix4x4]) -> bool: ...
|
1191
|
+
@staticmethod
|
1192
|
+
def Lerp(matrix1: Matrix4x4, matrix2: Matrix4x4, amount: float) -> Matrix4x4: ...
|
1193
|
+
@staticmethod
|
1194
|
+
def Negate(value: Matrix4x4) -> Matrix4x4: ...
|
1195
|
+
def __add__(self, value1: Matrix4x4, value2: Matrix4x4) -> Matrix4x4: ...
|
1196
|
+
def __eq__(self, value1: Matrix4x4, value2: Matrix4x4) -> bool: ...
|
1197
|
+
def __ne__(self, value1: Matrix4x4, value2: Matrix4x4) -> bool: ...
|
1198
|
+
@typing.overload
|
1199
|
+
def __mul__(self, value1: Matrix4x4, value2: float) -> Matrix4x4: ...
|
1200
|
+
@typing.overload
|
1201
|
+
def __mul__(self, value1: Matrix4x4, value2: Matrix4x4) -> Matrix4x4: ...
|
1202
|
+
def __sub__(self, value1: Matrix4x4, value2: Matrix4x4) -> Matrix4x4: ...
|
1203
|
+
def __neg__(self, value: Matrix4x4) -> Matrix4x4: ...
|
1204
|
+
@staticmethod
|
1205
|
+
def Subtract(value1: Matrix4x4, value2: Matrix4x4) -> Matrix4x4: ...
|
1206
|
+
def ToString(self) -> str: ...
|
1207
|
+
@staticmethod
|
1208
|
+
def Transform(value: Matrix4x4, rotation: Quaternion) -> Matrix4x4: ...
|
1209
|
+
@staticmethod
|
1210
|
+
def Transpose(matrix: Matrix4x4) -> Matrix4x4: ...
|
1211
|
+
# Skipped CreateRotationX due to it being static, abstract and generic.
|
1212
|
+
|
1213
|
+
CreateRotationX : CreateRotationX_MethodGroup
|
1214
|
+
class CreateRotationX_MethodGroup:
|
1215
|
+
@typing.overload
|
1216
|
+
def __call__(self, radians: float) -> Matrix4x4:...
|
1217
|
+
@typing.overload
|
1218
|
+
def __call__(self, radians: float, centerPoint: Vector3) -> Matrix4x4:...
|
1219
|
+
|
1220
|
+
# Skipped CreateRotationY due to it being static, abstract and generic.
|
1221
|
+
|
1222
|
+
CreateRotationY : CreateRotationY_MethodGroup
|
1223
|
+
class CreateRotationY_MethodGroup:
|
1224
|
+
@typing.overload
|
1225
|
+
def __call__(self, radians: float) -> Matrix4x4:...
|
1226
|
+
@typing.overload
|
1227
|
+
def __call__(self, radians: float, centerPoint: Vector3) -> Matrix4x4:...
|
1228
|
+
|
1229
|
+
# Skipped CreateRotationZ due to it being static, abstract and generic.
|
1230
|
+
|
1231
|
+
CreateRotationZ : CreateRotationZ_MethodGroup
|
1232
|
+
class CreateRotationZ_MethodGroup:
|
1233
|
+
@typing.overload
|
1234
|
+
def __call__(self, radians: float) -> Matrix4x4:...
|
1235
|
+
@typing.overload
|
1236
|
+
def __call__(self, radians: float, centerPoint: Vector3) -> Matrix4x4:...
|
1237
|
+
|
1238
|
+
# Skipped CreateScale due to it being static, abstract and generic.
|
1239
|
+
|
1240
|
+
CreateScale : CreateScale_MethodGroup
|
1241
|
+
class CreateScale_MethodGroup:
|
1242
|
+
@typing.overload
|
1243
|
+
def __call__(self, scale: float) -> Matrix4x4:...
|
1244
|
+
@typing.overload
|
1245
|
+
def __call__(self, scales: Vector3) -> Matrix4x4:...
|
1246
|
+
@typing.overload
|
1247
|
+
def __call__(self, scale: float, centerPoint: Vector3) -> Matrix4x4:...
|
1248
|
+
@typing.overload
|
1249
|
+
def __call__(self, scales: Vector3, centerPoint: Vector3) -> Matrix4x4:...
|
1250
|
+
@typing.overload
|
1251
|
+
def __call__(self, xScale: float, yScale: float, zScale: float) -> Matrix4x4:...
|
1252
|
+
@typing.overload
|
1253
|
+
def __call__(self, xScale: float, yScale: float, zScale: float, centerPoint: Vector3) -> Matrix4x4:...
|
1254
|
+
|
1255
|
+
# Skipped CreateTranslation due to it being static, abstract and generic.
|
1256
|
+
|
1257
|
+
CreateTranslation : CreateTranslation_MethodGroup
|
1258
|
+
class CreateTranslation_MethodGroup:
|
1259
|
+
@typing.overload
|
1260
|
+
def __call__(self, position: Vector3) -> Matrix4x4:...
|
1261
|
+
@typing.overload
|
1262
|
+
def __call__(self, xPosition: float, yPosition: float, zPosition: float) -> Matrix4x4:...
|
1263
|
+
|
1264
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1265
|
+
|
1266
|
+
Equals : Equals_MethodGroup
|
1267
|
+
class Equals_MethodGroup:
|
1268
|
+
@typing.overload
|
1269
|
+
def __call__(self, other: Matrix4x4) -> bool:...
|
1270
|
+
@typing.overload
|
1271
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1272
|
+
|
1273
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
1274
|
+
|
1275
|
+
Multiply : Multiply_MethodGroup
|
1276
|
+
class Multiply_MethodGroup:
|
1277
|
+
@typing.overload
|
1278
|
+
def __call__(self, value1: Matrix4x4, value2: float) -> Matrix4x4:...
|
1279
|
+
@typing.overload
|
1280
|
+
def __call__(self, value1: Matrix4x4, value2: Matrix4x4) -> Matrix4x4:...
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
class Plane(IEquatable_1[Plane]):
|
1285
|
+
@typing.overload
|
1286
|
+
def __init__(self, normal: Vector3, d: float) -> None: ...
|
1287
|
+
@typing.overload
|
1288
|
+
def __init__(self, value: Vector4) -> None: ...
|
1289
|
+
@typing.overload
|
1290
|
+
def __init__(self, x: float, y: float, z: float, d: float) -> None: ...
|
1291
|
+
D : float
|
1292
|
+
Normal : Vector3
|
1293
|
+
@staticmethod
|
1294
|
+
def CreateFromVertices(point1: Vector3, point2: Vector3, point3: Vector3) -> Plane: ...
|
1295
|
+
@staticmethod
|
1296
|
+
def Dot(plane: Plane, value: Vector4) -> float: ...
|
1297
|
+
@staticmethod
|
1298
|
+
def DotCoordinate(plane: Plane, value: Vector3) -> float: ...
|
1299
|
+
@staticmethod
|
1300
|
+
def DotNormal(plane: Plane, value: Vector3) -> float: ...
|
1301
|
+
def GetHashCode(self) -> int: ...
|
1302
|
+
@staticmethod
|
1303
|
+
def Normalize(value: Plane) -> Plane: ...
|
1304
|
+
def __eq__(self, value1: Plane, value2: Plane) -> bool: ...
|
1305
|
+
def __ne__(self, value1: Plane, value2: Plane) -> bool: ...
|
1306
|
+
def ToString(self) -> str: ...
|
1307
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1308
|
+
|
1309
|
+
Equals : Equals_MethodGroup
|
1310
|
+
class Equals_MethodGroup:
|
1311
|
+
@typing.overload
|
1312
|
+
def __call__(self, other: Plane) -> bool:...
|
1313
|
+
@typing.overload
|
1314
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1315
|
+
|
1316
|
+
# Skipped Transform due to it being static, abstract and generic.
|
1317
|
+
|
1318
|
+
Transform : Transform_MethodGroup
|
1319
|
+
class Transform_MethodGroup:
|
1320
|
+
@typing.overload
|
1321
|
+
def __call__(self, plane: Plane, matrix: Matrix4x4) -> Plane:...
|
1322
|
+
@typing.overload
|
1323
|
+
def __call__(self, plane: Plane, rotation: Quaternion) -> Plane:...
|
1324
|
+
|
1325
|
+
|
1326
|
+
|
1327
|
+
class Quaternion(IEquatable_1[Quaternion]):
|
1328
|
+
@typing.overload
|
1329
|
+
def __init__(self, vectorPart: Vector3, scalarPart: float) -> None: ...
|
1330
|
+
@typing.overload
|
1331
|
+
def __init__(self, x: float, y: float, z: float, w: float) -> None: ...
|
1332
|
+
W : float
|
1333
|
+
X : float
|
1334
|
+
Y : float
|
1335
|
+
Z : float
|
1336
|
+
@classmethod
|
1337
|
+
@property
|
1338
|
+
def Identity(cls) -> Quaternion: ...
|
1339
|
+
@property
|
1340
|
+
def IsIdentity(self) -> bool: ...
|
1341
|
+
@property
|
1342
|
+
def Item(self) -> float: ...
|
1343
|
+
@Item.setter
|
1344
|
+
def Item(self, value: float) -> float: ...
|
1345
|
+
@classmethod
|
1346
|
+
@property
|
1347
|
+
def Zero(cls) -> Quaternion: ...
|
1348
|
+
@staticmethod
|
1349
|
+
def Add(value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1350
|
+
@staticmethod
|
1351
|
+
def Concatenate(value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1352
|
+
@staticmethod
|
1353
|
+
def Conjugate(value: Quaternion) -> Quaternion: ...
|
1354
|
+
@staticmethod
|
1355
|
+
def CreateFromAxisAngle(axis: Vector3, angle: float) -> Quaternion: ...
|
1356
|
+
@staticmethod
|
1357
|
+
def CreateFromRotationMatrix(matrix: Matrix4x4) -> Quaternion: ...
|
1358
|
+
@staticmethod
|
1359
|
+
def CreateFromYawPitchRoll(yaw: float, pitch: float, roll: float) -> Quaternion: ...
|
1360
|
+
@staticmethod
|
1361
|
+
def Divide(value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1362
|
+
@staticmethod
|
1363
|
+
def Dot(quaternion1: Quaternion, quaternion2: Quaternion) -> float: ...
|
1364
|
+
def GetHashCode(self) -> int: ...
|
1365
|
+
@staticmethod
|
1366
|
+
def Inverse(value: Quaternion) -> Quaternion: ...
|
1367
|
+
def Length(self) -> float: ...
|
1368
|
+
def LengthSquared(self) -> float: ...
|
1369
|
+
@staticmethod
|
1370
|
+
def Lerp(quaternion1: Quaternion, quaternion2: Quaternion, amount: float) -> Quaternion: ...
|
1371
|
+
@staticmethod
|
1372
|
+
def Negate(value: Quaternion) -> Quaternion: ...
|
1373
|
+
@staticmethod
|
1374
|
+
def Normalize(value: Quaternion) -> Quaternion: ...
|
1375
|
+
def __add__(self, value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1376
|
+
def __truediv__(self, value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1377
|
+
def __eq__(self, value1: Quaternion, value2: Quaternion) -> bool: ...
|
1378
|
+
def __ne__(self, value1: Quaternion, value2: Quaternion) -> bool: ...
|
1379
|
+
@typing.overload
|
1380
|
+
def __mul__(self, value1: Quaternion, value2: float) -> Quaternion: ...
|
1381
|
+
@typing.overload
|
1382
|
+
def __mul__(self, value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1383
|
+
def __sub__(self, value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1384
|
+
def __neg__(self, value: Quaternion) -> Quaternion: ...
|
1385
|
+
@staticmethod
|
1386
|
+
def Slerp(quaternion1: Quaternion, quaternion2: Quaternion, amount: float) -> Quaternion: ...
|
1387
|
+
@staticmethod
|
1388
|
+
def Subtract(value1: Quaternion, value2: Quaternion) -> Quaternion: ...
|
1389
|
+
def ToString(self) -> str: ...
|
1390
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1391
|
+
|
1392
|
+
Equals : Equals_MethodGroup
|
1393
|
+
class Equals_MethodGroup:
|
1394
|
+
@typing.overload
|
1395
|
+
def __call__(self, other: Quaternion) -> bool:...
|
1396
|
+
@typing.overload
|
1397
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1398
|
+
|
1399
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
1400
|
+
|
1401
|
+
Multiply : Multiply_MethodGroup
|
1402
|
+
class Multiply_MethodGroup:
|
1403
|
+
@typing.overload
|
1404
|
+
def __call__(self, value1: Quaternion, value2: float) -> Quaternion:...
|
1405
|
+
@typing.overload
|
1406
|
+
def __call__(self, value1: Quaternion, value2: Quaternion) -> Quaternion:...
|
1407
|
+
|
1408
|
+
|
1409
|
+
|
1410
|
+
class TotalOrderIeee754Comparer_GenericClasses(abc.ABCMeta):
|
1411
|
+
Generic_TotalOrderIeee754Comparer_GenericClasses_TotalOrderIeee754Comparer_1_T = typing.TypeVar('Generic_TotalOrderIeee754Comparer_GenericClasses_TotalOrderIeee754Comparer_1_T')
|
1412
|
+
def __getitem__(self, types : typing.Type[Generic_TotalOrderIeee754Comparer_GenericClasses_TotalOrderIeee754Comparer_1_T]) -> typing.Type[TotalOrderIeee754Comparer_1[Generic_TotalOrderIeee754Comparer_GenericClasses_TotalOrderIeee754Comparer_1_T]]: ...
|
1413
|
+
|
1414
|
+
TotalOrderIeee754Comparer : TotalOrderIeee754Comparer_GenericClasses
|
1415
|
+
|
1416
|
+
TotalOrderIeee754Comparer_1_T = typing.TypeVar('TotalOrderIeee754Comparer_1_T')
|
1417
|
+
class TotalOrderIeee754Comparer_1(typing.Generic[TotalOrderIeee754Comparer_1_T], IEquatable_1[TotalOrderIeee754Comparer_1[TotalOrderIeee754Comparer_1_T]], IEqualityComparer_1[TotalOrderIeee754Comparer_1_T], IComparer_1[TotalOrderIeee754Comparer_1_T]):
|
1418
|
+
def Compare(self, x: TotalOrderIeee754Comparer_1_T, y: TotalOrderIeee754Comparer_1_T) -> int: ...
|
1419
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1420
|
+
|
1421
|
+
Equals : Equals_MethodGroup[TotalOrderIeee754Comparer_1_T]
|
1422
|
+
Equals_MethodGroup_TotalOrderIeee754Comparer_1_T = typing.TypeVar('Equals_MethodGroup_TotalOrderIeee754Comparer_1_T')
|
1423
|
+
class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_TotalOrderIeee754Comparer_1_T]):
|
1424
|
+
Equals_MethodGroup_TotalOrderIeee754Comparer_1_T = TotalOrderIeee754Comparer_1.Equals_MethodGroup_TotalOrderIeee754Comparer_1_T
|
1425
|
+
@typing.overload
|
1426
|
+
def __call__(self, other: TotalOrderIeee754Comparer_1[Equals_MethodGroup_TotalOrderIeee754Comparer_1_T]) -> bool:...
|
1427
|
+
@typing.overload
|
1428
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
1429
|
+
@typing.overload
|
1430
|
+
def __call__(self, x: Equals_MethodGroup_TotalOrderIeee754Comparer_1_T, y: Equals_MethodGroup_TotalOrderIeee754Comparer_1_T) -> bool:...
|
1431
|
+
|
1432
|
+
# Skipped GetHashCode due to it being static, abstract and generic.
|
1433
|
+
|
1434
|
+
GetHashCode : GetHashCode_MethodGroup[TotalOrderIeee754Comparer_1_T]
|
1435
|
+
GetHashCode_MethodGroup_TotalOrderIeee754Comparer_1_T = typing.TypeVar('GetHashCode_MethodGroup_TotalOrderIeee754Comparer_1_T')
|
1436
|
+
class GetHashCode_MethodGroup(typing.Generic[GetHashCode_MethodGroup_TotalOrderIeee754Comparer_1_T]):
|
1437
|
+
GetHashCode_MethodGroup_TotalOrderIeee754Comparer_1_T = TotalOrderIeee754Comparer_1.GetHashCode_MethodGroup_TotalOrderIeee754Comparer_1_T
|
1438
|
+
@typing.overload
|
1439
|
+
def __call__(self) -> int:...
|
1440
|
+
@typing.overload
|
1441
|
+
def __call__(self, obj: GetHashCode_MethodGroup_TotalOrderIeee754Comparer_1_T) -> int:...
|
1442
|
+
|
1443
|
+
|
1444
|
+
|
1445
|
+
class Vector_GenericClasses(abc.ABCMeta):
|
1446
|
+
Generic_Vector_GenericClasses_Vector_1_T = typing.TypeVar('Generic_Vector_GenericClasses_Vector_1_T')
|
1447
|
+
def __getitem__(self, types : typing.Type[Generic_Vector_GenericClasses_Vector_1_T]) -> typing.Type[Vector_1[Generic_Vector_GenericClasses_Vector_1_T]]: ...
|
1448
|
+
|
1449
|
+
class Vector(Vector_0, metaclass =Vector_GenericClasses): ...
|
1450
|
+
|
1451
|
+
class Vector_0(abc.ABC):
|
1452
|
+
@classmethod
|
1453
|
+
@property
|
1454
|
+
def IsHardwareAccelerated(cls) -> bool: ...
|
1455
|
+
@staticmethod
|
1456
|
+
def ConvertToInt32(value: Vector_1[float]) -> Vector_1[int]: ...
|
1457
|
+
@staticmethod
|
1458
|
+
def ConvertToInt64(value: Vector_1[float]) -> Vector_1[int]: ...
|
1459
|
+
@staticmethod
|
1460
|
+
def ConvertToUInt32(value: Vector_1[float]) -> Vector_1[int]: ...
|
1461
|
+
@staticmethod
|
1462
|
+
def ConvertToUInt64(value: Vector_1[float]) -> Vector_1[int]: ...
|
1463
|
+
# Skipped Abs due to it being static, abstract and generic.
|
1464
|
+
|
1465
|
+
Abs : Abs_MethodGroup
|
1466
|
+
class Abs_MethodGroup:
|
1467
|
+
def __getitem__(self, t:typing.Type[Abs_1_T1]) -> Abs_1[Abs_1_T1]: ...
|
1468
|
+
|
1469
|
+
Abs_1_T1 = typing.TypeVar('Abs_1_T1')
|
1470
|
+
class Abs_1(typing.Generic[Abs_1_T1]):
|
1471
|
+
Abs_1_T = Vector_0.Abs_MethodGroup.Abs_1_T1
|
1472
|
+
def __call__(self, value: Vector_1[Abs_1_T]) -> Vector_1[Abs_1_T]:...
|
1473
|
+
|
1474
|
+
|
1475
|
+
# Skipped Add due to it being static, abstract and generic.
|
1476
|
+
|
1477
|
+
Add : Add_MethodGroup
|
1478
|
+
class Add_MethodGroup:
|
1479
|
+
def __getitem__(self, t:typing.Type[Add_1_T1]) -> Add_1[Add_1_T1]: ...
|
1480
|
+
|
1481
|
+
Add_1_T1 = typing.TypeVar('Add_1_T1')
|
1482
|
+
class Add_1(typing.Generic[Add_1_T1]):
|
1483
|
+
Add_1_T = Vector_0.Add_MethodGroup.Add_1_T1
|
1484
|
+
def __call__(self, left: Vector_1[Add_1_T], right: Vector_1[Add_1_T]) -> Vector_1[Add_1_T]:...
|
1485
|
+
|
1486
|
+
|
1487
|
+
# Skipped AndNot due to it being static, abstract and generic.
|
1488
|
+
|
1489
|
+
AndNot : AndNot_MethodGroup
|
1490
|
+
class AndNot_MethodGroup:
|
1491
|
+
def __getitem__(self, t:typing.Type[AndNot_1_T1]) -> AndNot_1[AndNot_1_T1]: ...
|
1492
|
+
|
1493
|
+
AndNot_1_T1 = typing.TypeVar('AndNot_1_T1')
|
1494
|
+
class AndNot_1(typing.Generic[AndNot_1_T1]):
|
1495
|
+
AndNot_1_T = Vector_0.AndNot_MethodGroup.AndNot_1_T1
|
1496
|
+
def __call__(self, left: Vector_1[AndNot_1_T], right: Vector_1[AndNot_1_T]) -> Vector_1[AndNot_1_T]:...
|
1497
|
+
|
1498
|
+
|
1499
|
+
# Skipped As due to it being static, abstract and generic.
|
1500
|
+
|
1501
|
+
As : As_MethodGroup
|
1502
|
+
class As_MethodGroup:
|
1503
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[As_2_T1], typing.Type[As_2_T2]]) -> As_2[As_2_T1, As_2_T2]: ...
|
1504
|
+
|
1505
|
+
As_2_T1 = typing.TypeVar('As_2_T1')
|
1506
|
+
As_2_T2 = typing.TypeVar('As_2_T2')
|
1507
|
+
class As_2(typing.Generic[As_2_T1, As_2_T2]):
|
1508
|
+
As_2_TFrom = Vector_0.As_MethodGroup.As_2_T1
|
1509
|
+
As_2_TTo = Vector_0.As_MethodGroup.As_2_T2
|
1510
|
+
def __call__(self, vector: Vector_1[As_2_TFrom]) -> Vector_1[As_2_TTo]:...
|
1511
|
+
|
1512
|
+
|
1513
|
+
# Skipped AsVectorByte due to it being static, abstract and generic.
|
1514
|
+
|
1515
|
+
AsVectorByte : AsVectorByte_MethodGroup
|
1516
|
+
class AsVectorByte_MethodGroup:
|
1517
|
+
def __getitem__(self, t:typing.Type[AsVectorByte_1_T1]) -> AsVectorByte_1[AsVectorByte_1_T1]: ...
|
1518
|
+
|
1519
|
+
AsVectorByte_1_T1 = typing.TypeVar('AsVectorByte_1_T1')
|
1520
|
+
class AsVectorByte_1(typing.Generic[AsVectorByte_1_T1]):
|
1521
|
+
AsVectorByte_1_T = Vector_0.AsVectorByte_MethodGroup.AsVectorByte_1_T1
|
1522
|
+
def __call__(self, value: Vector_1[AsVectorByte_1_T]) -> Vector_1[int]:...
|
1523
|
+
|
1524
|
+
|
1525
|
+
# Skipped AsVectorDouble due to it being static, abstract and generic.
|
1526
|
+
|
1527
|
+
AsVectorDouble : AsVectorDouble_MethodGroup
|
1528
|
+
class AsVectorDouble_MethodGroup:
|
1529
|
+
def __getitem__(self, t:typing.Type[AsVectorDouble_1_T1]) -> AsVectorDouble_1[AsVectorDouble_1_T1]: ...
|
1530
|
+
|
1531
|
+
AsVectorDouble_1_T1 = typing.TypeVar('AsVectorDouble_1_T1')
|
1532
|
+
class AsVectorDouble_1(typing.Generic[AsVectorDouble_1_T1]):
|
1533
|
+
AsVectorDouble_1_T = Vector_0.AsVectorDouble_MethodGroup.AsVectorDouble_1_T1
|
1534
|
+
def __call__(self, value: Vector_1[AsVectorDouble_1_T]) -> Vector_1[float]:...
|
1535
|
+
|
1536
|
+
|
1537
|
+
# Skipped AsVectorInt16 due to it being static, abstract and generic.
|
1538
|
+
|
1539
|
+
AsVectorInt16 : AsVectorInt16_MethodGroup
|
1540
|
+
class AsVectorInt16_MethodGroup:
|
1541
|
+
def __getitem__(self, t:typing.Type[AsVectorInt16_1_T1]) -> AsVectorInt16_1[AsVectorInt16_1_T1]: ...
|
1542
|
+
|
1543
|
+
AsVectorInt16_1_T1 = typing.TypeVar('AsVectorInt16_1_T1')
|
1544
|
+
class AsVectorInt16_1(typing.Generic[AsVectorInt16_1_T1]):
|
1545
|
+
AsVectorInt16_1_T = Vector_0.AsVectorInt16_MethodGroup.AsVectorInt16_1_T1
|
1546
|
+
def __call__(self, value: Vector_1[AsVectorInt16_1_T]) -> Vector_1[int]:...
|
1547
|
+
|
1548
|
+
|
1549
|
+
# Skipped AsVectorInt32 due to it being static, abstract and generic.
|
1550
|
+
|
1551
|
+
AsVectorInt32 : AsVectorInt32_MethodGroup
|
1552
|
+
class AsVectorInt32_MethodGroup:
|
1553
|
+
def __getitem__(self, t:typing.Type[AsVectorInt32_1_T1]) -> AsVectorInt32_1[AsVectorInt32_1_T1]: ...
|
1554
|
+
|
1555
|
+
AsVectorInt32_1_T1 = typing.TypeVar('AsVectorInt32_1_T1')
|
1556
|
+
class AsVectorInt32_1(typing.Generic[AsVectorInt32_1_T1]):
|
1557
|
+
AsVectorInt32_1_T = Vector_0.AsVectorInt32_MethodGroup.AsVectorInt32_1_T1
|
1558
|
+
def __call__(self, value: Vector_1[AsVectorInt32_1_T]) -> Vector_1[int]:...
|
1559
|
+
|
1560
|
+
|
1561
|
+
# Skipped AsVectorInt64 due to it being static, abstract and generic.
|
1562
|
+
|
1563
|
+
AsVectorInt64 : AsVectorInt64_MethodGroup
|
1564
|
+
class AsVectorInt64_MethodGroup:
|
1565
|
+
def __getitem__(self, t:typing.Type[AsVectorInt64_1_T1]) -> AsVectorInt64_1[AsVectorInt64_1_T1]: ...
|
1566
|
+
|
1567
|
+
AsVectorInt64_1_T1 = typing.TypeVar('AsVectorInt64_1_T1')
|
1568
|
+
class AsVectorInt64_1(typing.Generic[AsVectorInt64_1_T1]):
|
1569
|
+
AsVectorInt64_1_T = Vector_0.AsVectorInt64_MethodGroup.AsVectorInt64_1_T1
|
1570
|
+
def __call__(self, value: Vector_1[AsVectorInt64_1_T]) -> Vector_1[int]:...
|
1571
|
+
|
1572
|
+
|
1573
|
+
# Skipped AsVectorNInt due to it being static, abstract and generic.
|
1574
|
+
|
1575
|
+
AsVectorNInt : AsVectorNInt_MethodGroup
|
1576
|
+
class AsVectorNInt_MethodGroup:
|
1577
|
+
def __getitem__(self, t:typing.Type[AsVectorNInt_1_T1]) -> AsVectorNInt_1[AsVectorNInt_1_T1]: ...
|
1578
|
+
|
1579
|
+
AsVectorNInt_1_T1 = typing.TypeVar('AsVectorNInt_1_T1')
|
1580
|
+
class AsVectorNInt_1(typing.Generic[AsVectorNInt_1_T1]):
|
1581
|
+
AsVectorNInt_1_T = Vector_0.AsVectorNInt_MethodGroup.AsVectorNInt_1_T1
|
1582
|
+
def __call__(self, value: Vector_1[AsVectorNInt_1_T]) -> Vector_1[int]:...
|
1583
|
+
|
1584
|
+
|
1585
|
+
# Skipped AsVectorNUInt due to it being static, abstract and generic.
|
1586
|
+
|
1587
|
+
AsVectorNUInt : AsVectorNUInt_MethodGroup
|
1588
|
+
class AsVectorNUInt_MethodGroup:
|
1589
|
+
def __getitem__(self, t:typing.Type[AsVectorNUInt_1_T1]) -> AsVectorNUInt_1[AsVectorNUInt_1_T1]: ...
|
1590
|
+
|
1591
|
+
AsVectorNUInt_1_T1 = typing.TypeVar('AsVectorNUInt_1_T1')
|
1592
|
+
class AsVectorNUInt_1(typing.Generic[AsVectorNUInt_1_T1]):
|
1593
|
+
AsVectorNUInt_1_T = Vector_0.AsVectorNUInt_MethodGroup.AsVectorNUInt_1_T1
|
1594
|
+
def __call__(self, value: Vector_1[AsVectorNUInt_1_T]) -> Vector_1[UIntPtr]:...
|
1595
|
+
|
1596
|
+
|
1597
|
+
# Skipped AsVectorSByte due to it being static, abstract and generic.
|
1598
|
+
|
1599
|
+
AsVectorSByte : AsVectorSByte_MethodGroup
|
1600
|
+
class AsVectorSByte_MethodGroup:
|
1601
|
+
def __getitem__(self, t:typing.Type[AsVectorSByte_1_T1]) -> AsVectorSByte_1[AsVectorSByte_1_T1]: ...
|
1602
|
+
|
1603
|
+
AsVectorSByte_1_T1 = typing.TypeVar('AsVectorSByte_1_T1')
|
1604
|
+
class AsVectorSByte_1(typing.Generic[AsVectorSByte_1_T1]):
|
1605
|
+
AsVectorSByte_1_T = Vector_0.AsVectorSByte_MethodGroup.AsVectorSByte_1_T1
|
1606
|
+
def __call__(self, value: Vector_1[AsVectorSByte_1_T]) -> Vector_1[int]:...
|
1607
|
+
|
1608
|
+
|
1609
|
+
# Skipped AsVectorSingle due to it being static, abstract and generic.
|
1610
|
+
|
1611
|
+
AsVectorSingle : AsVectorSingle_MethodGroup
|
1612
|
+
class AsVectorSingle_MethodGroup:
|
1613
|
+
def __getitem__(self, t:typing.Type[AsVectorSingle_1_T1]) -> AsVectorSingle_1[AsVectorSingle_1_T1]: ...
|
1614
|
+
|
1615
|
+
AsVectorSingle_1_T1 = typing.TypeVar('AsVectorSingle_1_T1')
|
1616
|
+
class AsVectorSingle_1(typing.Generic[AsVectorSingle_1_T1]):
|
1617
|
+
AsVectorSingle_1_T = Vector_0.AsVectorSingle_MethodGroup.AsVectorSingle_1_T1
|
1618
|
+
def __call__(self, value: Vector_1[AsVectorSingle_1_T]) -> Vector_1[float]:...
|
1619
|
+
|
1620
|
+
|
1621
|
+
# Skipped AsVectorUInt16 due to it being static, abstract and generic.
|
1622
|
+
|
1623
|
+
AsVectorUInt16 : AsVectorUInt16_MethodGroup
|
1624
|
+
class AsVectorUInt16_MethodGroup:
|
1625
|
+
def __getitem__(self, t:typing.Type[AsVectorUInt16_1_T1]) -> AsVectorUInt16_1[AsVectorUInt16_1_T1]: ...
|
1626
|
+
|
1627
|
+
AsVectorUInt16_1_T1 = typing.TypeVar('AsVectorUInt16_1_T1')
|
1628
|
+
class AsVectorUInt16_1(typing.Generic[AsVectorUInt16_1_T1]):
|
1629
|
+
AsVectorUInt16_1_T = Vector_0.AsVectorUInt16_MethodGroup.AsVectorUInt16_1_T1
|
1630
|
+
def __call__(self, value: Vector_1[AsVectorUInt16_1_T]) -> Vector_1[int]:...
|
1631
|
+
|
1632
|
+
|
1633
|
+
# Skipped AsVectorUInt32 due to it being static, abstract and generic.
|
1634
|
+
|
1635
|
+
AsVectorUInt32 : AsVectorUInt32_MethodGroup
|
1636
|
+
class AsVectorUInt32_MethodGroup:
|
1637
|
+
def __getitem__(self, t:typing.Type[AsVectorUInt32_1_T1]) -> AsVectorUInt32_1[AsVectorUInt32_1_T1]: ...
|
1638
|
+
|
1639
|
+
AsVectorUInt32_1_T1 = typing.TypeVar('AsVectorUInt32_1_T1')
|
1640
|
+
class AsVectorUInt32_1(typing.Generic[AsVectorUInt32_1_T1]):
|
1641
|
+
AsVectorUInt32_1_T = Vector_0.AsVectorUInt32_MethodGroup.AsVectorUInt32_1_T1
|
1642
|
+
def __call__(self, value: Vector_1[AsVectorUInt32_1_T]) -> Vector_1[int]:...
|
1643
|
+
|
1644
|
+
|
1645
|
+
# Skipped AsVectorUInt64 due to it being static, abstract and generic.
|
1646
|
+
|
1647
|
+
AsVectorUInt64 : AsVectorUInt64_MethodGroup
|
1648
|
+
class AsVectorUInt64_MethodGroup:
|
1649
|
+
def __getitem__(self, t:typing.Type[AsVectorUInt64_1_T1]) -> AsVectorUInt64_1[AsVectorUInt64_1_T1]: ...
|
1650
|
+
|
1651
|
+
AsVectorUInt64_1_T1 = typing.TypeVar('AsVectorUInt64_1_T1')
|
1652
|
+
class AsVectorUInt64_1(typing.Generic[AsVectorUInt64_1_T1]):
|
1653
|
+
AsVectorUInt64_1_T = Vector_0.AsVectorUInt64_MethodGroup.AsVectorUInt64_1_T1
|
1654
|
+
def __call__(self, value: Vector_1[AsVectorUInt64_1_T]) -> Vector_1[int]:...
|
1655
|
+
|
1656
|
+
|
1657
|
+
# Skipped BitwiseAnd due to it being static, abstract and generic.
|
1658
|
+
|
1659
|
+
BitwiseAnd : BitwiseAnd_MethodGroup
|
1660
|
+
class BitwiseAnd_MethodGroup:
|
1661
|
+
def __getitem__(self, t:typing.Type[BitwiseAnd_1_T1]) -> BitwiseAnd_1[BitwiseAnd_1_T1]: ...
|
1662
|
+
|
1663
|
+
BitwiseAnd_1_T1 = typing.TypeVar('BitwiseAnd_1_T1')
|
1664
|
+
class BitwiseAnd_1(typing.Generic[BitwiseAnd_1_T1]):
|
1665
|
+
BitwiseAnd_1_T = Vector_0.BitwiseAnd_MethodGroup.BitwiseAnd_1_T1
|
1666
|
+
def __call__(self, left: Vector_1[BitwiseAnd_1_T], right: Vector_1[BitwiseAnd_1_T]) -> Vector_1[BitwiseAnd_1_T]:...
|
1667
|
+
|
1668
|
+
|
1669
|
+
# Skipped BitwiseOr due to it being static, abstract and generic.
|
1670
|
+
|
1671
|
+
BitwiseOr : BitwiseOr_MethodGroup
|
1672
|
+
class BitwiseOr_MethodGroup:
|
1673
|
+
def __getitem__(self, t:typing.Type[BitwiseOr_1_T1]) -> BitwiseOr_1[BitwiseOr_1_T1]: ...
|
1674
|
+
|
1675
|
+
BitwiseOr_1_T1 = typing.TypeVar('BitwiseOr_1_T1')
|
1676
|
+
class BitwiseOr_1(typing.Generic[BitwiseOr_1_T1]):
|
1677
|
+
BitwiseOr_1_T = Vector_0.BitwiseOr_MethodGroup.BitwiseOr_1_T1
|
1678
|
+
def __call__(self, left: Vector_1[BitwiseOr_1_T], right: Vector_1[BitwiseOr_1_T]) -> Vector_1[BitwiseOr_1_T]:...
|
1679
|
+
|
1680
|
+
|
1681
|
+
# Skipped Ceiling due to it being static, abstract and generic.
|
1682
|
+
|
1683
|
+
Ceiling : Ceiling_MethodGroup
|
1684
|
+
class Ceiling_MethodGroup:
|
1685
|
+
def __call__(self, value: Vector_1[float]) -> Vector_1[float]:...
|
1686
|
+
# Method Ceiling(value : Vector`1) was skipped since it collides with above method
|
1687
|
+
|
1688
|
+
# Skipped ConditionalSelect due to it being static, abstract and generic.
|
1689
|
+
|
1690
|
+
ConditionalSelect : ConditionalSelect_MethodGroup
|
1691
|
+
class ConditionalSelect_MethodGroup:
|
1692
|
+
def __getitem__(self, t:typing.Type[ConditionalSelect_1_T1]) -> ConditionalSelect_1[ConditionalSelect_1_T1]: ...
|
1693
|
+
|
1694
|
+
ConditionalSelect_1_T1 = typing.TypeVar('ConditionalSelect_1_T1')
|
1695
|
+
class ConditionalSelect_1(typing.Generic[ConditionalSelect_1_T1]):
|
1696
|
+
ConditionalSelect_1_T = Vector_0.ConditionalSelect_MethodGroup.ConditionalSelect_1_T1
|
1697
|
+
def __call__(self, condition: Vector_1[ConditionalSelect_1_T], left: Vector_1[ConditionalSelect_1_T], right: Vector_1[ConditionalSelect_1_T]) -> Vector_1[ConditionalSelect_1_T]:...
|
1698
|
+
|
1699
|
+
def __call__(self, condition: Vector_1[int], left: Vector_1[float], right: Vector_1[float]) -> Vector_1[float]:...
|
1700
|
+
# Method ConditionalSelect(condition : Vector`1, left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1701
|
+
|
1702
|
+
# Skipped ConvertToDouble due to it being static, abstract and generic.
|
1703
|
+
|
1704
|
+
ConvertToDouble : ConvertToDouble_MethodGroup
|
1705
|
+
class ConvertToDouble_MethodGroup:
|
1706
|
+
def __call__(self, value: Vector_1[int]) -> Vector_1[float]:...
|
1707
|
+
# Method ConvertToDouble(value : Vector`1) was skipped since it collides with above method
|
1708
|
+
|
1709
|
+
# Skipped ConvertToSingle due to it being static, abstract and generic.
|
1710
|
+
|
1711
|
+
ConvertToSingle : ConvertToSingle_MethodGroup
|
1712
|
+
class ConvertToSingle_MethodGroup:
|
1713
|
+
def __call__(self, value: Vector_1[int]) -> Vector_1[float]:...
|
1714
|
+
# Method ConvertToSingle(value : Vector`1) was skipped since it collides with above method
|
1715
|
+
|
1716
|
+
# Skipped Divide due to it being static, abstract and generic.
|
1717
|
+
|
1718
|
+
Divide : Divide_MethodGroup
|
1719
|
+
class Divide_MethodGroup:
|
1720
|
+
def __getitem__(self, t:typing.Type[Divide_1_T1]) -> Divide_1[Divide_1_T1]: ...
|
1721
|
+
|
1722
|
+
Divide_1_T1 = typing.TypeVar('Divide_1_T1')
|
1723
|
+
class Divide_1(typing.Generic[Divide_1_T1]):
|
1724
|
+
Divide_1_T = Vector_0.Divide_MethodGroup.Divide_1_T1
|
1725
|
+
@typing.overload
|
1726
|
+
def __call__(self, left: Vector_1[Divide_1_T], right: Vector_1[Divide_1_T]) -> Vector_1[Divide_1_T]:...
|
1727
|
+
@typing.overload
|
1728
|
+
def __call__(self, left: Vector_1[Divide_1_T], right: Divide_1_T) -> Vector_1[Divide_1_T]:...
|
1729
|
+
|
1730
|
+
|
1731
|
+
# Skipped Dot due to it being static, abstract and generic.
|
1732
|
+
|
1733
|
+
Dot : Dot_MethodGroup
|
1734
|
+
class Dot_MethodGroup:
|
1735
|
+
def __getitem__(self, t:typing.Type[Dot_1_T1]) -> Dot_1[Dot_1_T1]: ...
|
1736
|
+
|
1737
|
+
Dot_1_T1 = typing.TypeVar('Dot_1_T1')
|
1738
|
+
class Dot_1(typing.Generic[Dot_1_T1]):
|
1739
|
+
Dot_1_T = Vector_0.Dot_MethodGroup.Dot_1_T1
|
1740
|
+
def __call__(self, left: Vector_1[Dot_1_T], right: Vector_1[Dot_1_T]) -> Dot_1_T:...
|
1741
|
+
|
1742
|
+
|
1743
|
+
# Skipped Equals due to it being static, abstract and generic.
|
1744
|
+
|
1745
|
+
Equals : Equals_MethodGroup
|
1746
|
+
class Equals_MethodGroup:
|
1747
|
+
def __getitem__(self, t:typing.Type[Equals_1_T1]) -> Equals_1[Equals_1_T1]: ...
|
1748
|
+
|
1749
|
+
Equals_1_T1 = typing.TypeVar('Equals_1_T1')
|
1750
|
+
class Equals_1(typing.Generic[Equals_1_T1]):
|
1751
|
+
Equals_1_T = Vector_0.Equals_MethodGroup.Equals_1_T1
|
1752
|
+
def __call__(self, left: Vector_1[Equals_1_T], right: Vector_1[Equals_1_T]) -> Vector_1[Equals_1_T]:...
|
1753
|
+
|
1754
|
+
def __call__(self, left: Vector_1[float], right: Vector_1[float]) -> Vector_1[int]:...
|
1755
|
+
# Method Equals(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1756
|
+
# Method Equals(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1757
|
+
# Method Equals(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1758
|
+
|
1759
|
+
# Skipped EqualsAll due to it being static, abstract and generic.
|
1760
|
+
|
1761
|
+
EqualsAll : EqualsAll_MethodGroup
|
1762
|
+
class EqualsAll_MethodGroup:
|
1763
|
+
def __getitem__(self, t:typing.Type[EqualsAll_1_T1]) -> EqualsAll_1[EqualsAll_1_T1]: ...
|
1764
|
+
|
1765
|
+
EqualsAll_1_T1 = typing.TypeVar('EqualsAll_1_T1')
|
1766
|
+
class EqualsAll_1(typing.Generic[EqualsAll_1_T1]):
|
1767
|
+
EqualsAll_1_T = Vector_0.EqualsAll_MethodGroup.EqualsAll_1_T1
|
1768
|
+
def __call__(self, left: Vector_1[EqualsAll_1_T], right: Vector_1[EqualsAll_1_T]) -> bool:...
|
1769
|
+
|
1770
|
+
|
1771
|
+
# Skipped EqualsAny due to it being static, abstract and generic.
|
1772
|
+
|
1773
|
+
EqualsAny : EqualsAny_MethodGroup
|
1774
|
+
class EqualsAny_MethodGroup:
|
1775
|
+
def __getitem__(self, t:typing.Type[EqualsAny_1_T1]) -> EqualsAny_1[EqualsAny_1_T1]: ...
|
1776
|
+
|
1777
|
+
EqualsAny_1_T1 = typing.TypeVar('EqualsAny_1_T1')
|
1778
|
+
class EqualsAny_1(typing.Generic[EqualsAny_1_T1]):
|
1779
|
+
EqualsAny_1_T = Vector_0.EqualsAny_MethodGroup.EqualsAny_1_T1
|
1780
|
+
def __call__(self, left: Vector_1[EqualsAny_1_T], right: Vector_1[EqualsAny_1_T]) -> bool:...
|
1781
|
+
|
1782
|
+
|
1783
|
+
# Skipped Floor due to it being static, abstract and generic.
|
1784
|
+
|
1785
|
+
Floor : Floor_MethodGroup
|
1786
|
+
class Floor_MethodGroup:
|
1787
|
+
def __call__(self, value: Vector_1[float]) -> Vector_1[float]:...
|
1788
|
+
# Method Floor(value : Vector`1) was skipped since it collides with above method
|
1789
|
+
|
1790
|
+
# Skipped GetElement due to it being static, abstract and generic.
|
1791
|
+
|
1792
|
+
GetElement : GetElement_MethodGroup
|
1793
|
+
class GetElement_MethodGroup:
|
1794
|
+
def __getitem__(self, t:typing.Type[GetElement_1_T1]) -> GetElement_1[GetElement_1_T1]: ...
|
1795
|
+
|
1796
|
+
GetElement_1_T1 = typing.TypeVar('GetElement_1_T1')
|
1797
|
+
class GetElement_1(typing.Generic[GetElement_1_T1]):
|
1798
|
+
GetElement_1_T = Vector_0.GetElement_MethodGroup.GetElement_1_T1
|
1799
|
+
def __call__(self, vector: Vector_1[GetElement_1_T], index: int) -> GetElement_1_T:...
|
1800
|
+
|
1801
|
+
|
1802
|
+
# Skipped GreaterThan due to it being static, abstract and generic.
|
1803
|
+
|
1804
|
+
GreaterThan : GreaterThan_MethodGroup
|
1805
|
+
class GreaterThan_MethodGroup:
|
1806
|
+
def __getitem__(self, t:typing.Type[GreaterThan_1_T1]) -> GreaterThan_1[GreaterThan_1_T1]: ...
|
1807
|
+
|
1808
|
+
GreaterThan_1_T1 = typing.TypeVar('GreaterThan_1_T1')
|
1809
|
+
class GreaterThan_1(typing.Generic[GreaterThan_1_T1]):
|
1810
|
+
GreaterThan_1_T = Vector_0.GreaterThan_MethodGroup.GreaterThan_1_T1
|
1811
|
+
def __call__(self, left: Vector_1[GreaterThan_1_T], right: Vector_1[GreaterThan_1_T]) -> Vector_1[GreaterThan_1_T]:...
|
1812
|
+
|
1813
|
+
def __call__(self, left: Vector_1[float], right: Vector_1[float]) -> Vector_1[int]:...
|
1814
|
+
# Method GreaterThan(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1815
|
+
# Method GreaterThan(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1816
|
+
# Method GreaterThan(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1817
|
+
|
1818
|
+
# Skipped GreaterThanAll due to it being static, abstract and generic.
|
1819
|
+
|
1820
|
+
GreaterThanAll : GreaterThanAll_MethodGroup
|
1821
|
+
class GreaterThanAll_MethodGroup:
|
1822
|
+
def __getitem__(self, t:typing.Type[GreaterThanAll_1_T1]) -> GreaterThanAll_1[GreaterThanAll_1_T1]: ...
|
1823
|
+
|
1824
|
+
GreaterThanAll_1_T1 = typing.TypeVar('GreaterThanAll_1_T1')
|
1825
|
+
class GreaterThanAll_1(typing.Generic[GreaterThanAll_1_T1]):
|
1826
|
+
GreaterThanAll_1_T = Vector_0.GreaterThanAll_MethodGroup.GreaterThanAll_1_T1
|
1827
|
+
def __call__(self, left: Vector_1[GreaterThanAll_1_T], right: Vector_1[GreaterThanAll_1_T]) -> bool:...
|
1828
|
+
|
1829
|
+
|
1830
|
+
# Skipped GreaterThanAny due to it being static, abstract and generic.
|
1831
|
+
|
1832
|
+
GreaterThanAny : GreaterThanAny_MethodGroup
|
1833
|
+
class GreaterThanAny_MethodGroup:
|
1834
|
+
def __getitem__(self, t:typing.Type[GreaterThanAny_1_T1]) -> GreaterThanAny_1[GreaterThanAny_1_T1]: ...
|
1835
|
+
|
1836
|
+
GreaterThanAny_1_T1 = typing.TypeVar('GreaterThanAny_1_T1')
|
1837
|
+
class GreaterThanAny_1(typing.Generic[GreaterThanAny_1_T1]):
|
1838
|
+
GreaterThanAny_1_T = Vector_0.GreaterThanAny_MethodGroup.GreaterThanAny_1_T1
|
1839
|
+
def __call__(self, left: Vector_1[GreaterThanAny_1_T], right: Vector_1[GreaterThanAny_1_T]) -> bool:...
|
1840
|
+
|
1841
|
+
|
1842
|
+
# Skipped GreaterThanOrEqual due to it being static, abstract and generic.
|
1843
|
+
|
1844
|
+
GreaterThanOrEqual : GreaterThanOrEqual_MethodGroup
|
1845
|
+
class GreaterThanOrEqual_MethodGroup:
|
1846
|
+
def __getitem__(self, t:typing.Type[GreaterThanOrEqual_1_T1]) -> GreaterThanOrEqual_1[GreaterThanOrEqual_1_T1]: ...
|
1847
|
+
|
1848
|
+
GreaterThanOrEqual_1_T1 = typing.TypeVar('GreaterThanOrEqual_1_T1')
|
1849
|
+
class GreaterThanOrEqual_1(typing.Generic[GreaterThanOrEqual_1_T1]):
|
1850
|
+
GreaterThanOrEqual_1_T = Vector_0.GreaterThanOrEqual_MethodGroup.GreaterThanOrEqual_1_T1
|
1851
|
+
def __call__(self, left: Vector_1[GreaterThanOrEqual_1_T], right: Vector_1[GreaterThanOrEqual_1_T]) -> Vector_1[GreaterThanOrEqual_1_T]:...
|
1852
|
+
|
1853
|
+
def __call__(self, left: Vector_1[float], right: Vector_1[float]) -> Vector_1[int]:...
|
1854
|
+
# Method GreaterThanOrEqual(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1855
|
+
# Method GreaterThanOrEqual(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1856
|
+
# Method GreaterThanOrEqual(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1857
|
+
|
1858
|
+
# Skipped GreaterThanOrEqualAll due to it being static, abstract and generic.
|
1859
|
+
|
1860
|
+
GreaterThanOrEqualAll : GreaterThanOrEqualAll_MethodGroup
|
1861
|
+
class GreaterThanOrEqualAll_MethodGroup:
|
1862
|
+
def __getitem__(self, t:typing.Type[GreaterThanOrEqualAll_1_T1]) -> GreaterThanOrEqualAll_1[GreaterThanOrEqualAll_1_T1]: ...
|
1863
|
+
|
1864
|
+
GreaterThanOrEqualAll_1_T1 = typing.TypeVar('GreaterThanOrEqualAll_1_T1')
|
1865
|
+
class GreaterThanOrEqualAll_1(typing.Generic[GreaterThanOrEqualAll_1_T1]):
|
1866
|
+
GreaterThanOrEqualAll_1_T = Vector_0.GreaterThanOrEqualAll_MethodGroup.GreaterThanOrEqualAll_1_T1
|
1867
|
+
def __call__(self, left: Vector_1[GreaterThanOrEqualAll_1_T], right: Vector_1[GreaterThanOrEqualAll_1_T]) -> bool:...
|
1868
|
+
|
1869
|
+
|
1870
|
+
# Skipped GreaterThanOrEqualAny due to it being static, abstract and generic.
|
1871
|
+
|
1872
|
+
GreaterThanOrEqualAny : GreaterThanOrEqualAny_MethodGroup
|
1873
|
+
class GreaterThanOrEqualAny_MethodGroup:
|
1874
|
+
def __getitem__(self, t:typing.Type[GreaterThanOrEqualAny_1_T1]) -> GreaterThanOrEqualAny_1[GreaterThanOrEqualAny_1_T1]: ...
|
1875
|
+
|
1876
|
+
GreaterThanOrEqualAny_1_T1 = typing.TypeVar('GreaterThanOrEqualAny_1_T1')
|
1877
|
+
class GreaterThanOrEqualAny_1(typing.Generic[GreaterThanOrEqualAny_1_T1]):
|
1878
|
+
GreaterThanOrEqualAny_1_T = Vector_0.GreaterThanOrEqualAny_MethodGroup.GreaterThanOrEqualAny_1_T1
|
1879
|
+
def __call__(self, left: Vector_1[GreaterThanOrEqualAny_1_T], right: Vector_1[GreaterThanOrEqualAny_1_T]) -> bool:...
|
1880
|
+
|
1881
|
+
|
1882
|
+
# Skipped LessThan due to it being static, abstract and generic.
|
1883
|
+
|
1884
|
+
LessThan : LessThan_MethodGroup
|
1885
|
+
class LessThan_MethodGroup:
|
1886
|
+
def __getitem__(self, t:typing.Type[LessThan_1_T1]) -> LessThan_1[LessThan_1_T1]: ...
|
1887
|
+
|
1888
|
+
LessThan_1_T1 = typing.TypeVar('LessThan_1_T1')
|
1889
|
+
class LessThan_1(typing.Generic[LessThan_1_T1]):
|
1890
|
+
LessThan_1_T = Vector_0.LessThan_MethodGroup.LessThan_1_T1
|
1891
|
+
def __call__(self, left: Vector_1[LessThan_1_T], right: Vector_1[LessThan_1_T]) -> Vector_1[LessThan_1_T]:...
|
1892
|
+
|
1893
|
+
def __call__(self, left: Vector_1[float], right: Vector_1[float]) -> Vector_1[int]:...
|
1894
|
+
# Method LessThan(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1895
|
+
# Method LessThan(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1896
|
+
# Method LessThan(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1897
|
+
|
1898
|
+
# Skipped LessThanAll due to it being static, abstract and generic.
|
1899
|
+
|
1900
|
+
LessThanAll : LessThanAll_MethodGroup
|
1901
|
+
class LessThanAll_MethodGroup:
|
1902
|
+
def __getitem__(self, t:typing.Type[LessThanAll_1_T1]) -> LessThanAll_1[LessThanAll_1_T1]: ...
|
1903
|
+
|
1904
|
+
LessThanAll_1_T1 = typing.TypeVar('LessThanAll_1_T1')
|
1905
|
+
class LessThanAll_1(typing.Generic[LessThanAll_1_T1]):
|
1906
|
+
LessThanAll_1_T = Vector_0.LessThanAll_MethodGroup.LessThanAll_1_T1
|
1907
|
+
def __call__(self, left: Vector_1[LessThanAll_1_T], right: Vector_1[LessThanAll_1_T]) -> bool:...
|
1908
|
+
|
1909
|
+
|
1910
|
+
# Skipped LessThanAny due to it being static, abstract and generic.
|
1911
|
+
|
1912
|
+
LessThanAny : LessThanAny_MethodGroup
|
1913
|
+
class LessThanAny_MethodGroup:
|
1914
|
+
def __getitem__(self, t:typing.Type[LessThanAny_1_T1]) -> LessThanAny_1[LessThanAny_1_T1]: ...
|
1915
|
+
|
1916
|
+
LessThanAny_1_T1 = typing.TypeVar('LessThanAny_1_T1')
|
1917
|
+
class LessThanAny_1(typing.Generic[LessThanAny_1_T1]):
|
1918
|
+
LessThanAny_1_T = Vector_0.LessThanAny_MethodGroup.LessThanAny_1_T1
|
1919
|
+
def __call__(self, left: Vector_1[LessThanAny_1_T], right: Vector_1[LessThanAny_1_T]) -> bool:...
|
1920
|
+
|
1921
|
+
|
1922
|
+
# Skipped LessThanOrEqual due to it being static, abstract and generic.
|
1923
|
+
|
1924
|
+
LessThanOrEqual : LessThanOrEqual_MethodGroup
|
1925
|
+
class LessThanOrEqual_MethodGroup:
|
1926
|
+
def __getitem__(self, t:typing.Type[LessThanOrEqual_1_T1]) -> LessThanOrEqual_1[LessThanOrEqual_1_T1]: ...
|
1927
|
+
|
1928
|
+
LessThanOrEqual_1_T1 = typing.TypeVar('LessThanOrEqual_1_T1')
|
1929
|
+
class LessThanOrEqual_1(typing.Generic[LessThanOrEqual_1_T1]):
|
1930
|
+
LessThanOrEqual_1_T = Vector_0.LessThanOrEqual_MethodGroup.LessThanOrEqual_1_T1
|
1931
|
+
def __call__(self, left: Vector_1[LessThanOrEqual_1_T], right: Vector_1[LessThanOrEqual_1_T]) -> Vector_1[LessThanOrEqual_1_T]:...
|
1932
|
+
|
1933
|
+
def __call__(self, left: Vector_1[float], right: Vector_1[float]) -> Vector_1[int]:...
|
1934
|
+
# Method LessThanOrEqual(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1935
|
+
# Method LessThanOrEqual(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1936
|
+
# Method LessThanOrEqual(left : Vector`1, right : Vector`1) was skipped since it collides with above method
|
1937
|
+
|
1938
|
+
# Skipped LessThanOrEqualAll due to it being static, abstract and generic.
|
1939
|
+
|
1940
|
+
LessThanOrEqualAll : LessThanOrEqualAll_MethodGroup
|
1941
|
+
class LessThanOrEqualAll_MethodGroup:
|
1942
|
+
def __getitem__(self, t:typing.Type[LessThanOrEqualAll_1_T1]) -> LessThanOrEqualAll_1[LessThanOrEqualAll_1_T1]: ...
|
1943
|
+
|
1944
|
+
LessThanOrEqualAll_1_T1 = typing.TypeVar('LessThanOrEqualAll_1_T1')
|
1945
|
+
class LessThanOrEqualAll_1(typing.Generic[LessThanOrEqualAll_1_T1]):
|
1946
|
+
LessThanOrEqualAll_1_T = Vector_0.LessThanOrEqualAll_MethodGroup.LessThanOrEqualAll_1_T1
|
1947
|
+
def __call__(self, left: Vector_1[LessThanOrEqualAll_1_T], right: Vector_1[LessThanOrEqualAll_1_T]) -> bool:...
|
1948
|
+
|
1949
|
+
|
1950
|
+
# Skipped LessThanOrEqualAny due to it being static, abstract and generic.
|
1951
|
+
|
1952
|
+
LessThanOrEqualAny : LessThanOrEqualAny_MethodGroup
|
1953
|
+
class LessThanOrEqualAny_MethodGroup:
|
1954
|
+
def __getitem__(self, t:typing.Type[LessThanOrEqualAny_1_T1]) -> LessThanOrEqualAny_1[LessThanOrEqualAny_1_T1]: ...
|
1955
|
+
|
1956
|
+
LessThanOrEqualAny_1_T1 = typing.TypeVar('LessThanOrEqualAny_1_T1')
|
1957
|
+
class LessThanOrEqualAny_1(typing.Generic[LessThanOrEqualAny_1_T1]):
|
1958
|
+
LessThanOrEqualAny_1_T = Vector_0.LessThanOrEqualAny_MethodGroup.LessThanOrEqualAny_1_T1
|
1959
|
+
def __call__(self, left: Vector_1[LessThanOrEqualAny_1_T], right: Vector_1[LessThanOrEqualAny_1_T]) -> bool:...
|
1960
|
+
|
1961
|
+
|
1962
|
+
# Skipped Load due to it being static, abstract and generic.
|
1963
|
+
|
1964
|
+
Load : Load_MethodGroup
|
1965
|
+
class Load_MethodGroup:
|
1966
|
+
def __getitem__(self, t:typing.Type[Load_1_T1]) -> Load_1[Load_1_T1]: ...
|
1967
|
+
|
1968
|
+
Load_1_T1 = typing.TypeVar('Load_1_T1')
|
1969
|
+
class Load_1(typing.Generic[Load_1_T1]):
|
1970
|
+
Load_1_T = Vector_0.Load_MethodGroup.Load_1_T1
|
1971
|
+
def __call__(self, source: clr.Reference[Load_1_T]) -> Vector_1[Load_1_T]:...
|
1972
|
+
|
1973
|
+
|
1974
|
+
# Skipped LoadAligned due to it being static, abstract and generic.
|
1975
|
+
|
1976
|
+
LoadAligned : LoadAligned_MethodGroup
|
1977
|
+
class LoadAligned_MethodGroup:
|
1978
|
+
def __getitem__(self, t:typing.Type[LoadAligned_1_T1]) -> LoadAligned_1[LoadAligned_1_T1]: ...
|
1979
|
+
|
1980
|
+
LoadAligned_1_T1 = typing.TypeVar('LoadAligned_1_T1')
|
1981
|
+
class LoadAligned_1(typing.Generic[LoadAligned_1_T1]):
|
1982
|
+
LoadAligned_1_T = Vector_0.LoadAligned_MethodGroup.LoadAligned_1_T1
|
1983
|
+
def __call__(self, source: clr.Reference[LoadAligned_1_T]) -> Vector_1[LoadAligned_1_T]:...
|
1984
|
+
|
1985
|
+
|
1986
|
+
# Skipped LoadAlignedNonTemporal due to it being static, abstract and generic.
|
1987
|
+
|
1988
|
+
LoadAlignedNonTemporal : LoadAlignedNonTemporal_MethodGroup
|
1989
|
+
class LoadAlignedNonTemporal_MethodGroup:
|
1990
|
+
def __getitem__(self, t:typing.Type[LoadAlignedNonTemporal_1_T1]) -> LoadAlignedNonTemporal_1[LoadAlignedNonTemporal_1_T1]: ...
|
1991
|
+
|
1992
|
+
LoadAlignedNonTemporal_1_T1 = typing.TypeVar('LoadAlignedNonTemporal_1_T1')
|
1993
|
+
class LoadAlignedNonTemporal_1(typing.Generic[LoadAlignedNonTemporal_1_T1]):
|
1994
|
+
LoadAlignedNonTemporal_1_T = Vector_0.LoadAlignedNonTemporal_MethodGroup.LoadAlignedNonTemporal_1_T1
|
1995
|
+
def __call__(self, source: clr.Reference[LoadAlignedNonTemporal_1_T]) -> Vector_1[LoadAlignedNonTemporal_1_T]:...
|
1996
|
+
|
1997
|
+
|
1998
|
+
# Skipped LoadUnsafe due to it being static, abstract and generic.
|
1999
|
+
|
2000
|
+
LoadUnsafe : LoadUnsafe_MethodGroup
|
2001
|
+
class LoadUnsafe_MethodGroup:
|
2002
|
+
def __getitem__(self, t:typing.Type[LoadUnsafe_1_T1]) -> LoadUnsafe_1[LoadUnsafe_1_T1]: ...
|
2003
|
+
|
2004
|
+
LoadUnsafe_1_T1 = typing.TypeVar('LoadUnsafe_1_T1')
|
2005
|
+
class LoadUnsafe_1(typing.Generic[LoadUnsafe_1_T1]):
|
2006
|
+
LoadUnsafe_1_T = Vector_0.LoadUnsafe_MethodGroup.LoadUnsafe_1_T1
|
2007
|
+
@typing.overload
|
2008
|
+
def __call__(self, source: clr.Reference[LoadUnsafe_1_T]) -> Vector_1[LoadUnsafe_1_T]:...
|
2009
|
+
@typing.overload
|
2010
|
+
def __call__(self, source: clr.Reference[LoadUnsafe_1_T], elementOffset: UIntPtr) -> Vector_1[LoadUnsafe_1_T]:...
|
2011
|
+
|
2012
|
+
|
2013
|
+
# Skipped Max due to it being static, abstract and generic.
|
2014
|
+
|
2015
|
+
Max : Max_MethodGroup
|
2016
|
+
class Max_MethodGroup:
|
2017
|
+
def __getitem__(self, t:typing.Type[Max_1_T1]) -> Max_1[Max_1_T1]: ...
|
2018
|
+
|
2019
|
+
Max_1_T1 = typing.TypeVar('Max_1_T1')
|
2020
|
+
class Max_1(typing.Generic[Max_1_T1]):
|
2021
|
+
Max_1_T = Vector_0.Max_MethodGroup.Max_1_T1
|
2022
|
+
def __call__(self, left: Vector_1[Max_1_T], right: Vector_1[Max_1_T]) -> Vector_1[Max_1_T]:...
|
2023
|
+
|
2024
|
+
|
2025
|
+
# Skipped Min due to it being static, abstract and generic.
|
2026
|
+
|
2027
|
+
Min : Min_MethodGroup
|
2028
|
+
class Min_MethodGroup:
|
2029
|
+
def __getitem__(self, t:typing.Type[Min_1_T1]) -> Min_1[Min_1_T1]: ...
|
2030
|
+
|
2031
|
+
Min_1_T1 = typing.TypeVar('Min_1_T1')
|
2032
|
+
class Min_1(typing.Generic[Min_1_T1]):
|
2033
|
+
Min_1_T = Vector_0.Min_MethodGroup.Min_1_T1
|
2034
|
+
def __call__(self, left: Vector_1[Min_1_T], right: Vector_1[Min_1_T]) -> Vector_1[Min_1_T]:...
|
2035
|
+
|
2036
|
+
|
2037
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
2038
|
+
|
2039
|
+
Multiply : Multiply_MethodGroup
|
2040
|
+
class Multiply_MethodGroup:
|
2041
|
+
def __getitem__(self, t:typing.Type[Multiply_1_T1]) -> Multiply_1[Multiply_1_T1]: ...
|
2042
|
+
|
2043
|
+
Multiply_1_T1 = typing.TypeVar('Multiply_1_T1')
|
2044
|
+
class Multiply_1(typing.Generic[Multiply_1_T1]):
|
2045
|
+
Multiply_1_T = Vector_0.Multiply_MethodGroup.Multiply_1_T1
|
2046
|
+
@typing.overload
|
2047
|
+
def __call__(self, left: Vector_1[Multiply_1_T], right: Vector_1[Multiply_1_T]) -> Vector_1[Multiply_1_T]:...
|
2048
|
+
@typing.overload
|
2049
|
+
def __call__(self, left: Vector_1[Multiply_1_T], right: Multiply_1_T) -> Vector_1[Multiply_1_T]:...
|
2050
|
+
@typing.overload
|
2051
|
+
def __call__(self, left: Multiply_1_T, right: Vector_1[Multiply_1_T]) -> Vector_1[Multiply_1_T]:...
|
2052
|
+
|
2053
|
+
|
2054
|
+
# Skipped Narrow due to it being static, abstract and generic.
|
2055
|
+
|
2056
|
+
Narrow : Narrow_MethodGroup
|
2057
|
+
class Narrow_MethodGroup:
|
2058
|
+
def __call__(self, low: Vector_1[float], high: Vector_1[float]) -> Vector_1[float]:...
|
2059
|
+
# Method Narrow(low : Vector`1, high : Vector`1) was skipped since it collides with above method
|
2060
|
+
# Method Narrow(low : Vector`1, high : Vector`1) was skipped since it collides with above method
|
2061
|
+
# Method Narrow(low : Vector`1, high : Vector`1) was skipped since it collides with above method
|
2062
|
+
# Method Narrow(low : Vector`1, high : Vector`1) was skipped since it collides with above method
|
2063
|
+
# Method Narrow(low : Vector`1, high : Vector`1) was skipped since it collides with above method
|
2064
|
+
# Method Narrow(low : Vector`1, high : Vector`1) was skipped since it collides with above method
|
2065
|
+
|
2066
|
+
# Skipped Negate due to it being static, abstract and generic.
|
2067
|
+
|
2068
|
+
Negate : Negate_MethodGroup
|
2069
|
+
class Negate_MethodGroup:
|
2070
|
+
def __getitem__(self, t:typing.Type[Negate_1_T1]) -> Negate_1[Negate_1_T1]: ...
|
2071
|
+
|
2072
|
+
Negate_1_T1 = typing.TypeVar('Negate_1_T1')
|
2073
|
+
class Negate_1(typing.Generic[Negate_1_T1]):
|
2074
|
+
Negate_1_T = Vector_0.Negate_MethodGroup.Negate_1_T1
|
2075
|
+
def __call__(self, value: Vector_1[Negate_1_T]) -> Vector_1[Negate_1_T]:...
|
2076
|
+
|
2077
|
+
|
2078
|
+
# Skipped OnesComplement due to it being static, abstract and generic.
|
2079
|
+
|
2080
|
+
OnesComplement : OnesComplement_MethodGroup
|
2081
|
+
class OnesComplement_MethodGroup:
|
2082
|
+
def __getitem__(self, t:typing.Type[OnesComplement_1_T1]) -> OnesComplement_1[OnesComplement_1_T1]: ...
|
2083
|
+
|
2084
|
+
OnesComplement_1_T1 = typing.TypeVar('OnesComplement_1_T1')
|
2085
|
+
class OnesComplement_1(typing.Generic[OnesComplement_1_T1]):
|
2086
|
+
OnesComplement_1_T = Vector_0.OnesComplement_MethodGroup.OnesComplement_1_T1
|
2087
|
+
def __call__(self, value: Vector_1[OnesComplement_1_T]) -> Vector_1[OnesComplement_1_T]:...
|
2088
|
+
|
2089
|
+
|
2090
|
+
# Skipped ShiftLeft due to it being static, abstract and generic.
|
2091
|
+
|
2092
|
+
ShiftLeft : ShiftLeft_MethodGroup
|
2093
|
+
class ShiftLeft_MethodGroup:
|
2094
|
+
@typing.overload
|
2095
|
+
def __call__(self, value: Vector_1[int], shiftCount: int) -> Vector_1[int]:...
|
2096
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2097
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2098
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2099
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2100
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2101
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2102
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2103
|
+
# Method ShiftLeft(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2104
|
+
@typing.overload
|
2105
|
+
def __call__(self, value: Vector_1[UIntPtr], shiftCount: int) -> Vector_1[UIntPtr]:...
|
2106
|
+
|
2107
|
+
# Skipped ShiftRightArithmetic due to it being static, abstract and generic.
|
2108
|
+
|
2109
|
+
ShiftRightArithmetic : ShiftRightArithmetic_MethodGroup
|
2110
|
+
class ShiftRightArithmetic_MethodGroup:
|
2111
|
+
def __call__(self, value: Vector_1[int], shiftCount: int) -> Vector_1[int]:...
|
2112
|
+
# Method ShiftRightArithmetic(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2113
|
+
# Method ShiftRightArithmetic(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2114
|
+
# Method ShiftRightArithmetic(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2115
|
+
# Method ShiftRightArithmetic(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2116
|
+
|
2117
|
+
# Skipped ShiftRightLogical due to it being static, abstract and generic.
|
2118
|
+
|
2119
|
+
ShiftRightLogical : ShiftRightLogical_MethodGroup
|
2120
|
+
class ShiftRightLogical_MethodGroup:
|
2121
|
+
@typing.overload
|
2122
|
+
def __call__(self, value: Vector_1[int], shiftCount: int) -> Vector_1[int]:...
|
2123
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2124
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2125
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2126
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2127
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2128
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2129
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2130
|
+
# Method ShiftRightLogical(value : Vector`1, shiftCount : Int32) was skipped since it collides with above method
|
2131
|
+
@typing.overload
|
2132
|
+
def __call__(self, value: Vector_1[UIntPtr], shiftCount: int) -> Vector_1[UIntPtr]:...
|
2133
|
+
|
2134
|
+
# Skipped SquareRoot due to it being static, abstract and generic.
|
2135
|
+
|
2136
|
+
SquareRoot : SquareRoot_MethodGroup
|
2137
|
+
class SquareRoot_MethodGroup:
|
2138
|
+
def __getitem__(self, t:typing.Type[SquareRoot_1_T1]) -> SquareRoot_1[SquareRoot_1_T1]: ...
|
2139
|
+
|
2140
|
+
SquareRoot_1_T1 = typing.TypeVar('SquareRoot_1_T1')
|
2141
|
+
class SquareRoot_1(typing.Generic[SquareRoot_1_T1]):
|
2142
|
+
SquareRoot_1_T = Vector_0.SquareRoot_MethodGroup.SquareRoot_1_T1
|
2143
|
+
def __call__(self, value: Vector_1[SquareRoot_1_T]) -> Vector_1[SquareRoot_1_T]:...
|
2144
|
+
|
2145
|
+
|
2146
|
+
# Skipped Store due to it being static, abstract and generic.
|
2147
|
+
|
2148
|
+
Store : Store_MethodGroup
|
2149
|
+
class Store_MethodGroup:
|
2150
|
+
def __getitem__(self, t:typing.Type[Store_1_T1]) -> Store_1[Store_1_T1]: ...
|
2151
|
+
|
2152
|
+
Store_1_T1 = typing.TypeVar('Store_1_T1')
|
2153
|
+
class Store_1(typing.Generic[Store_1_T1]):
|
2154
|
+
Store_1_T = Vector_0.Store_MethodGroup.Store_1_T1
|
2155
|
+
def __call__(self, source: Vector_1[Store_1_T], destination: clr.Reference[Store_1_T]) -> None:...
|
2156
|
+
|
2157
|
+
|
2158
|
+
# Skipped StoreAligned due to it being static, abstract and generic.
|
2159
|
+
|
2160
|
+
StoreAligned : StoreAligned_MethodGroup
|
2161
|
+
class StoreAligned_MethodGroup:
|
2162
|
+
def __getitem__(self, t:typing.Type[StoreAligned_1_T1]) -> StoreAligned_1[StoreAligned_1_T1]: ...
|
2163
|
+
|
2164
|
+
StoreAligned_1_T1 = typing.TypeVar('StoreAligned_1_T1')
|
2165
|
+
class StoreAligned_1(typing.Generic[StoreAligned_1_T1]):
|
2166
|
+
StoreAligned_1_T = Vector_0.StoreAligned_MethodGroup.StoreAligned_1_T1
|
2167
|
+
def __call__(self, source: Vector_1[StoreAligned_1_T], destination: clr.Reference[StoreAligned_1_T]) -> None:...
|
2168
|
+
|
2169
|
+
|
2170
|
+
# Skipped StoreAlignedNonTemporal due to it being static, abstract and generic.
|
2171
|
+
|
2172
|
+
StoreAlignedNonTemporal : StoreAlignedNonTemporal_MethodGroup
|
2173
|
+
class StoreAlignedNonTemporal_MethodGroup:
|
2174
|
+
def __getitem__(self, t:typing.Type[StoreAlignedNonTemporal_1_T1]) -> StoreAlignedNonTemporal_1[StoreAlignedNonTemporal_1_T1]: ...
|
2175
|
+
|
2176
|
+
StoreAlignedNonTemporal_1_T1 = typing.TypeVar('StoreAlignedNonTemporal_1_T1')
|
2177
|
+
class StoreAlignedNonTemporal_1(typing.Generic[StoreAlignedNonTemporal_1_T1]):
|
2178
|
+
StoreAlignedNonTemporal_1_T = Vector_0.StoreAlignedNonTemporal_MethodGroup.StoreAlignedNonTemporal_1_T1
|
2179
|
+
def __call__(self, source: Vector_1[StoreAlignedNonTemporal_1_T], destination: clr.Reference[StoreAlignedNonTemporal_1_T]) -> None:...
|
2180
|
+
|
2181
|
+
|
2182
|
+
# Skipped StoreUnsafe due to it being static, abstract and generic.
|
2183
|
+
|
2184
|
+
StoreUnsafe : StoreUnsafe_MethodGroup
|
2185
|
+
class StoreUnsafe_MethodGroup:
|
2186
|
+
def __getitem__(self, t:typing.Type[StoreUnsafe_1_T1]) -> StoreUnsafe_1[StoreUnsafe_1_T1]: ...
|
2187
|
+
|
2188
|
+
StoreUnsafe_1_T1 = typing.TypeVar('StoreUnsafe_1_T1')
|
2189
|
+
class StoreUnsafe_1(typing.Generic[StoreUnsafe_1_T1]):
|
2190
|
+
StoreUnsafe_1_T = Vector_0.StoreUnsafe_MethodGroup.StoreUnsafe_1_T1
|
2191
|
+
@typing.overload
|
2192
|
+
def __call__(self, source: Vector_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T]) -> None:...
|
2193
|
+
@typing.overload
|
2194
|
+
def __call__(self, source: Vector_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T], elementOffset: UIntPtr) -> None:...
|
2195
|
+
|
2196
|
+
|
2197
|
+
# Skipped Subtract due to it being static, abstract and generic.
|
2198
|
+
|
2199
|
+
Subtract : Subtract_MethodGroup
|
2200
|
+
class Subtract_MethodGroup:
|
2201
|
+
def __getitem__(self, t:typing.Type[Subtract_1_T1]) -> Subtract_1[Subtract_1_T1]: ...
|
2202
|
+
|
2203
|
+
Subtract_1_T1 = typing.TypeVar('Subtract_1_T1')
|
2204
|
+
class Subtract_1(typing.Generic[Subtract_1_T1]):
|
2205
|
+
Subtract_1_T = Vector_0.Subtract_MethodGroup.Subtract_1_T1
|
2206
|
+
def __call__(self, left: Vector_1[Subtract_1_T], right: Vector_1[Subtract_1_T]) -> Vector_1[Subtract_1_T]:...
|
2207
|
+
|
2208
|
+
|
2209
|
+
# Skipped Sum due to it being static, abstract and generic.
|
2210
|
+
|
2211
|
+
Sum : Sum_MethodGroup
|
2212
|
+
class Sum_MethodGroup:
|
2213
|
+
def __getitem__(self, t:typing.Type[Sum_1_T1]) -> Sum_1[Sum_1_T1]: ...
|
2214
|
+
|
2215
|
+
Sum_1_T1 = typing.TypeVar('Sum_1_T1')
|
2216
|
+
class Sum_1(typing.Generic[Sum_1_T1]):
|
2217
|
+
Sum_1_T = Vector_0.Sum_MethodGroup.Sum_1_T1
|
2218
|
+
def __call__(self, value: Vector_1[Sum_1_T]) -> Sum_1_T:...
|
2219
|
+
|
2220
|
+
|
2221
|
+
# Skipped ToScalar due to it being static, abstract and generic.
|
2222
|
+
|
2223
|
+
ToScalar : ToScalar_MethodGroup
|
2224
|
+
class ToScalar_MethodGroup:
|
2225
|
+
def __getitem__(self, t:typing.Type[ToScalar_1_T1]) -> ToScalar_1[ToScalar_1_T1]: ...
|
2226
|
+
|
2227
|
+
ToScalar_1_T1 = typing.TypeVar('ToScalar_1_T1')
|
2228
|
+
class ToScalar_1(typing.Generic[ToScalar_1_T1]):
|
2229
|
+
ToScalar_1_T = Vector_0.ToScalar_MethodGroup.ToScalar_1_T1
|
2230
|
+
def __call__(self, vector: Vector_1[ToScalar_1_T]) -> ToScalar_1_T:...
|
2231
|
+
|
2232
|
+
|
2233
|
+
# Skipped Widen due to it being static, abstract and generic.
|
2234
|
+
|
2235
|
+
Widen : Widen_MethodGroup
|
2236
|
+
class Widen_MethodGroup:
|
2237
|
+
def __call__(self, source: Vector_1[float], low: clr.Reference[Vector_1[float]], high: clr.Reference[Vector_1[float]]) -> None:...
|
2238
|
+
# Method Widen(source : Vector`1, low : Vector`1&, high : Vector`1&) was skipped since it collides with above method
|
2239
|
+
# Method Widen(source : Vector`1, low : Vector`1&, high : Vector`1&) was skipped since it collides with above method
|
2240
|
+
# Method Widen(source : Vector`1, low : Vector`1&, high : Vector`1&) was skipped since it collides with above method
|
2241
|
+
# Method Widen(source : Vector`1, low : Vector`1&, high : Vector`1&) was skipped since it collides with above method
|
2242
|
+
# Method Widen(source : Vector`1, low : Vector`1&, high : Vector`1&) was skipped since it collides with above method
|
2243
|
+
# Method Widen(source : Vector`1, low : Vector`1&, high : Vector`1&) was skipped since it collides with above method
|
2244
|
+
|
2245
|
+
# Skipped WidenLower due to it being static, abstract and generic.
|
2246
|
+
|
2247
|
+
WidenLower : WidenLower_MethodGroup
|
2248
|
+
class WidenLower_MethodGroup:
|
2249
|
+
def __call__(self, source: Vector_1[float]) -> Vector_1[float]:...
|
2250
|
+
# Method WidenLower(source : Vector`1) was skipped since it collides with above method
|
2251
|
+
# Method WidenLower(source : Vector`1) was skipped since it collides with above method
|
2252
|
+
# Method WidenLower(source : Vector`1) was skipped since it collides with above method
|
2253
|
+
# Method WidenLower(source : Vector`1) was skipped since it collides with above method
|
2254
|
+
# Method WidenLower(source : Vector`1) was skipped since it collides with above method
|
2255
|
+
# Method WidenLower(source : Vector`1) was skipped since it collides with above method
|
2256
|
+
|
2257
|
+
# Skipped WidenUpper due to it being static, abstract and generic.
|
2258
|
+
|
2259
|
+
WidenUpper : WidenUpper_MethodGroup
|
2260
|
+
class WidenUpper_MethodGroup:
|
2261
|
+
def __call__(self, source: Vector_1[float]) -> Vector_1[float]:...
|
2262
|
+
# Method WidenUpper(source : Vector`1) was skipped since it collides with above method
|
2263
|
+
# Method WidenUpper(source : Vector`1) was skipped since it collides with above method
|
2264
|
+
# Method WidenUpper(source : Vector`1) was skipped since it collides with above method
|
2265
|
+
# Method WidenUpper(source : Vector`1) was skipped since it collides with above method
|
2266
|
+
# Method WidenUpper(source : Vector`1) was skipped since it collides with above method
|
2267
|
+
# Method WidenUpper(source : Vector`1) was skipped since it collides with above method
|
2268
|
+
|
2269
|
+
# Skipped WithElement due to it being static, abstract and generic.
|
2270
|
+
|
2271
|
+
WithElement : WithElement_MethodGroup
|
2272
|
+
class WithElement_MethodGroup:
|
2273
|
+
def __getitem__(self, t:typing.Type[WithElement_1_T1]) -> WithElement_1[WithElement_1_T1]: ...
|
2274
|
+
|
2275
|
+
WithElement_1_T1 = typing.TypeVar('WithElement_1_T1')
|
2276
|
+
class WithElement_1(typing.Generic[WithElement_1_T1]):
|
2277
|
+
WithElement_1_T = Vector_0.WithElement_MethodGroup.WithElement_1_T1
|
2278
|
+
def __call__(self, vector: Vector_1[WithElement_1_T], index: int, value: WithElement_1_T) -> Vector_1[WithElement_1_T]:...
|
2279
|
+
|
2280
|
+
|
2281
|
+
# Skipped Xor due to it being static, abstract and generic.
|
2282
|
+
|
2283
|
+
Xor : Xor_MethodGroup
|
2284
|
+
class Xor_MethodGroup:
|
2285
|
+
def __getitem__(self, t:typing.Type[Xor_1_T1]) -> Xor_1[Xor_1_T1]: ...
|
2286
|
+
|
2287
|
+
Xor_1_T1 = typing.TypeVar('Xor_1_T1')
|
2288
|
+
class Xor_1(typing.Generic[Xor_1_T1]):
|
2289
|
+
Xor_1_T = Vector_0.Xor_MethodGroup.Xor_1_T1
|
2290
|
+
def __call__(self, left: Vector_1[Xor_1_T], right: Vector_1[Xor_1_T]) -> Vector_1[Xor_1_T]:...
|
2291
|
+
|
2292
|
+
|
2293
|
+
|
2294
|
+
|
2295
|
+
Vector_1_T = typing.TypeVar('Vector_1_T')
|
2296
|
+
class Vector_1(typing.Generic[Vector_1_T], IFormattable, IEquatable_1[Vector_1[Vector_1_T]]):
|
2297
|
+
@typing.overload
|
2298
|
+
def __init__(self, value: Vector_1_T) -> None: ...
|
2299
|
+
@typing.overload
|
2300
|
+
def __init__(self, values: Array_1[Vector_1_T]) -> None: ...
|
2301
|
+
@typing.overload
|
2302
|
+
def __init__(self, values: ReadOnlySpan_1[Vector_1_T]) -> None: ...
|
2303
|
+
@typing.overload
|
2304
|
+
def __init__(self, values: ReadOnlySpan_1[int]) -> None: ...
|
2305
|
+
@typing.overload
|
2306
|
+
def __init__(self, values: Span_1[Vector_1_T]) -> None: ...
|
2307
|
+
@typing.overload
|
2308
|
+
def __init__(self, values: Array_1[Vector_1_T], index: int) -> None: ...
|
2309
|
+
@classmethod
|
2310
|
+
@property
|
2311
|
+
def AllBitsSet(cls) -> Vector_1[Vector_1_T]: ...
|
2312
|
+
@classmethod
|
2313
|
+
@property
|
2314
|
+
def Count(cls) -> int: ...
|
2315
|
+
@classmethod
|
2316
|
+
@property
|
2317
|
+
def IsSupported(cls) -> bool: ...
|
2318
|
+
@property
|
2319
|
+
def Item(self) -> Vector_1_T: ...
|
2320
|
+
@classmethod
|
2321
|
+
@property
|
2322
|
+
def One(cls) -> Vector_1[Vector_1_T]: ...
|
2323
|
+
@classmethod
|
2324
|
+
@property
|
2325
|
+
def Zero(cls) -> Vector_1[Vector_1_T]: ...
|
2326
|
+
def GetHashCode(self) -> int: ...
|
2327
|
+
def __add__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2328
|
+
def __and__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2329
|
+
def __or__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2330
|
+
@typing.overload
|
2331
|
+
def __truediv__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2332
|
+
@typing.overload
|
2333
|
+
def __truediv__(self, left: Vector_1[Vector_1_T], right: Vector_1_T) -> Vector_1[Vector_1_T]: ...
|
2334
|
+
def __eq__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> bool: ...
|
2335
|
+
def __xor__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2336
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2337
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2338
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2339
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2340
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2341
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2342
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2343
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2344
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2345
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2346
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2347
|
+
# Operator not supported op_Explicit(value: Vector`1)
|
2348
|
+
def __ne__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> bool: ...
|
2349
|
+
def __lshift__(self, value: Vector_1[Vector_1_T], shiftCount: int) -> Vector_1[Vector_1_T]: ...
|
2350
|
+
@typing.overload
|
2351
|
+
def __mul__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2352
|
+
@typing.overload
|
2353
|
+
def __mul__(self, value: Vector_1[Vector_1_T], factor: Vector_1_T) -> Vector_1[Vector_1_T]: ...
|
2354
|
+
@typing.overload
|
2355
|
+
def __mul__(self, factor: Vector_1_T, value: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2356
|
+
def __invert__(self, value: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2357
|
+
def __rshift__(self, value: Vector_1[Vector_1_T], shiftCount: int) -> Vector_1[Vector_1_T]: ...
|
2358
|
+
def __sub__(self, left: Vector_1[Vector_1_T], right: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2359
|
+
def __neg__(self, value: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2360
|
+
def __pos__(self, value: Vector_1[Vector_1_T]) -> Vector_1[Vector_1_T]: ...
|
2361
|
+
# Operator not supported op_UnsignedRightShift(value: Vector`1, shiftCount: Int32)
|
2362
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
2363
|
+
|
2364
|
+
CopyTo : CopyTo_MethodGroup[Vector_1_T]
|
2365
|
+
CopyTo_MethodGroup_Vector_1_T = typing.TypeVar('CopyTo_MethodGroup_Vector_1_T')
|
2366
|
+
class CopyTo_MethodGroup(typing.Generic[CopyTo_MethodGroup_Vector_1_T]):
|
2367
|
+
CopyTo_MethodGroup_Vector_1_T = Vector_1.CopyTo_MethodGroup_Vector_1_T
|
2368
|
+
@typing.overload
|
2369
|
+
def __call__(self, destination: Array_1[CopyTo_MethodGroup_Vector_1_T]) -> None:...
|
2370
|
+
@typing.overload
|
2371
|
+
def __call__(self, destination: Span_1[int]) -> None:...
|
2372
|
+
@typing.overload
|
2373
|
+
def __call__(self, destination: Span_1[CopyTo_MethodGroup_Vector_1_T]) -> None:...
|
2374
|
+
@typing.overload
|
2375
|
+
def __call__(self, destination: Array_1[CopyTo_MethodGroup_Vector_1_T], startIndex: int) -> None:...
|
2376
|
+
|
2377
|
+
# Skipped Equals due to it being static, abstract and generic.
|
2378
|
+
|
2379
|
+
Equals : Equals_MethodGroup[Vector_1_T]
|
2380
|
+
Equals_MethodGroup_Vector_1_T = typing.TypeVar('Equals_MethodGroup_Vector_1_T')
|
2381
|
+
class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_Vector_1_T]):
|
2382
|
+
Equals_MethodGroup_Vector_1_T = Vector_1.Equals_MethodGroup_Vector_1_T
|
2383
|
+
@typing.overload
|
2384
|
+
def __call__(self, other: Vector_1[Equals_MethodGroup_Vector_1_T]) -> bool:...
|
2385
|
+
@typing.overload
|
2386
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
2387
|
+
|
2388
|
+
# Skipped ToString due to it being static, abstract and generic.
|
2389
|
+
|
2390
|
+
ToString : ToString_MethodGroup[Vector_1_T]
|
2391
|
+
ToString_MethodGroup_Vector_1_T = typing.TypeVar('ToString_MethodGroup_Vector_1_T')
|
2392
|
+
class ToString_MethodGroup(typing.Generic[ToString_MethodGroup_Vector_1_T]):
|
2393
|
+
ToString_MethodGroup_Vector_1_T = Vector_1.ToString_MethodGroup_Vector_1_T
|
2394
|
+
@typing.overload
|
2395
|
+
def __call__(self) -> str:...
|
2396
|
+
@typing.overload
|
2397
|
+
def __call__(self, format: str) -> str:...
|
2398
|
+
@typing.overload
|
2399
|
+
def __call__(self, format: str, formatProvider: IFormatProvider) -> str:...
|
2400
|
+
|
2401
|
+
# Skipped TryCopyTo due to it being static, abstract and generic.
|
2402
|
+
|
2403
|
+
TryCopyTo : TryCopyTo_MethodGroup[Vector_1_T]
|
2404
|
+
TryCopyTo_MethodGroup_Vector_1_T = typing.TypeVar('TryCopyTo_MethodGroup_Vector_1_T')
|
2405
|
+
class TryCopyTo_MethodGroup(typing.Generic[TryCopyTo_MethodGroup_Vector_1_T]):
|
2406
|
+
TryCopyTo_MethodGroup_Vector_1_T = Vector_1.TryCopyTo_MethodGroup_Vector_1_T
|
2407
|
+
@typing.overload
|
2408
|
+
def __call__(self, destination: Span_1[int]) -> bool:...
|
2409
|
+
@typing.overload
|
2410
|
+
def __call__(self, destination: Span_1[TryCopyTo_MethodGroup_Vector_1_T]) -> bool:...
|
2411
|
+
|
2412
|
+
|
2413
|
+
|
2414
|
+
class Vector2(IFormattable, IEquatable_1[Vector2]):
|
2415
|
+
@typing.overload
|
2416
|
+
def __init__(self, value: float) -> None: ...
|
2417
|
+
@typing.overload
|
2418
|
+
def __init__(self, values: ReadOnlySpan_1[float]) -> None: ...
|
2419
|
+
@typing.overload
|
2420
|
+
def __init__(self, x: float, y: float) -> None: ...
|
2421
|
+
X : float
|
2422
|
+
Y : float
|
2423
|
+
@property
|
2424
|
+
def Item(self) -> float: ...
|
2425
|
+
@Item.setter
|
2426
|
+
def Item(self, value: float) -> float: ...
|
2427
|
+
@classmethod
|
2428
|
+
@property
|
2429
|
+
def One(cls) -> Vector2: ...
|
2430
|
+
@classmethod
|
2431
|
+
@property
|
2432
|
+
def UnitX(cls) -> Vector2: ...
|
2433
|
+
@classmethod
|
2434
|
+
@property
|
2435
|
+
def UnitY(cls) -> Vector2: ...
|
2436
|
+
@classmethod
|
2437
|
+
@property
|
2438
|
+
def Zero(cls) -> Vector2: ...
|
2439
|
+
@staticmethod
|
2440
|
+
def Abs(value: Vector2) -> Vector2: ...
|
2441
|
+
@staticmethod
|
2442
|
+
def Add(left: Vector2, right: Vector2) -> Vector2: ...
|
2443
|
+
@staticmethod
|
2444
|
+
def Clamp(value1: Vector2, min: Vector2, max: Vector2) -> Vector2: ...
|
2445
|
+
@staticmethod
|
2446
|
+
def Distance(value1: Vector2, value2: Vector2) -> float: ...
|
2447
|
+
@staticmethod
|
2448
|
+
def DistanceSquared(value1: Vector2, value2: Vector2) -> float: ...
|
2449
|
+
@staticmethod
|
2450
|
+
def Dot(value1: Vector2, value2: Vector2) -> float: ...
|
2451
|
+
def GetHashCode(self) -> int: ...
|
2452
|
+
def Length(self) -> float: ...
|
2453
|
+
def LengthSquared(self) -> float: ...
|
2454
|
+
@staticmethod
|
2455
|
+
def Lerp(value1: Vector2, value2: Vector2, amount: float) -> Vector2: ...
|
2456
|
+
@staticmethod
|
2457
|
+
def Max(value1: Vector2, value2: Vector2) -> Vector2: ...
|
2458
|
+
@staticmethod
|
2459
|
+
def Min(value1: Vector2, value2: Vector2) -> Vector2: ...
|
2460
|
+
@staticmethod
|
2461
|
+
def Negate(value: Vector2) -> Vector2: ...
|
2462
|
+
@staticmethod
|
2463
|
+
def Normalize(value: Vector2) -> Vector2: ...
|
2464
|
+
def __add__(self, left: Vector2, right: Vector2) -> Vector2: ...
|
2465
|
+
@typing.overload
|
2466
|
+
def __truediv__(self, value1: Vector2, value2: float) -> Vector2: ...
|
2467
|
+
@typing.overload
|
2468
|
+
def __truediv__(self, left: Vector2, right: Vector2) -> Vector2: ...
|
2469
|
+
def __eq__(self, left: Vector2, right: Vector2) -> bool: ...
|
2470
|
+
def __ne__(self, left: Vector2, right: Vector2) -> bool: ...
|
2471
|
+
@typing.overload
|
2472
|
+
def __mul__(self, left: float, right: Vector2) -> Vector2: ...
|
2473
|
+
@typing.overload
|
2474
|
+
def __mul__(self, left: Vector2, right: float) -> Vector2: ...
|
2475
|
+
@typing.overload
|
2476
|
+
def __mul__(self, left: Vector2, right: Vector2) -> Vector2: ...
|
2477
|
+
def __sub__(self, left: Vector2, right: Vector2) -> Vector2: ...
|
2478
|
+
def __neg__(self, value: Vector2) -> Vector2: ...
|
2479
|
+
@staticmethod
|
2480
|
+
def Reflect(vector: Vector2, normal: Vector2) -> Vector2: ...
|
2481
|
+
@staticmethod
|
2482
|
+
def SquareRoot(value: Vector2) -> Vector2: ...
|
2483
|
+
@staticmethod
|
2484
|
+
def Subtract(left: Vector2, right: Vector2) -> Vector2: ...
|
2485
|
+
def TryCopyTo(self, destination: Span_1[float]) -> bool: ...
|
2486
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
2487
|
+
|
2488
|
+
CopyTo : CopyTo_MethodGroup
|
2489
|
+
class CopyTo_MethodGroup:
|
2490
|
+
@typing.overload
|
2491
|
+
def __call__(self, array: Array_1[float]) -> None:...
|
2492
|
+
@typing.overload
|
2493
|
+
def __call__(self, destination: Span_1[float]) -> None:...
|
2494
|
+
@typing.overload
|
2495
|
+
def __call__(self, array: Array_1[float], index: int) -> None:...
|
2496
|
+
|
2497
|
+
# Skipped Divide due to it being static, abstract and generic.
|
2498
|
+
|
2499
|
+
Divide : Divide_MethodGroup
|
2500
|
+
class Divide_MethodGroup:
|
2501
|
+
@typing.overload
|
2502
|
+
def __call__(self, left: Vector2, divisor: float) -> Vector2:...
|
2503
|
+
@typing.overload
|
2504
|
+
def __call__(self, left: Vector2, right: Vector2) -> Vector2:...
|
2505
|
+
|
2506
|
+
# Skipped Equals due to it being static, abstract and generic.
|
2507
|
+
|
2508
|
+
Equals : Equals_MethodGroup
|
2509
|
+
class Equals_MethodGroup:
|
2510
|
+
@typing.overload
|
2511
|
+
def __call__(self, other: Vector2) -> bool:...
|
2512
|
+
@typing.overload
|
2513
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
2514
|
+
|
2515
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
2516
|
+
|
2517
|
+
Multiply : Multiply_MethodGroup
|
2518
|
+
class Multiply_MethodGroup:
|
2519
|
+
@typing.overload
|
2520
|
+
def __call__(self, left: float, right: Vector2) -> Vector2:...
|
2521
|
+
@typing.overload
|
2522
|
+
def __call__(self, left: Vector2, right: float) -> Vector2:...
|
2523
|
+
@typing.overload
|
2524
|
+
def __call__(self, left: Vector2, right: Vector2) -> Vector2:...
|
2525
|
+
|
2526
|
+
# Skipped ToString due to it being static, abstract and generic.
|
2527
|
+
|
2528
|
+
ToString : ToString_MethodGroup
|
2529
|
+
class ToString_MethodGroup:
|
2530
|
+
@typing.overload
|
2531
|
+
def __call__(self) -> str:...
|
2532
|
+
@typing.overload
|
2533
|
+
def __call__(self, format: str) -> str:...
|
2534
|
+
@typing.overload
|
2535
|
+
def __call__(self, format: str, formatProvider: IFormatProvider) -> str:...
|
2536
|
+
|
2537
|
+
# Skipped Transform due to it being static, abstract and generic.
|
2538
|
+
|
2539
|
+
Transform : Transform_MethodGroup
|
2540
|
+
class Transform_MethodGroup:
|
2541
|
+
@typing.overload
|
2542
|
+
def __call__(self, position: Vector2, matrix: Matrix3x2) -> Vector2:...
|
2543
|
+
@typing.overload
|
2544
|
+
def __call__(self, position: Vector2, matrix: Matrix4x4) -> Vector2:...
|
2545
|
+
@typing.overload
|
2546
|
+
def __call__(self, value: Vector2, rotation: Quaternion) -> Vector2:...
|
2547
|
+
|
2548
|
+
# Skipped TransformNormal due to it being static, abstract and generic.
|
2549
|
+
|
2550
|
+
TransformNormal : TransformNormal_MethodGroup
|
2551
|
+
class TransformNormal_MethodGroup:
|
2552
|
+
@typing.overload
|
2553
|
+
def __call__(self, normal: Vector2, matrix: Matrix3x2) -> Vector2:...
|
2554
|
+
@typing.overload
|
2555
|
+
def __call__(self, normal: Vector2, matrix: Matrix4x4) -> Vector2:...
|
2556
|
+
|
2557
|
+
|
2558
|
+
|
2559
|
+
class Vector3(IFormattable, IEquatable_1[Vector3]):
|
2560
|
+
@typing.overload
|
2561
|
+
def __init__(self, value: float) -> None: ...
|
2562
|
+
@typing.overload
|
2563
|
+
def __init__(self, value: Vector2, z: float) -> None: ...
|
2564
|
+
@typing.overload
|
2565
|
+
def __init__(self, values: ReadOnlySpan_1[float]) -> None: ...
|
2566
|
+
@typing.overload
|
2567
|
+
def __init__(self, x: float, y: float, z: float) -> None: ...
|
2568
|
+
X : float
|
2569
|
+
Y : float
|
2570
|
+
Z : float
|
2571
|
+
@property
|
2572
|
+
def Item(self) -> float: ...
|
2573
|
+
@Item.setter
|
2574
|
+
def Item(self, value: float) -> float: ...
|
2575
|
+
@classmethod
|
2576
|
+
@property
|
2577
|
+
def One(cls) -> Vector3: ...
|
2578
|
+
@classmethod
|
2579
|
+
@property
|
2580
|
+
def UnitX(cls) -> Vector3: ...
|
2581
|
+
@classmethod
|
2582
|
+
@property
|
2583
|
+
def UnitY(cls) -> Vector3: ...
|
2584
|
+
@classmethod
|
2585
|
+
@property
|
2586
|
+
def UnitZ(cls) -> Vector3: ...
|
2587
|
+
@classmethod
|
2588
|
+
@property
|
2589
|
+
def Zero(cls) -> Vector3: ...
|
2590
|
+
@staticmethod
|
2591
|
+
def Abs(value: Vector3) -> Vector3: ...
|
2592
|
+
@staticmethod
|
2593
|
+
def Add(left: Vector3, right: Vector3) -> Vector3: ...
|
2594
|
+
@staticmethod
|
2595
|
+
def Clamp(value1: Vector3, min: Vector3, max: Vector3) -> Vector3: ...
|
2596
|
+
@staticmethod
|
2597
|
+
def Cross(vector1: Vector3, vector2: Vector3) -> Vector3: ...
|
2598
|
+
@staticmethod
|
2599
|
+
def Distance(value1: Vector3, value2: Vector3) -> float: ...
|
2600
|
+
@staticmethod
|
2601
|
+
def DistanceSquared(value1: Vector3, value2: Vector3) -> float: ...
|
2602
|
+
@staticmethod
|
2603
|
+
def Dot(vector1: Vector3, vector2: Vector3) -> float: ...
|
2604
|
+
def GetHashCode(self) -> int: ...
|
2605
|
+
def Length(self) -> float: ...
|
2606
|
+
def LengthSquared(self) -> float: ...
|
2607
|
+
@staticmethod
|
2608
|
+
def Lerp(value1: Vector3, value2: Vector3, amount: float) -> Vector3: ...
|
2609
|
+
@staticmethod
|
2610
|
+
def Max(value1: Vector3, value2: Vector3) -> Vector3: ...
|
2611
|
+
@staticmethod
|
2612
|
+
def Min(value1: Vector3, value2: Vector3) -> Vector3: ...
|
2613
|
+
@staticmethod
|
2614
|
+
def Negate(value: Vector3) -> Vector3: ...
|
2615
|
+
@staticmethod
|
2616
|
+
def Normalize(value: Vector3) -> Vector3: ...
|
2617
|
+
def __add__(self, left: Vector3, right: Vector3) -> Vector3: ...
|
2618
|
+
@typing.overload
|
2619
|
+
def __truediv__(self, value1: Vector3, value2: float) -> Vector3: ...
|
2620
|
+
@typing.overload
|
2621
|
+
def __truediv__(self, left: Vector3, right: Vector3) -> Vector3: ...
|
2622
|
+
def __eq__(self, left: Vector3, right: Vector3) -> bool: ...
|
2623
|
+
def __ne__(self, left: Vector3, right: Vector3) -> bool: ...
|
2624
|
+
@typing.overload
|
2625
|
+
def __mul__(self, left: float, right: Vector3) -> Vector3: ...
|
2626
|
+
@typing.overload
|
2627
|
+
def __mul__(self, left: Vector3, right: float) -> Vector3: ...
|
2628
|
+
@typing.overload
|
2629
|
+
def __mul__(self, left: Vector3, right: Vector3) -> Vector3: ...
|
2630
|
+
def __sub__(self, left: Vector3, right: Vector3) -> Vector3: ...
|
2631
|
+
def __neg__(self, value: Vector3) -> Vector3: ...
|
2632
|
+
@staticmethod
|
2633
|
+
def Reflect(vector: Vector3, normal: Vector3) -> Vector3: ...
|
2634
|
+
@staticmethod
|
2635
|
+
def SquareRoot(value: Vector3) -> Vector3: ...
|
2636
|
+
@staticmethod
|
2637
|
+
def Subtract(left: Vector3, right: Vector3) -> Vector3: ...
|
2638
|
+
@staticmethod
|
2639
|
+
def TransformNormal(normal: Vector3, matrix: Matrix4x4) -> Vector3: ...
|
2640
|
+
def TryCopyTo(self, destination: Span_1[float]) -> bool: ...
|
2641
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
2642
|
+
|
2643
|
+
CopyTo : CopyTo_MethodGroup
|
2644
|
+
class CopyTo_MethodGroup:
|
2645
|
+
@typing.overload
|
2646
|
+
def __call__(self, array: Array_1[float]) -> None:...
|
2647
|
+
@typing.overload
|
2648
|
+
def __call__(self, destination: Span_1[float]) -> None:...
|
2649
|
+
@typing.overload
|
2650
|
+
def __call__(self, array: Array_1[float], index: int) -> None:...
|
2651
|
+
|
2652
|
+
# Skipped Divide due to it being static, abstract and generic.
|
2653
|
+
|
2654
|
+
Divide : Divide_MethodGroup
|
2655
|
+
class Divide_MethodGroup:
|
2656
|
+
@typing.overload
|
2657
|
+
def __call__(self, left: Vector3, divisor: float) -> Vector3:...
|
2658
|
+
@typing.overload
|
2659
|
+
def __call__(self, left: Vector3, right: Vector3) -> Vector3:...
|
2660
|
+
|
2661
|
+
# Skipped Equals due to it being static, abstract and generic.
|
2662
|
+
|
2663
|
+
Equals : Equals_MethodGroup
|
2664
|
+
class Equals_MethodGroup:
|
2665
|
+
@typing.overload
|
2666
|
+
def __call__(self, other: Vector3) -> bool:...
|
2667
|
+
@typing.overload
|
2668
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
2669
|
+
|
2670
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
2671
|
+
|
2672
|
+
Multiply : Multiply_MethodGroup
|
2673
|
+
class Multiply_MethodGroup:
|
2674
|
+
@typing.overload
|
2675
|
+
def __call__(self, left: float, right: Vector3) -> Vector3:...
|
2676
|
+
@typing.overload
|
2677
|
+
def __call__(self, left: Vector3, right: float) -> Vector3:...
|
2678
|
+
@typing.overload
|
2679
|
+
def __call__(self, left: Vector3, right: Vector3) -> Vector3:...
|
2680
|
+
|
2681
|
+
# Skipped ToString due to it being static, abstract and generic.
|
2682
|
+
|
2683
|
+
ToString : ToString_MethodGroup
|
2684
|
+
class ToString_MethodGroup:
|
2685
|
+
@typing.overload
|
2686
|
+
def __call__(self) -> str:...
|
2687
|
+
@typing.overload
|
2688
|
+
def __call__(self, format: str) -> str:...
|
2689
|
+
@typing.overload
|
2690
|
+
def __call__(self, format: str, formatProvider: IFormatProvider) -> str:...
|
2691
|
+
|
2692
|
+
# Skipped Transform due to it being static, abstract and generic.
|
2693
|
+
|
2694
|
+
Transform : Transform_MethodGroup
|
2695
|
+
class Transform_MethodGroup:
|
2696
|
+
@typing.overload
|
2697
|
+
def __call__(self, position: Vector3, matrix: Matrix4x4) -> Vector3:...
|
2698
|
+
@typing.overload
|
2699
|
+
def __call__(self, value: Vector3, rotation: Quaternion) -> Vector3:...
|
2700
|
+
|
2701
|
+
|
2702
|
+
|
2703
|
+
class Vector4(IFormattable, IEquatable_1[Vector4]):
|
2704
|
+
@typing.overload
|
2705
|
+
def __init__(self, value: float) -> None: ...
|
2706
|
+
@typing.overload
|
2707
|
+
def __init__(self, value: Vector3, w: float) -> None: ...
|
2708
|
+
@typing.overload
|
2709
|
+
def __init__(self, value: Vector2, z: float, w: float) -> None: ...
|
2710
|
+
@typing.overload
|
2711
|
+
def __init__(self, values: ReadOnlySpan_1[float]) -> None: ...
|
2712
|
+
@typing.overload
|
2713
|
+
def __init__(self, x: float, y: float, z: float, w: float) -> None: ...
|
2714
|
+
W : float
|
2715
|
+
X : float
|
2716
|
+
Y : float
|
2717
|
+
Z : float
|
2718
|
+
@property
|
2719
|
+
def Item(self) -> float: ...
|
2720
|
+
@Item.setter
|
2721
|
+
def Item(self, value: float) -> float: ...
|
2722
|
+
@classmethod
|
2723
|
+
@property
|
2724
|
+
def One(cls) -> Vector4: ...
|
2725
|
+
@classmethod
|
2726
|
+
@property
|
2727
|
+
def UnitW(cls) -> Vector4: ...
|
2728
|
+
@classmethod
|
2729
|
+
@property
|
2730
|
+
def UnitX(cls) -> Vector4: ...
|
2731
|
+
@classmethod
|
2732
|
+
@property
|
2733
|
+
def UnitY(cls) -> Vector4: ...
|
2734
|
+
@classmethod
|
2735
|
+
@property
|
2736
|
+
def UnitZ(cls) -> Vector4: ...
|
2737
|
+
@classmethod
|
2738
|
+
@property
|
2739
|
+
def Zero(cls) -> Vector4: ...
|
2740
|
+
@staticmethod
|
2741
|
+
def Abs(value: Vector4) -> Vector4: ...
|
2742
|
+
@staticmethod
|
2743
|
+
def Add(left: Vector4, right: Vector4) -> Vector4: ...
|
2744
|
+
@staticmethod
|
2745
|
+
def Clamp(value1: Vector4, min: Vector4, max: Vector4) -> Vector4: ...
|
2746
|
+
@staticmethod
|
2747
|
+
def Distance(value1: Vector4, value2: Vector4) -> float: ...
|
2748
|
+
@staticmethod
|
2749
|
+
def DistanceSquared(value1: Vector4, value2: Vector4) -> float: ...
|
2750
|
+
@staticmethod
|
2751
|
+
def Dot(vector1: Vector4, vector2: Vector4) -> float: ...
|
2752
|
+
def GetHashCode(self) -> int: ...
|
2753
|
+
def Length(self) -> float: ...
|
2754
|
+
def LengthSquared(self) -> float: ...
|
2755
|
+
@staticmethod
|
2756
|
+
def Lerp(value1: Vector4, value2: Vector4, amount: float) -> Vector4: ...
|
2757
|
+
@staticmethod
|
2758
|
+
def Max(value1: Vector4, value2: Vector4) -> Vector4: ...
|
2759
|
+
@staticmethod
|
2760
|
+
def Min(value1: Vector4, value2: Vector4) -> Vector4: ...
|
2761
|
+
@staticmethod
|
2762
|
+
def Negate(value: Vector4) -> Vector4: ...
|
2763
|
+
@staticmethod
|
2764
|
+
def Normalize(vector: Vector4) -> Vector4: ...
|
2765
|
+
def __add__(self, left: Vector4, right: Vector4) -> Vector4: ...
|
2766
|
+
@typing.overload
|
2767
|
+
def __truediv__(self, value1: Vector4, value2: float) -> Vector4: ...
|
2768
|
+
@typing.overload
|
2769
|
+
def __truediv__(self, left: Vector4, right: Vector4) -> Vector4: ...
|
2770
|
+
def __eq__(self, left: Vector4, right: Vector4) -> bool: ...
|
2771
|
+
def __ne__(self, left: Vector4, right: Vector4) -> bool: ...
|
2772
|
+
@typing.overload
|
2773
|
+
def __mul__(self, left: float, right: Vector4) -> Vector4: ...
|
2774
|
+
@typing.overload
|
2775
|
+
def __mul__(self, left: Vector4, right: float) -> Vector4: ...
|
2776
|
+
@typing.overload
|
2777
|
+
def __mul__(self, left: Vector4, right: Vector4) -> Vector4: ...
|
2778
|
+
def __sub__(self, left: Vector4, right: Vector4) -> Vector4: ...
|
2779
|
+
def __neg__(self, value: Vector4) -> Vector4: ...
|
2780
|
+
@staticmethod
|
2781
|
+
def SquareRoot(value: Vector4) -> Vector4: ...
|
2782
|
+
@staticmethod
|
2783
|
+
def Subtract(left: Vector4, right: Vector4) -> Vector4: ...
|
2784
|
+
def TryCopyTo(self, destination: Span_1[float]) -> bool: ...
|
2785
|
+
# Skipped CopyTo due to it being static, abstract and generic.
|
2786
|
+
|
2787
|
+
CopyTo : CopyTo_MethodGroup
|
2788
|
+
class CopyTo_MethodGroup:
|
2789
|
+
@typing.overload
|
2790
|
+
def __call__(self, array: Array_1[float]) -> None:...
|
2791
|
+
@typing.overload
|
2792
|
+
def __call__(self, destination: Span_1[float]) -> None:...
|
2793
|
+
@typing.overload
|
2794
|
+
def __call__(self, array: Array_1[float], index: int) -> None:...
|
2795
|
+
|
2796
|
+
# Skipped Divide due to it being static, abstract and generic.
|
2797
|
+
|
2798
|
+
Divide : Divide_MethodGroup
|
2799
|
+
class Divide_MethodGroup:
|
2800
|
+
@typing.overload
|
2801
|
+
def __call__(self, left: Vector4, divisor: float) -> Vector4:...
|
2802
|
+
@typing.overload
|
2803
|
+
def __call__(self, left: Vector4, right: Vector4) -> Vector4:...
|
2804
|
+
|
2805
|
+
# Skipped Equals due to it being static, abstract and generic.
|
2806
|
+
|
2807
|
+
Equals : Equals_MethodGroup
|
2808
|
+
class Equals_MethodGroup:
|
2809
|
+
@typing.overload
|
2810
|
+
def __call__(self, other: Vector4) -> bool:...
|
2811
|
+
@typing.overload
|
2812
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
2813
|
+
|
2814
|
+
# Skipped Multiply due to it being static, abstract and generic.
|
2815
|
+
|
2816
|
+
Multiply : Multiply_MethodGroup
|
2817
|
+
class Multiply_MethodGroup:
|
2818
|
+
@typing.overload
|
2819
|
+
def __call__(self, left: float, right: Vector4) -> Vector4:...
|
2820
|
+
@typing.overload
|
2821
|
+
def __call__(self, left: Vector4, right: float) -> Vector4:...
|
2822
|
+
@typing.overload
|
2823
|
+
def __call__(self, left: Vector4, right: Vector4) -> Vector4:...
|
2824
|
+
|
2825
|
+
# Skipped ToString due to it being static, abstract and generic.
|
2826
|
+
|
2827
|
+
ToString : ToString_MethodGroup
|
2828
|
+
class ToString_MethodGroup:
|
2829
|
+
@typing.overload
|
2830
|
+
def __call__(self) -> str:...
|
2831
|
+
@typing.overload
|
2832
|
+
def __call__(self, format: str) -> str:...
|
2833
|
+
@typing.overload
|
2834
|
+
def __call__(self, format: str, formatProvider: IFormatProvider) -> str:...
|
2835
|
+
|
2836
|
+
# Skipped Transform due to it being static, abstract and generic.
|
2837
|
+
|
2838
|
+
Transform : Transform_MethodGroup
|
2839
|
+
class Transform_MethodGroup:
|
2840
|
+
@typing.overload
|
2841
|
+
def __call__(self, position: Vector2, matrix: Matrix4x4) -> Vector4:...
|
2842
|
+
@typing.overload
|
2843
|
+
def __call__(self, position: Vector3, matrix: Matrix4x4) -> Vector4:...
|
2844
|
+
@typing.overload
|
2845
|
+
def __call__(self, value: Vector2, rotation: Quaternion) -> Vector4:...
|
2846
|
+
@typing.overload
|
2847
|
+
def __call__(self, value: Vector3, rotation: Quaternion) -> Vector4:...
|
2848
|
+
@typing.overload
|
2849
|
+
def __call__(self, value: Vector4, rotation: Quaternion) -> Vector4:...
|
2850
|
+
@typing.overload
|
2851
|
+
def __call__(self, vector: Vector4, matrix: Matrix4x4) -> Vector4:...
|
2852
|
+
|
2853
|
+
|