RationalIntersection¶
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/RationalIntersection.ts for the most up-to-date information.
Overview¶
Represents a point of an intersection (with rational t and point) along a segment.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class RationalIntersection¶
Constructor¶
new RationalIntersection( t : BigRational, point : BigRationalVector2 )¶
Instance Methods¶
Source Code¶
See the source for RationalIntersection.ts in the alpenglow repository.