Skip to content

VertexSegmentTree

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/kite/blob/main/js/ops/VertexSegmentTree.ts for the most up-to-date information.

Overview

A SegmentTree for Vertices. See SegmentTree for more details

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class VertexSegmentTree

import { VertexSegmentTree } from 'scenerystack/kite';

Instance Methods

getMinX( vertex : Vertex, epsilon : number ) : number

getMaxX( vertex : Vertex, epsilon : number ) : number

Source Code

See the source for VertexSegmentTree.ts in the kite repository.