normalizeRowsInPlace Method

Normalize each row in place.

normalizeRowsInPlace(originalRowMagnitudes?: Vector3d): boolean

@returns return true if all rows have non-zero lengths. Otherwise, return false.

  • If false is returned, the magnitudes are stored in the originalRowMagnitudes vector but no rows are altered.
Parameter Type Description
originalRowMagnitudes Vector3d optional vector to store original row magnitudes.

Returns - boolean

return true if all rows have non-zero lengths. Otherwise, return false.

  • If false is returned, the magnitudes are stored in the originalRowMagnitudes vector but no rows are altered.

Defined in

Last Updated: 13 May, 2024