clone Method
Make a copy of this Frustum.
clone(result?: Frustum): Frustum
| Parameter | Type | Description |
|---|---|---|
| result | Frustum | Optional Frustum for copy. If undefined allocate a new Frustum. |
Returns - Frustum
Defined in
- core/common/src/Frustum.ts Line 135
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.