setOriginAndMatrixColumns Method
Create a Transform using the given origin and columns of the matrix. If undefined zero is used.
setOriginAndMatrixColumns(origin: XYZ, vectorX: Vector3d, vectorY: Vector3d, vectorZ: Vector3d): void
| Parameter | Type | Description | 
|---|---|---|
| origin | XYZ | |
| vectorX | Vector3d | |
| vectorY | Vector3d | |
| vectorZ | Vector3d | 
Returns - void
Defined in
- geometry3d/Transform.ts Line 281
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.