js-util

Home > rc-js-util > Range2d > copyFromBuffer

Range2d.copyFromBuffer() method

If endianness is not supplied the platform’s endianness will be used.

Signature:

copyFromBuffer(_memoryDataView: DataView, _pointer: number, _littleEndian?: boolean): void;

Parameters

Parameter Type Description
_memoryDataView DataView  
_pointer number  
_littleEndian boolean (Optional)

Returns:

void