crossProductXYZ Method
Return cross product of this with the vector (x, y, z)
crossProductXYZ(x: number, y: number, z: number, result?: Vector3d): Vector3d
| Parameter | Type | Description |
|---|---|---|
| x | number | x component of second vector |
| y | number | y component of second vector |
| z | number | z component of second vector |
| result | Vector3d | computed cross product (new Vector3d). |
Returns - Vector3d
Defined in
- geometry3d/Point3dVector3d.ts Line 1437
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.