Skip to content

LineSplitter

Under Construction

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

Overview

Code to split integer edges into rational edges

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

Class LineSplitter

import { LineSplitter } from 'scenerystack/alpenglow';

Static Methods

splitIntegerEdges( integerEdges : IntegerEdge[] ) : RationalHalfEdge[]

Source Code

See the source for LineSplitter.ts in the alpenglow repository.