js-util

Home > rc-js-util > IRange2dCtor

IRange2dCtor interface

Constructor for Range2d.

Signature:

export interface IRange2dCtor<TArray extends TTypedArray> 

Properties

Property Modifiers Type Description
BYTES_PER_ELEMENT   number The size in bytes of each element in the array.
factory   ITypedArrayTupleFactory<Range2d<TArray>, TRange2dCtorArgs>  
prototype   Range2d<TArray>  

Methods

Method Description
(new)()