setFromPoint3d Method
Set the x,y,z parts from a Point3d.
This is the same effect as setFrom(other) with no pretesting of variant input type
- Set to zeros if
otheris undefined.
setFromPoint3d(other?: Readonly<WritableXYAndZ>): void
| Parameter | Type | Description |
|---|---|---|
| other | Readonly<WritableXYAndZ> |
Returns - void
Defined in
- geometry3d/Point3dVector3d.ts Line 133
Last Updated: 30 November, 2023