mathue
GitHub
Preparing search index...
AdditiveGroup
Interface AdditiveGroup<T>
interface
AdditiveGroup
<
T
>
{
add
(
other
:
T
)
:
T
;
subtract
(
other
:
T
)
:
T
;
}
Type Parameters
T
Implemented by
Matrix3
Matrix4
Quaternion
Vector1
Vector2
Vector3
Vector4
Index
Methods
add
subtract
Methods
add
add
(
other
:
T
)
:
T
Parameters
other
:
T
Returns
T
subtract
subtract
(
other
:
T
)
:
T
Parameters
other
:
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
subtract
GitHub
mathue
Loading...