normalize method

  1. @override
double normalize()
override

Normalizes this.

Implementation

@override
double normalize() {
  throw UnsupportedError('Cannot modify an unmodifiable Vector3');
}