multiplyXYZToFloat64Array Method
- Transform the point. Return as new
Float64Arraywith size 3, or in the pre-allocatedresultof sufficient size. - If
p = (x,y,z)then this method computesTp = M*p + oand returns it as the first 3 elements of the array.
multiplyXYZToFloat64Array(x: number, y: number, z: number, result?: Float64Array): Float64Array
| Parameter | Type | Description |
|---|---|---|
| x | number | |
| y | number | |
| z | number | |
| result | Float64Array |
Returns - Float64Array
Defined in
- geometry3d/Transform.ts Line 449
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.