Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Built-In
TensorMath
mulMatToPoints
Function mulMatToPoints
mulMatToPoints
(
pointsTensor
:
Float32Array
,
pointsShape
:
vec3
,
matrix
:
mat4
,
outTensor
:
Float32Array
,
)
:
void
Multiply a matrix by a set of points through an efficient batch operation.
Parameters
pointsTensor
:
Float32Array
pointsShape
:
vec3
matrix
:
mat4
outTensor
:
Float32Array
Returns
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...
Multiply a matrix by a set of points through an efficient batch operation.