getRotation Method
Get the rotation matrix to the frame of this frustum. This is equivalent to the view rotation matrix.
getRotation(result?: Matrix3d): Matrix3d | undefined
| Parameter | Type | Description |
|---|---|---|
| result | Matrix3d |
Returns - Matrix3d | undefined
Defined in
- core/common/src/Frustum.ts Line 196
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.