setFrom Method
Copy contents from the other matrix. If other is undefined, use identity matrix.
setFrom(other: Matrix3d): void
| Parameter | Type | Description |
|---|---|---|
| other | Matrix3d |
Returns - void
Defined in
- geometry3d/Matrix3d.ts Line 547
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.