copyNormalTo Method
Copy the contents (not pointer) of normal[i] into dest. Index i is not checked for validity.
copyNormalTo(i: number, dest: Vector3d): void
| Parameter | Type | Description |
|---|---|---|
| i | number | |
| dest | Vector3d |
Returns - void
Defined in
- polyface/PolyfaceData.ts Line 303
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.