fromFloat64Array MethodStatic

Construct a Range3d from an array of double-precision values

fromFloat64Array<T extends Range3d<T>>(f64: Float64Array): T

@returns a new Range3d object

Parameter Type Description
f64 Float64Array the array, which should contain exactly 6 values in this order: lowX, lowY, lowZ, highX, highY, highZ

Returns - T

a new Range3d object

Defined in

Last Updated: 25 April, 2024