addScaledOuterProductInPlace Method
Add scaled values from an outer product of vectors U and V.
- The scaled outer product is a matrix with
rank 1(all columns/rows are linearly dependent). - This is useful in constructing mirrors and directional scales.
addScaledOuterProductInPlace(vectorU: Vector3d, vectorV: Vector3d, scale: number): void
| Parameter | Type | Description |
|---|---|---|
| vectorU | Vector3d | first vector in the outer product. |
| vectorV | Vector3d | second vector in the outer product. |
| scale | number | scale factor to apply to the added values. |
Returns - void
Defined in
- geometry3d/Matrix3d.ts Line 2585
Last Updated: 07 July, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.