scaleToLength Method

Return a (optionally new or reused) vector in the direction of this but with specified length.

scaleToLength(length: number, result?: Vector3d): Vector3d | undefined

Parameter Type Description
length number desired length of vector
result Vector3d optional preallocated result

Defined in

Last Updated: 08 January, 2020