Math3D Full Project API
Preparing search index...
renderer/src/geometry/types
Polygon3
Type Alias Polygon3
type
Polygon3
=
{
color
?:
number
;
id
?:
string
;
label
?:
string
;
opacity
?:
number
;
vertices
:
Point3
[]
;
}
Index
Properties
color?
id?
label?
opacity?
vertices
Properties
Optional
color
color
?:
number
Optional
id
id
?:
string
Optional
label
label
?:
string
Optional
opacity
opacity
?:
number
vertices
vertices
:
Point3
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
id
label
opacity
vertices
Math3D Full Project API
Loading...