Math3D Full Project API
Preparing search index...
renderer/src/geometry/types
GeometryScene
Type Alias GeometryScene
type
GeometryScene
=
{
lines
?:
Line3
[]
;
planes
?:
Plane3
[]
;
points
?:
Point3
[]
;
polygons
?:
Polygon3
[]
;
polyhedra
?:
Polyhedron
[]
;
segments
?:
Segment3
[]
;
triangles
?:
Triangle3
[]
;
}
Index
Properties
lines?
planes?
points?
polygons?
polyhedra?
segments?
triangles?
Properties
Optional
lines
lines
?:
Line3
[]
Optional
planes
planes
?:
Plane3
[]
Optional
points
points
?:
Point3
[]
Optional
polygons
polygons
?:
Polygon3
[]
Optional
polyhedra
polyhedra
?:
Polyhedron
[]
Optional
segments
segments
?:
Segment3
[]
Optional
triangles
triangles
?:
Triangle3
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lines
planes
points
polygons
polyhedra
segments
triangles
Math3D Full Project API
Loading...