createScale MethodStatic

Return a point that is scaled from the source point.

createScale(source: Readonly<WritableXYAndZ>, scale: number, result?: Point3d): Point3d

Parameter Type Description
source Readonly<WritableXYAndZ> existing point
scale number scale factor to apply to its x,y,z parts
result Point3d optional point to receive coordinates

Returns - Point3d

Defined in

Last Updated: 16 April, 2024