RedGPU API - v3.0.0-Alpha
GitHub
Examples
Report Issue
Preparing search index...
mat4
sub
Function sub
sub
(
out
:
mat4
,
a
:
ReadonlyMat4
,
b
:
ReadonlyMat4
)
:
mat4
Subtracts matrix b from matrix a
Parameters
out
:
mat4
the receiving matrix
a
:
ReadonlyMat4
the first operand
b
:
ReadonlyMat4
the second operand
Returns
mat4
out
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Examples
Report Issue
RedGPU API - v3.0.0-Alpha
Loading...
Subtracts matrix b from matrix a