voronoid WASM API
    Preparing search index...

    Class BoundingBox3D

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new 3D bounding box. This box will contain the full tessellation and all generators.

      Parameters

      • min_x: number

        The minimum x coordinate.

      • min_y: number

        The minimum y coordinate.

      • min_z: number

        The minimum z coordinate.

      • max_x: number

        The maximum x coordinate.

      • max_y: number

        The maximum y coordinate.

      • max_z: number

        The maximum z coordinate.

      Returns BoundingBox3D

    Properties

    max_x: number
    max_y: number
    max_z: number
    min_x: number
    min_y: number
    min_z: number

    Methods

    • Returns void

    • Returns void