Math3D Full Project API
Preparing search index...
renderer/src/geometry/polyhedra
FaceInfo
Type Alias FaceInfo
type
FaceInfo
=
{
centroid
:
Point3
;
id
:
string
;
label
:
string
;
normal
:
Vec3
|
null
;
plane
:
Plane3
|
null
;
polygon
:
Polygon3
;
vertices
:
Point3
[]
;
}
Index
Properties
centroid
id
label
normal
plane
polygon
vertices
Properties
centroid
centroid
:
Point3
id
id
:
string
label
label
:
string
normal
normal
:
Vec3
|
null
plane
plane
:
Plane3
|
null
polygon
polygon
:
Polygon3
vertices
vertices
:
Point3
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
centroid
id
label
normal
plane
polygon
vertices
Math3D Full Project API
Loading...