Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Built-In
TensorMath
fillConvexPoly
Function fillConvexPoly
fillConvexPoly
(
imgTensor
:
Float32Array
,
imgShape
:
vec3
,
pointsTensor
:
Int32Array
,
pointsShape
:
vec3
,
color
:
vec4
,
lineType
:
number
,
shift
:
number
,
)
:
void
Fills a convex polygon.
Parameters
imgTensor
:
Float32Array
imgShape
:
vec3
pointsTensor
:
Int32Array
pointsShape
:
vec3
color
:
vec4
lineType
:
number
shift
:
number
Returns
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...
Fills a convex polygon.