Math3D Full Project API
    Preparing search index...
    type GeometryScene = {
        lines?: Line3[];
        planes?: Plane3[];
        points?: Point3[];
        polygons?: Polygon3[];
        polyhedra?: Polyhedron[];
        segments?: Segment3[];
        triangles?: Triangle3[];
    }
    Index

    Properties

    lines?: Line3[]
    planes?: Plane3[]
    points?: Point3[]
    polygons?: Polygon3[]
    polyhedra?: Polyhedron[]
    segments?: Segment3[]
    triangles?: Triangle3[]