fromFloat64Array MethodStatic

Construct a Range3d from an array of double-precision values

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

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

Returns - a new Range3d object

Defined in

Last Updated: 05 June, 2020