voronoid WASM API
    Preparing search index...

    Class BoundingBox2D

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new 2D bounding box.

      Parameters

      • min_x: number

        The minimum x coordinate.

      • min_y: number

        The minimum y coordinate.

      • max_x: number

        The maximum x coordinate.

      • max_y: number

        The maximum y coordinate.

      Returns BoundingBox2D

    Properties

    max_x: number
    max_y: number
    min_x: number
    min_y: number

    Methods

    • Returns void

    • Returns void