BigRationalVector2¶
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/BigRationalVector2.ts for the most up-to-date information.
Overview¶
Like Vector2, but with BigRationals
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BigRationalVector2¶
Constructor¶
new BigRationalVector2( x : BigRational, y : BigRational )¶
Instance Methods¶
equals( vector : BigRationalVector2 ) : boolean¶
toString() : string¶
Source Code¶
See the source for BigRationalVector2.ts in the alpenglow repository.