Skip to content

BigIntVector2

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/BigIntVector2.ts for the most up-to-date information.

Overview

Class BigIntVector2

Like Vector2, but with BigInts

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

import { BigIntVector2 } from 'scenerystack/alpenglow';

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.