normalizeLength method
Normalize this. Returns length of vector before normalization.
Implementation
@Deprecated('Use normalize() instead.')
double normalizeLength() => normalize();
Normalize this. Returns length of vector before normalization.
@Deprecated('Use normalize() instead.')
double normalizeLength() => normalize();