multiplyPoint2dArray Method
Transform the input 2d point array (using Tp = M*p + o).
- If resultis given, resize it to match the inputpointsarray and update it with transformed points.
- If resultis not given, return a new array.
multiplyPoint2dArray(points: Point2d[], result?: Point2d[]): Point2d[]
| Parameter | Type | Description | 
|---|---|---|
| points | Point2d[] | |
| result | Point2d[] | 
Returns - Point2d[]
Defined in
- geometry3d/Transform.ts Line 622
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.