BigIntVector2¶
Overview¶
Like Vector2, but with BigInts
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BigIntVector2¶
Constructor¶
new BigIntVector2( x : bigint, y : bigint )¶
Instance Methods¶
equals( vector : BigIntVector2 ) : boolean¶
toString() : string¶
Source Code¶
See the source for BigIntVector2.ts in the alpenglow repository.