EdgeSegmentTree¶
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/EdgeSegmentTree.ts for the most up-to-date information.
Overview¶
A SegmentTree for Edges. See SegmentTree for more details
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class EdgeSegmentTree¶
Instance Methods¶
getMinX( edge : Edge, epsilon : number ) : number¶
getMaxX( edge : Edge, epsilon : number ) : number¶
Source Code¶
See the source for EdgeSegmentTree.ts in the kite repository.