js-util

Home > rc-js-util > IMargin2dCtor

IMargin2dCtor interface

Constructor for Margin2d.

Signature:

export interface IMargin2dCtor<TArray extends TTypedArray> 

Properties

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

Methods

Method Description
(new)()