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 256
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.